Lines Matching refs:uint64_t
24 uint64_t cond;
34 uint64_t iqmask; /** mask for IQs enabled for the port */
35 uint64_t oqmask; /** mask for OQs enabled for the port */
43 uint64_t total_rcvd;
44 uint64_t bytes_rcvd;
45 uint64_t total_bcst;
46 uint64_t total_mcst;
47 uint64_t runts;
48 uint64_t ctl_rcvd;
49 uint64_t fifo_err; /* Accounts for over/under-run of buffers */
50 uint64_t dmac_drop;
51 uint64_t fcs_err;
52 uint64_t jabber_err;
53 uint64_t l2_err;
54 uint64_t frame_err;
57 uint64_t fw_total_rcvd;
58 uint64_t fw_total_fwd;
59 uint64_t fw_total_fwd_bytes;
60 uint64_t fw_err_pko;
61 uint64_t fw_err_link;
62 uint64_t fw_err_drop;
63 uint64_t fw_rx_vxlan;
64 uint64_t fw_rx_vxlan_err;
67 uint64_t fw_lro_pkts; /* Number of packets that are LROed */
68 uint64_t fw_lro_octs; /* Number of octets that are LROed */
69 uint64_t fw_total_lro; /* Number of LRO packets formed */
70 uint64_t fw_lro_aborts; /* Number of times lRO of packet aborted */
71 uint64_t fw_lro_aborts_port;
72 uint64_t fw_lro_aborts_seq;
73 uint64_t fw_lro_aborts_tsval;
74 uint64_t fw_lro_aborts_timer;
76 uint64_t fwd_rate;
82 uint64_t total_pkts_sent;
83 uint64_t total_bytes_sent;
84 uint64_t mcast_pkts_sent;
85 uint64_t bcast_pkts_sent;
86 uint64_t ctl_sent;
87 uint64_t one_collision_sent; /* Packets sent after one collision */
89 uint64_t multi_collision_sent;
91 uint64_t max_collision_fail;
93 uint64_t max_deferral_fail;
95 uint64_t fifo_err;
96 uint64_t runts;
97 uint64_t total_collisions; /* Total number of collisions detected */
100 uint64_t fw_total_sent;
101 uint64_t fw_total_fwd;
102 uint64_t fw_total_fwd_bytes;
103 uint64_t fw_err_pko;
104 uint64_t fw_err_link;
105 uint64_t fw_err_drop;
106 uint64_t fw_err_tso;
107 uint64_t fw_tso; /* number of tso requests */
108 uint64_t fw_tso_fwd; /* number of packets segmented in tso */
109 uint64_t fw_tx_vxlan;
118 uint64_t if_cfg64;
121 uint64_t base_queue : 16;
122 uint64_t num_iqueues : 16;
123 uint64_t num_oqueues : 16;
124 uint64_t gmx_port_id : 8;
125 uint64_t vf_id : 8;
127 uint64_t vf_id : 8;
128 uint64_t gmx_port_id : 8;
129 uint64_t num_oqueues : 16;
130 uint64_t num_iqueues : 16;
131 uint64_t base_queue : 16;
137 uint64_t rh;
139 uint64_t status;
143 uint64_t rh;
145 uint64_t status;
149 uint64_t rh;
151 uint64_t status;
157 uint64_t flags : 16;
158 uint64_t hashinfo : 32;
159 uint64_t itablesize : 16;
160 uint64_t hashkeysize : 16;
161 uint64_t reserved : 48;
163 uint64_t itablesize : 16;
164 uint64_t hashinfo : 32;
165 uint64_t flags : 16;
166 uint64_t reserved : 48;
167 uint64_t hashkeysize : 16;