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()
1279 static inline void libeth_xdp_prepare_buff(struct libeth_xdp_buff *xdp, in libeth_xdp_prepare_buff()
1312 static inline bool libeth_xdp_process_buff(struct libeth_xdp_buff *xdp, in libeth_xdp_process_buff()
1339 const struct libeth_xdp_buff *xdp) in libeth_xdp_buff_stats_frags()
1364 __libeth_xdp_run_prog(struct libeth_xdp_buff *xdp, in __libeth_xdp_run_prog()
1412 __libeth_xdp_run_flush(struct libeth_xdp_buff *xdp, in __libeth_xdp_run_flush()
1414 u32 (*run)(struct libeth_xdp_buff *xdp, in __libeth_xdp_run_flush()
1448 #define libeth_xdp_run_prog(xdp, bq, fl) \ argument
1478 __libeth_xdp_run_pass(struct libeth_xdp_buff *xdp, in __libeth_xdp_run_pass()
1481 void (*prep)(struct libeth_xdp_buff *xdp, in __libeth_xdp_run_pass()
1483 bool (*run)(struct libeth_xdp_buff *xdp, in __libeth_xdp_run_pass()
1486 const struct libeth_xdp_buff *xdp, in __libeth_xdp_run_pass()
1523 static inline void libeth_xdp_prep_desc(struct libeth_xdp_buff *xdp, in libeth_xdp_prep_desc()
1542 #define libeth_xdp_run_pass(xdp, bq, napi, ss, desc, run, populate) \ argument
1719 #define libeth_xdp_buff_to_rq(xdp, type, member) \ argument