Home
last modified time | relevance | path

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

/linux/include/net/libeth/
H A Dtx.h58 struct libeth_sqe { struct
88 static_assert(sizeof(p) <= sizeof_field(struct libeth_sqe, priv))
124 static inline void libeth_tx_complete(struct libeth_sqe *sqe, in libeth_tx_complete()
157 void libeth_tx_complete_any(struct libeth_sqe *sqe, struct libeth_cq_pp *cp);
H A Dxdp.h422 struct libeth_sqe *sqes;
691 struct libeth_sqe *ue = (sqe); \
720 struct libeth_sqe *sqe; in libeth_xdp_tx_fill_buf()
991 struct libeth_sqe *sqe; in libeth_xdp_xmit_fill_buf()
1761 __libeth_xdp_complete_tx(struct libeth_sqe *sqe, struct libeth_cq_pp *cp, in __libeth_xdp_complete_tx()
1810 static inline void libeth_xdp_complete_tx(struct libeth_sqe *sqe, in libeth_xdp_complete_tx()
H A Dxsk.h120 struct libeth_sqe *sqe; in libeth_xsk_tx_fill_buf()
/linux/drivers/net/ethernet/intel/libeth/
H A Dtx.c24 void libeth_tx_complete_any(struct libeth_sqe *sqe, struct libeth_cq_pp *cp) in libeth_tx_complete_any()
/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_txrx.h152 #define idpf_tx_buf libeth_sqe
653 struct libeth_sqe *tx_buf;
H A Dxsk.c183 struct libeth_sqe *sqe = &xdpsq->tx_buf[ntc]; in idpf_xsksq_clean()
218 struct libeth_sqe *sqe = &xdpsq->tx_buf[ntc]; in idpf_xsksq_complete_slow()