Searched refs:cpsw_xdp_tx_frame (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/ti/ |
D | cpsw_priv.h | 448 int cpsw_xdp_tx_frame(struct cpsw_priv *priv, struct xdp_frame *xdpf,
|
D | cpsw_priv.c | 1291 int cpsw_xdp_tx_frame(struct cpsw_priv *priv, struct xdp_frame *xdpf, in cpsw_xdp_tx_frame() function 1351 if (cpsw_xdp_tx_frame(priv, xdpf, page, port)) in cpsw_run_xdp()
|
D | cpsw.c | 1133 if (cpsw_xdp_tx_frame(priv, xdpf, NULL, port)) in cpsw_ndo_xdp_xmit()
|
D | cpsw_new.c | 1105 if (cpsw_xdp_tx_frame(priv, xdpf, NULL, priv->emac_port)) in cpsw_ndo_xdp_xmit()
|