Searched refs:wqe_sz (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/drivers/infiniband/hw/mlx5/ |
D | wr.h | 52 u32 wqe_sz, void **cur_edge) in handle_post_send_edge() argument 59 idx = (sq->cur_post + (wqe_sz >> 2)) & (sq->wqe_cnt - 1); in handle_post_send_edge() 75 void **seg, u32 *wqe_sz, in mlx5r_memcpy_send_wqe() argument 89 *wqe_sz += stride >> 4; in mlx5r_memcpy_send_wqe() 90 handle_post_send_edge(sq, seg, *wqe_sz, cur_edge); in mlx5r_memcpy_send_wqe()
|
D | wr.c | 261 void **wqe, int *wqe_sz, void **cur_edge) in set_data_inl_seg() argument 286 *wqe_sz + (offset >> 4), in set_data_inl_seg() 302 *wqe_sz += ALIGN(inl + sizeof(seg->byte_count), 16) / 16; in set_data_inl_seg()
|
/linux-6.6.21/drivers/infiniband/hw/bnxt_re/ |
D | qplib_fp.c | 1690 u16 *wqe_sz, u16 *qdf, u8 mode) in bnxt_qplib_required_slots() argument 1707 *wqe_sz = slot; in bnxt_qplib_required_slots() 1748 u16 wqe_sz, qdf = 0; in bnxt_qplib_post_send() local 1766 slots = bnxt_qplib_required_slots(qp, wqe, &wqe_sz, &qdf, qp->wqe_mode); in bnxt_qplib_post_send() 1818 sqe->wqe_size = wqe_sz; in bnxt_qplib_post_send() 1837 sqe->wqe_size = wqe_sz; in bnxt_qplib_post_send() 1867 sqe->wqe_size = wqe_sz; in bnxt_qplib_post_send() 2001 u16 wqe_sz, idx; in bnxt_qplib_post_recv() local 2037 wqe_sz = (sizeof(struct rq_wqe_hdr) + in bnxt_qplib_post_recv() 2045 wqe_sz++; in bnxt_qplib_post_recv() [all …]
|