Searched refs:nxmit_byte (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/marvell/
H A Dmvneta.c2092 struct xdp_frame *xdpf, int *nxmit_byte, bool dma_map)
2149 *nxmit_byte += len;
2179 int cpu, nxmit_byte = 0; local
2192 ret = mvneta_xdp_submit_frame(pp, txq, xdpf, &nxmit_byte, false);
2195 stats->es.ps.tx_bytes += nxmit_byte;
2217 int i, nxmit_byte = 0, nxmit = 0; local
2234 ret = mvneta_xdp_submit_frame(pp, txq, frames[i], &nxmit_byte,
2247 stats->es.ps.tx_bytes += nxmit_byte;
2091 mvneta_xdp_submit_frame(struct mvneta_port *pp, struct mvneta_tx_queue *txq, struct xdp_frame *xdpf, int *nxmit_byte, bool dma_map) argument
/linux-master/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c3651 static void mvpp2_xdp_finish_tx(struct mvpp2_port *port, u16 txq_id, int nxmit, int nxmit_byte) argument
3784 int i, nxmit_byte = 0, nxmit = 0; local
3805 nxmit_byte += frames[i]->len;
3810 mvpp2_xdp_finish_tx(port, txq_id, nxmit, nxmit_byte);
3814 stats->tx_bytes += nxmit_byte;

Completed in 166 milliseconds