| /linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ | 
| D | cxgb4.h | 105 struct port_stats {  struct106 	u64 tx_octets;            /* total # of octets in good frames */
 107 	u64 tx_frames;            /* all good frames */
 108 	u64 tx_bcast_frames;      /* all broadcast frames */
 109 	u64 tx_mcast_frames;      /* all multicast frames */
 110 	u64 tx_ucast_frames;      /* all unicast frames */
 111 	u64 tx_error_frames;      /* all error frames */
 113 	u64 tx_frames_64;         /* # of Tx frames in a particular range */
 114 	u64 tx_frames_65_127;
 115 	u64 tx_frames_128_255;
 [all …]
 
 | 
| /linux-4.1.27/drivers/net/ethernet/ibm/ehea/ | 
| D | ehea.h | 332 struct port_stats {  struct333 	int poll_receive_errors;
 357 	struct port_stats p_stats;  argument
 
 | 
| /linux-4.1.27/drivers/char/ | 
| D | virtio_console.c | 175 struct port_stats {  struct176 	unsigned long bytes_sent, bytes_received, bytes_discarded;
 
 | 
| /linux-4.1.27/drivers/net/team/ | 
| D | team_mode_loadbalance.c | 194 	struct lb_stats *port_stats;  in lb_update_tx_stats()  local
 | 
| /linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/ | 
| D | qlcnic_ctx.c | 1186 	struct __qlcnic_esw_statistics port_stats;  in qlcnic_get_eswitch_stats()  local
 | 
| D | qlcnic_ethtool.c | 1334 	struct qlcnic_esw_statistics port_stats;  in qlcnic_get_ethtool_stats()  local
 | 
| D | qlcnic_sysfs.c | 783 	struct qlcnic_esw_statistics port_stats;  in qlcnic_sysfs_get_port_stats()  local
 | 
| /linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/ | 
| D | adapter.h | 213 	unsigned long port_stats[SGE_PSTAT_MAX];  member
 | 
| /linux-4.1.27/drivers/net/ethernet/emulex/benet/ | 
| D | be_main.c | 352 	struct be_port_rxf_stats_v0 *port_stats =  in populate_be_v0_stats()  local401 	struct be_port_rxf_stats_v1 *port_stats =  in populate_be_v1_stats()  local
 447 	struct be_port_rxf_stats_v2 *port_stats =  in populate_be_v2_stats()  local
 
 | 
| /linux-4.1.27/drivers/scsi/csiostor/ | 
| D | csio_lnode.c | 1370 			struct fw_fcoe_port_stats *port_stats)  in csio_get_phy_port_stats()
 | 
| D | t4fw_api_stor.h | 420 		} port_stats;  member
 | 
| /linux-4.1.27/drivers/scsi/bfa/ | 
| D | bfa_defs_fcs.h | 281 	struct bfa_lport_stats_s port_stats;	/*  base class (port) stats */  member
 | 
| D | bfa_fcs_lport.c | 5949 	 struct bfa_lport_stats_s *port_stats)  in bfa_fcs_lport_get_stats()
 | 
| D | bfad_bsg.h | 309 	struct bfa_lport_stats_s port_stats;  member
 | 
| D | bfa_defs_svc.h | 503 	struct bfa_fw_port_stats_s	port_stats;  member
 | 
| /linux-4.1.27/drivers/net/ethernet/chelsio/cxgb/ | 
| D | sge.c | 270 	struct sge_port_stats __percpu *port_stats[MAX_NPORTS];  member
 | 
| /linux-4.1.27/drivers/net/ethernet/neterion/vxge/ | 
| D | vxge-config.c | 1766 				   struct vxge_hw_xmac_port_stats *port_stats)  in vxge_hw_device_xmac_port_stats_get()
 | 
| D | vxge-traffic.h | 1099 				port_stats[VXGE_HW_MAC_MAX_MAC_PORT_ID+1];  member
 | 
| /linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ | 
| D | mlx4_en.h | 574 	struct mlx4_en_port_stats port_stats;  member
 | 
| /linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ | 
| D | bnx2x.h | 1261 	struct host_port_stats		port_stats;  member
 |