Home
last modified time | relevance | path

Searched refs:last_sq_idx (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/infiniband/hw/cxgb4/
Drestrack.c141 u16 first_sq_idx = 0, last_sq_idx = 0; in c4iw_fill_res_qp_entry() local
163 last_sq_idx = wq.sq.pidx; in c4iw_fill_res_qp_entry()
164 if (last_sq_idx-- == 0) in c4iw_fill_res_qp_entry()
165 last_sq_idx = wq.sq.size - 1; in c4iw_fill_res_qp_entry()
166 if (last_sq_idx != first_sq_idx) { in c4iw_fill_res_qp_entry()
167 last_sqe = qhp->wq.sq.sw_sq[last_sq_idx]; in c4iw_fill_res_qp_entry()
176 if (fill_swsqes(msg, &wq.sq, first_sq_idx, fsp, last_sq_idx, lsp)) in c4iw_fill_res_qp_entry()