Home
last modified time | relevance | path

Searched refs:txbytes (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/net/8021q/
Dvlan_dev.c663 u64 rxpackets, rxbytes, rxmulticast, txpackets, txbytes; in vlan_dev_get_stats64() local
673 txbytes = p->tx_bytes; in vlan_dev_get_stats64()
680 stats->tx_bytes += txbytes; in vlan_dev_get_stats64()
/linux-4.1.27/drivers/i2c/busses/
Di2c-ismt.c161 u8 txbytes; /* transmitted bytes */ member
209 dev_dbg(dev, "\ttxbytes= 0x%02X\n", desc->txbytes); in __ismt_desc_dump()
/linux-4.1.27/drivers/usb/gadget/udc/
Damd5536udc.c923 unsigned long txbytes; in udc_create_dma_chain() local
978 txbytes = buf_len; in udc_create_dma_chain()
981 txbytes = bytes - i; in udc_create_dma_chain()
1001 txbytes, in udc_create_dma_chain()
1014 txbytes, in udc_create_dma_chain()
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_ethtool.c38 {"tx_bytes", QLC_SIZEOF(stats.txbytes), QLC_OFF(stats.txbytes)},
1311 adapter->stats.txbytes = tx_stats.tx_bytes; in qlcnic_update_stats()
Dqlcnic.h556 u64 txbytes; member
Dqlcnic_main.c3094 stats->tx_bytes = adapter->stats.txbytes; in qlcnic_get_stats()
/linux-4.1.27/drivers/s390/net/
Dnetiucv.c729 u32 txbytes = 0; in conn_action_txdone() local
769 txbytes += skb->len; in conn_action_txdone()
805 privptr->stats.tx_bytes += txbytes; in conn_action_txdone()
/linux-4.1.27/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_ethtool.c55 {"tx_bytes", NETXEN_NIC_STAT(stats.txbytes)},
Dnetxen_nic.h618 u64 txbytes; member
Dnetxen_nic_main.c2152 adapter->stats.txbytes += skb->len; in netxen_nic_xmit_frame()
2305 stats->tx_bytes = adapter->stats.txbytes; in netxen_nic_get_stats()