Searched refs:wqe_sz (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.10/drivers/infiniband/hw/mlx5/ |
| D | wr.c | 36 u32 wqe_sz, void **cur_edge) in handle_post_send_edge() argument 43 idx = (sq->cur_post + (wqe_sz >> 2)) & (sq->wqe_cnt - 1); in handle_post_send_edge() 59 void **seg, u32 *wqe_sz, const void *src, in memcpy_send_wqe() argument 73 *wqe_sz += stride >> 4; in memcpy_send_wqe() 74 handle_post_send_edge(sq, seg, *wqe_sz, cur_edge); in memcpy_send_wqe() 482 void **wqe, int *wqe_sz, void **cur_edge) in set_data_inl_seg() argument 507 *wqe_sz + (offset >> 4), in set_data_inl_seg() 523 *wqe_sz += ALIGN(inl + sizeof(seg->byte_count), 16) / 16; in set_data_inl_seg()
|
| /Linux-v5.10/drivers/infiniband/hw/bnxt_re/ |
| D | qplib_fp.c | 1649 u16 *wqe_sz, u16 *qdf, u8 mode) in bnxt_qplib_required_slots() argument 1666 *wqe_sz = slot; in bnxt_qplib_required_slots() 1707 u16 wqe_sz, qdf = 0; in bnxt_qplib_post_send() local 1725 slots = bnxt_qplib_required_slots(qp, wqe, &wqe_sz, &qdf, qp->wqe_mode); in bnxt_qplib_post_send() 1777 sqe->wqe_size = wqe_sz; in bnxt_qplib_post_send() 1796 sqe->wqe_size = wqe_sz; in bnxt_qplib_post_send() 1826 sqe->wqe_size = wqe_sz; in bnxt_qplib_post_send() 1960 u16 wqe_sz, idx; in bnxt_qplib_post_recv() local 1996 wqe_sz = (sizeof(struct rq_wqe_hdr) + in bnxt_qplib_post_recv() 2004 wqe_sz++; in bnxt_qplib_post_recv() [all …]
|