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

/linux-master/drivers/infiniband/hw/cxgb4/
H A Drestrack.c120 u16 first_idx, struct t4_swsqe *first_sqe,
123 if (!first_sqe)
125 if (fill_swsqe(msg, sq, first_idx, first_sqe))
142 struct t4_swsqe first_sqe, last_sqe; local
161 first_sqe = qhp->wq.sq.sw_sq[first_sq_idx];
162 fsp = &first_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
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_txrx.c886 int first_sqe = sq->head; local
895 if (otx2_dma_map_tso_skb(pfvf, sq, skb, first_sqe, hdr_len)) {
935 first_sqe);
952 sqe_hdr->sqe_id = first_sqe;
953 sq->sg[first_sqe].skb = (u64)skb;

Completed in 113 milliseconds