Searched refs:tx_bytes (Results 1 – 13 of 13) sorted by relevance
40 stats->q_obytes[i] = tx_queue[i].tx_bytes; in nfb_eth_stats_get()43 tx_total_bytes += tx_queue[i].tx_bytes; in nfb_eth_stats_get()74 tx_queue[i].tx_bytes = 0; in nfb_eth_stats_reset()
22 volatile uint64_t tx_bytes; /* bytes transmitted */ member195 ndp->tx_bytes += num_bytes; in nfb_eth_ndp_tx()
24 u64 tx_bytes; /* gotc */ member
1506 __le64 tx_bytes; member1549 __le64 tx_bytes; member
155 u64 tx_bytes; member270 u64 tx_bytes; member523 u64 tx_bytes; member
288 *p_tlv_buf = (u8 *)&p_drv_buf->tx_bytes; in ecore_mfw_get_gen_tlv_value()289 return sizeof(p_drv_buf->tx_bytes); in ecore_mfw_get_gen_tlv_value()1401 *p_tlv_buf = (u8 *)&p_drv_buf->tx_bytes; in ecore_mfw_get_iscsi_tlv_value()1402 return sizeof(p_drv_buf->tx_bytes); in ecore_mfw_get_iscsi_tlv_value()
1072 u64 tx_bytes; member1079 u64 tx_bytes; member
74 uint64_t tx_bytes; member
205 stats->tx_bytes = bgx_stats.tx_bytes; in octeontx_bgx_port_stats()
246 u64 tx_bytes; /* # of ethernet bytes */ member
2003 __be64 tx_bytes; member
997 txq->stats.tx_bytes += len; in tx_do_packet_coalesce()1220 txq->stats.tx_bytes += m->pkt_len; in t4_eth_xmit()2083 txq->stats.tx_bytes = 0; in t4_sge_alloc_eth_txq()
782 {"bytes", offsetof(struct sge_eth_tx_stats, tx_bytes)},