Searched refs:first_sz (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_wr.c | 103 uint32_t desc_sz, first_sz; in tavor_post_send() local 275 first_sz = desc_sz; in tavor_post_send() 324 tavor_wqe_mlx_linknext(NULL, first, first_sz, in tavor_post_send() 328 first, first_sz, qp->qp_sq_lastwqeaddr, in tavor_post_send() 370 first_sz, qp->qp_qpnum, dbinfo.db_fence, in tavor_post_send() 400 uint32_t desc_sz, first_sz; in tavor_post_recv() local 567 first_sz = desc_sz; in tavor_post_recv() 604 tavor_wqe_recv_linknext(first, first_sz, in tavor_post_recv() 627 first_sz, qp->qp_qpnum, (chainlen % maxdb)); in tavor_post_recv()
|