Searched refs:libeth_xdp_tx_bulk (Results 1 – 4 of 4) sorted by relevance
/linux/include/net/libeth/ |
H A D | xdp.h | 384 struct libeth_xdp_tx_bulk { struct 403 struct libeth_xdp_tx_bulk bq __uninitialized 598 static inline bool libeth_xdp_tx_queue_head(struct libeth_xdp_tx_bulk *bq, in libeth_xdp_tx_queue_head() 622 static inline void libeth_xdp_tx_queue_frag(struct libeth_xdp_tx_bulk *bq, in libeth_xdp_tx_queue_frag() 637 libeth_xdp_tx_queue_bulk(struct libeth_xdp_tx_bulk *bq, in libeth_xdp_tx_queue_bulk() 639 bool (*flush_bulk)(struct libeth_xdp_tx_bulk *bq, in libeth_xdp_tx_queue_bulk() 754 void libeth_xdp_tx_exception(struct libeth_xdp_tx_bulk *bq, u32 sent, 771 __libeth_xdp_tx_flush_bulk(struct libeth_xdp_tx_bulk *bq, u32 flags, in __libeth_xdp_tx_flush_bulk() 826 static inline void __libeth_xdp_xmit_init_bulk(struct libeth_xdp_tx_bulk *bq, in __libeth_xdp_xmit_init_bulk() 874 static inline u32 libeth_xdp_xmit_queue_head(struct libeth_xdp_tx_bulk *bq, in libeth_xdp_xmit_queue_head() [all …]
|
H A D | xsk.h | 24 static inline bool libeth_xsk_tx_queue_head(struct libeth_xdp_tx_bulk *bq, in libeth_xsk_tx_queue_head() 46 static inline void libeth_xsk_tx_queue_frag(struct libeth_xdp_tx_bulk *bq, in libeth_xsk_tx_queue_frag() 64 libeth_xsk_tx_queue_bulk(struct libeth_xdp_tx_bulk *bq, in libeth_xsk_tx_queue_bulk() 66 bool (*flush_bulk)(struct libeth_xdp_tx_bulk *bq, in libeth_xsk_tx_queue_bulk() 374 const struct libeth_xdp_tx_bulk *bq, 391 const struct libeth_xdp_tx_bulk *bq) in __libeth_xsk_run_prog() 442 struct libeth_xdp_tx_bulk *bq, struct napi_struct *napi, in __libeth_xsk_run_pass() 447 struct libeth_xdp_tx_bulk *bq), in __libeth_xsk_run_pass()
|
/linux/drivers/net/ethernet/intel/libeth/ |
H A D | xdp.c | 123 void __cold libeth_xdp_tx_exception(struct libeth_xdp_tx_bulk *bq, u32 sent, in libeth_xdp_tx_exception() 295 u32 __cold libeth_xdp_prog_exception(const struct libeth_xdp_tx_bulk *bq, in libeth_xdp_prog_exception()
|
H A D | xsk.c | 99 const struct libeth_xdp_tx_bulk *bq, in __libeth_xsk_run_prog_slow()
|