Searched refs:last_sqe (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/ |
H A D | restrack.c | 121 u16 last_idx, struct t4_swsqe *last_sqe) in fill_swsqes() 127 if (!last_sqe) in fill_swsqes() 129 if (fill_swsqe(msg, sq, last_idx, last_sqe)) in fill_swsqes() 142 struct t4_swsqe first_sqe, last_sqe; in c4iw_fill_res_qp_entry() local 167 last_sqe = qhp->wq.sq.sw_sq[last_sq_idx]; in c4iw_fill_res_qp_entry() 168 lsp = &last_sqe; in c4iw_fill_res_qp_entry() 119 fill_swsqes(struct sk_buff *msg, struct t4_sq *sq, u16 first_idx, struct t4_swsqe *first_sqe, u16 last_idx, struct t4_swsqe *last_sqe) fill_swsqes() argument
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/ |
H A D | restrack.c | 121 u16 last_idx, struct t4_swsqe *last_sqe) in fill_swsqes() 127 if (!last_sqe) in fill_swsqes() 129 if (fill_swsqe(msg, sq, last_idx, last_sqe)) in fill_swsqes() 142 struct t4_swsqe first_sqe, last_sqe; in c4iw_fill_res_qp_entry() local 167 last_sqe = qhp->wq.sq.sw_sq[last_sq_idx]; in c4iw_fill_res_qp_entry() 168 lsp = &last_sqe; in c4iw_fill_res_qp_entry() 119 fill_swsqes(struct sk_buff *msg, struct t4_sq *sq, u16 first_idx, struct t4_swsqe *first_sqe, u16 last_idx, struct t4_swsqe *last_sqe) fill_swsqes() argument
|
Completed in 2 milliseconds