Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_txrx.h250 bool fun_xdp_tx(struct funeth_txq *q, struct xdp_frame *xdpf);
H A 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()
H A Dfuneth_rx.c169 if (!xdpf || !fun_xdp_tx(xdp_q, xdpf)) in fun_run_xdp()