Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/i2c/busses/
Di2c-ismt.c160 u8 rxbytes; /* received bytes */ member
207 dev_dbg(dev, "\trxbytes= 0x%02X\n", desc->rxbytes); in __ismt_desc_dump()
342 memcpy(&data->block[1], dma_buffer, desc->rxbytes); in ismt_process_desc()
343 data->block[0] = desc->rxbytes; in ismt_process_desc()
/linux-4.4.14/net/8021q/
Dvlan_dev.c663 u64 rxpackets, rxbytes, rxmulticast, txpackets, txbytes; in vlan_dev_get_stats64() local
670 rxbytes = p->rx_bytes; in vlan_dev_get_stats64()
677 stats->rx_bytes += rxbytes; in vlan_dev_get_stats64()
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_io.c1249 adapter->stats.rxbytes += length; in qlcnic_process_rcv()
1528 adapter->stats.rxbytes += length; in qlcnic_process_rcv_diag()
1775 adapter->stats.rxbytes += length; in qlcnic_83xx_process_rcv()
Dqlcnic_ethtool.c43 {"rx_bytes", QLC_SIZEOF(stats.rxbytes), QLC_OFF(stats.rxbytes)},
Dqlcnic.h554 u64 rxbytes; member
Dqlcnic_main.c3103 stats->rx_bytes = adapter->stats.rxbytes + adapter->stats.lrobytes; in qlcnic_get_stats()
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_init.c1579 adapter->stats.rxbytes += length; in netxen_process_rcv()
1658 adapter->stats.rxbytes += length; in netxen_process_lro()
Dnetxen_nic_ethtool.c54 {"rx_bytes", NETXEN_NIC_STAT(stats.rxbytes)},
Dnetxen_nic.h617 u64 rxbytes; member
Dnetxen_nic_main.c2304 stats->rx_bytes = adapter->stats.rxbytes; in netxen_nic_get_stats()