Lines Matching refs:i40e_eth_stats
528 {"rx_unicast_packets", offsetof(struct i40e_eth_stats, rx_unicast)},
529 {"rx_multicast_packets", offsetof(struct i40e_eth_stats, rx_multicast)},
530 {"rx_broadcast_packets", offsetof(struct i40e_eth_stats, rx_broadcast)},
531 {"rx_dropped_packets", offsetof(struct i40e_eth_stats, rx_discards)},
532 {"rx_unknown_protocol_packets", offsetof(struct i40e_eth_stats,
536 {"tx_unicast_packets", offsetof(struct i40e_eth_stats, tx_unicast)},
537 {"tx_multicast_packets", offsetof(struct i40e_eth_stats, tx_multicast)},
538 {"tx_broadcast_packets", offsetof(struct i40e_eth_stats, tx_broadcast)},
539 {"tx_dropped_packets", offsetof(struct i40e_eth_stats, tx_discards)},
3015 struct i40e_eth_stats *oes = &vsi->eth_stats_offset; in i40e_update_vsi_stats()
3016 struct i40e_eth_stats *nes = &vsi->eth_stats; in i40e_update_vsi_stats()
6196 memset(&pf->internal_stats, 0, sizeof(struct i40e_eth_stats)); in i40e_pf_setup()
6197 memset(&pf->internal_stats_offset, 0, sizeof(struct i40e_eth_stats)); in i40e_pf_setup()