Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/i2c/busses/
Di2c-ismt.c164 u8 rxbytes; /* received bytes */ member
215 dev_dbg(dev, "\trxbytes= 0x%02X\n", desc->rxbytes); in __ismt_desc_dump()
353 if (desc->rxbytes != dma_buffer[0] + 1) in ismt_process_desc()
356 memcpy(data->block, dma_buffer, desc->rxbytes); in ismt_process_desc()
359 memcpy(&data->block[1], dma_buffer, desc->rxbytes); in ismt_process_desc()
360 data->block[0] = desc->rxbytes; in ismt_process_desc()
/linux-5.19.10/net/8021q/
Dvlan_dev.c710 u64 rxpackets, rxbytes, rxmulticast, txpackets, txbytes; in vlan_dev_get_stats64() local
717 rxbytes = p->rx_bytes; in vlan_dev_get_stats64()
724 stats->rx_bytes += rxbytes; in vlan_dev_get_stats64()
/linux-5.19.10/net/bridge/
Dbr_vlan.c1375 u64 rxpackets, rxbytes, txpackets, txbytes; in br_vlan_get_stats() local
1383 rxbytes = cpu_stats->rx_bytes; in br_vlan_get_stats()
1389 stats->rx_bytes += rxbytes; in br_vlan_get_stats()
/linux-5.19.10/drivers/net/ethernet/ti/
Dnetcp_core.c1915 u64 rxpackets, rxbytes, txpackets, txbytes; in netcp_get_stats() local
1921 rxbytes = p->rx_bytes; in netcp_get_stats()
1931 stats->rx_bytes = rxbytes; in netcp_get_stats()
/linux-5.19.10/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_io.c1252 adapter->stats.rxbytes += length; in qlcnic_process_rcv()
1532 adapter->stats.rxbytes += length; in qlcnic_process_rcv_diag()
1779 adapter->stats.rxbytes += length; in qlcnic_83xx_process_rcv()
Dqlcnic_ethtool.c42 {"rx_bytes", QLC_SIZEOF(stats.rxbytes), QLC_OFF(stats.rxbytes)},
Dqlcnic.h551 u64 rxbytes; member
Dqlcnic_main.c3048 stats->rx_bytes = adapter->stats.rxbytes + adapter->stats.lrobytes; in qlcnic_get_stats()
/linux-5.19.10/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_init.c1558 adapter->stats.rxbytes += length; in netxen_process_rcv()
1637 adapter->stats.rxbytes += length; in netxen_process_lro()
Dnetxen_nic_ethtool.c38 {"rx_bytes", NETXEN_NIC_STAT(stats.rxbytes)},
Dnetxen_nic.h601 u64 rxbytes; member
Dnetxen_nic_main.c2278 stats->rx_bytes = adapter->stats.rxbytes; in netxen_nic_get_stats()