Searched refs:txbytes (Results 1 – 10 of 10) sorted by relevance
/drivers/i2c/busses/ |
D | i2c-ismt.c | 165 u8 txbytes; /* transmitted bytes */ member 216 dev_dbg(dev, "\ttxbytes= 0x%02X\n", desc->txbytes); in __ismt_desc_dump()
|
/drivers/usb/gadget/udc/ |
D | snps_udc_core.c | 765 unsigned long txbytes; in udc_create_dma_chain() local 818 txbytes = buf_len; in udc_create_dma_chain() 821 txbytes = bytes - i; in udc_create_dma_chain() 841 txbytes, in udc_create_dma_chain() 854 txbytes, in udc_create_dma_chain()
|
/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_ethtool.c | 37 {"tx_bytes", QLC_SIZEOF(stats.txbytes), QLC_OFF(stats.txbytes)}, 1324 adapter->stats.txbytes = tx_stats.tx_bytes; in qlcnic_update_stats()
|
D | qlcnic.h | 552 u64 txbytes; member
|
D | qlcnic_main.c | 3072 stats->tx_bytes = adapter->stats.txbytes; in qlcnic_get_stats()
|
/drivers/s390/net/ |
D | netiucv.c | 677 u32 txbytes = 0; in conn_action_txdone() local 716 txbytes += skb->len; in conn_action_txdone() 752 privptr->stats.tx_bytes += txbytes; in conn_action_txdone()
|
/drivers/net/ethernet/ti/ |
D | netcp_core.c | 1915 u64 rxpackets, rxbytes, txpackets, txbytes; in netcp_get_stats() local 1927 txbytes = p->tx_bytes; in netcp_get_stats() 1933 stats->tx_bytes = txbytes; in netcp_get_stats()
|
/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_ethtool.c | 39 {"tx_bytes", NETXEN_NIC_STAT(stats.txbytes)},
|
D | netxen_nic.h | 602 u64 txbytes; member
|
D | netxen_nic_main.c | 2124 adapter->stats.txbytes += skb->len; in netxen_nic_xmit_frame() 2277 stats->tx_bytes = adapter->stats.txbytes; in netxen_nic_get_stats()
|