Home
last modified time | relevance | path

Searched refs:fun_xdp_tx (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/fungible/funeth/
Dfuneth_txrx.h250 bool fun_xdp_tx(struct funeth_txq *q, struct xdp_frame *xdpf);
Dfuneth_tx.c514 bool fun_xdp_tx(struct funeth_txq *q, struct xdp_frame *xdpf) in fun_xdp_tx() function
590 if (!fun_xdp_tx(q, frames[i])) in fun_xdp_xmit_frames()
Dfuneth_rx.c169 if (!xdpf || !fun_xdp_tx(xdp_q, xdpf)) in fun_run_xdp()