Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/
Drestrack.c120 u16 first_idx, struct t4_swsqe *first_sqe, in fill_swsqes() argument
123 if (!first_sqe) in fill_swsqes()
125 if (fill_swsqe(msg, sq, first_idx, first_sqe)) in fill_swsqes()
142 struct t4_swsqe first_sqe, last_sqe; in c4iw_fill_res_qp_entry() local
161 first_sqe = qhp->wq.sq.sw_sq[first_sq_idx]; in c4iw_fill_res_qp_entry()
162 fsp = &first_sqe; in c4iw_fill_res_qp_entry()
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_txrx.c712 int first_sqe = sq->head; in otx2_sq_append_tso() local
721 if (otx2_dma_map_tso_skb(pfvf, sq, skb, first_sqe, hdr_len)) { in otx2_sq_append_tso()
761 first_sqe); in otx2_sq_append_tso()
778 sqe_hdr->sqe_id = first_sqe; in otx2_sq_append_tso()
779 sq->sg[first_sqe].skb = (u64)skb; in otx2_sq_append_tso()