|
@@ -918,7 +918,7 @@ static int arbel_create_recv_wq ( struct arbel_recv_work_queue *arbel_recv_wq,
|
918
|
918
|
next_wqe = &arbel_recv_wq->wqe[( i + 1 ) & wqe_idx_mask].recv;
|
919
|
919
|
MLX_FILL_1 ( &wqe->next, 0, nda_31_6,
|
920
|
920
|
( virt_to_bus ( next_wqe ) >> 6 ) );
|
921
|
|
- MLX_FILL_1 ( &wqe->next, 1, nds, ( sizeof ( *wqe ) / 16 ) );
|
|
921
|
+ MLX_FILL_1 ( &wqe->next, 1, nds, nds );
|
922
|
922
|
for ( j = 0 ; ( ( ( void * ) &wqe->data[j] ) <
|
923
|
923
|
( ( void * ) ( wqe + 1 ) ) ) ; j++ ) {
|
924
|
924
|
MLX_FILL_1 ( &wqe->data[j], 1,
|