Home
last modified time | relevance | path

Searched defs:sge_rxq (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dadapter.h354 struct sge_rxq { struct
355 struct sge_iq iq; /* MUST be first */
356 struct sge_fl fl;
358 struct port_info *port; /* the port this rxq belongs to */
359 kstat_t *ksp;
361 mac_ring_handle_t ring_handle;
362 uint64_t ring_gen_num;
366 uint64_t rxcsum; /* # of times hardware assisted with checksum */
367 uint64_t rxpkts; /* # of ethernet packets */
368 uint64_t rxbytes; /* # of ethernet bytes */
[all …]