Searched refs:last_sqe (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/infiniband/hw/cxgb4/
H A Drestrack.c121 u16 last_idx, struct t4_swsqe *last_sqe)
127 if (!last_sqe)
129 if (fill_swsqe(msg, sq, last_idx, last_sqe))
142 struct t4_swsqe first_sqe, last_sqe; local
167 last_sqe = qhp->wq.sq.sw_sq[last_sq_idx];
168 lsp = &last_sqe;
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) argument

Completed in 112 milliseconds