Lines Matching defs:xdp
599 const struct libeth_xdp_buff *xdp) in libeth_xdp_tx_queue_head()
638 struct libeth_xdp_buff *xdp, in libeth_xdp_tx_queue_bulk()
1248 #define libeth_xdp_return_buff(xdp) __libeth_xdp_return_buff(xdp, true) argument
1250 static inline void __libeth_xdp_return_buff(struct libeth_xdp_buff *xdp, in __libeth_xdp_return_buff()
1278 static inline void libeth_xdp_prepare_buff(struct libeth_xdp_buff *xdp, in libeth_xdp_prepare_buff()
1303 static inline bool libeth_xdp_process_buff(struct libeth_xdp_buff *xdp, in libeth_xdp_process_buff()
1330 const struct libeth_xdp_buff *xdp) in libeth_xdp_buff_stats_frags()
1355 __libeth_xdp_run_prog(struct libeth_xdp_buff *xdp, in __libeth_xdp_run_prog()
1403 __libeth_xdp_run_flush(struct libeth_xdp_buff *xdp, in __libeth_xdp_run_flush()
1405 u32 (*run)(struct libeth_xdp_buff *xdp, in __libeth_xdp_run_flush()
1439 #define libeth_xdp_run_prog(xdp, bq, fl) \ argument
1469 __libeth_xdp_run_pass(struct libeth_xdp_buff *xdp, in __libeth_xdp_run_pass()
1472 void (*prep)(struct libeth_xdp_buff *xdp, in __libeth_xdp_run_pass()
1474 bool (*run)(struct libeth_xdp_buff *xdp, in __libeth_xdp_run_pass()
1477 const struct libeth_xdp_buff *xdp, in __libeth_xdp_run_pass()
1514 static inline void libeth_xdp_prep_desc(struct libeth_xdp_buff *xdp, in libeth_xdp_prep_desc()
1533 #define libeth_xdp_run_pass(xdp, bq, napi, ss, desc, run, populate) \ argument
1710 #define libeth_xdp_buff_to_rq(xdp, type, member) \ argument