Searched refs:need_xdp_flush (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_txrx.c | 33 bool *need_xdp_flush); 341 struct nix_cqe_rx_s *cqe, bool *need_xdp_flush) in otx2_rcv_pkt_handler() 357 if (otx2_xdp_rcv_pkt_handler(pfvf, pfvf->xdp_prog, cqe, cq, need_xdp_flush)) in otx2_rcv_pkt_handler() 392 bool need_xdp_flush = false; in otx2_rx_napi_handler() local 414 otx2_rcv_pkt_handler(pfvf, napi, cq, cqe, &need_xdp_flush); in otx2_rx_napi_handler() 421 if (need_xdp_flush) in otx2_rx_napi_handler() 1404 bool *need_xdp_flush) in otx2_xdp_rcv_pkt_handler() 1441 *need_xdp_flush = true; in otx2_xdp_rcv_pkt_handler() 338 otx2_rcv_pkt_handler(struct otx2_nic *pfvf, struct napi_struct *napi, struct otx2_cq_queue *cq, struct nix_cqe_rx_s *cqe, bool *need_xdp_flush) otx2_rcv_pkt_handler() argument 1400 otx2_xdp_rcv_pkt_handler(struct otx2_nic *pfvf, struct bpf_prog *prog, struct nix_cqe_rx_s *cqe, struct otx2_cq_queue *cq, bool *need_xdp_flush) otx2_xdp_rcv_pkt_handler() argument
|
/kernel/linux/linux-5.10/drivers/net/ |
H A D | xen-netfront.c | 973 struct xdp_buff *xdp, bool *need_xdp_flush) in xennet_run_xdp() 999 *need_xdp_flush = true; in xennet_run_xdp() 1021 bool *need_xdp_flush) in xennet_get_responses() 1090 rx, xdp_prog, &xdp, need_xdp_flush); in xennet_get_responses() 1274 bool need_xdp_flush = false; in xennet_poll() local 1299 &need_xdp_flush); in xennet_poll() 1352 if (need_xdp_flush) in xennet_poll() 971 xennet_run_xdp(struct netfront_queue *queue, struct page *pdata, struct xen_netif_rx_response *rx, struct bpf_prog *prog, struct xdp_buff *xdp, bool *need_xdp_flush) xennet_run_xdp() argument 1018 xennet_get_responses(struct netfront_queue *queue, struct netfront_rx_info *rinfo, RING_IDX rp, struct sk_buff_head *list, bool *need_xdp_flush) xennet_get_responses() argument
|
/kernel/linux/linux-6.6/drivers/net/ |
H A D | xen-netfront.c | 969 struct xdp_buff *xdp, bool *need_xdp_flush) in xennet_run_xdp() 995 *need_xdp_flush = true; in xennet_run_xdp() 1017 bool *need_xdp_flush) in xennet_get_responses() 1086 rx, xdp_prog, &xdp, need_xdp_flush); in xennet_get_responses() 1270 bool need_xdp_flush = false; in xennet_poll() local 1295 &need_xdp_flush); in xennet_poll() 1348 if (need_xdp_flush) in xennet_poll() 967 xennet_run_xdp(struct netfront_queue *queue, struct page *pdata, struct xen_netif_rx_response *rx, struct bpf_prog *prog, struct xdp_buff *xdp, bool *need_xdp_flush) xennet_run_xdp() argument 1014 xennet_get_responses(struct netfront_queue *queue, struct netfront_rx_info *rinfo, RING_IDX rp, struct sk_buff_head *list, bool *need_xdp_flush) xennet_get_responses() argument
|
Completed in 10 milliseconds