Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlxgb/
H A Dqla_hw.h710 typedef struct _qla_sds { struct
711 q80_stat_desc_t *sds_ring_base; /* start of sds ring */
712 uint32_t sdsr_next; /* next entry in SDS ring to process */
713 struct lro_ctrl lro;
714 void *rxb_free;
715 uint32_t rx_free;
716 void *rxjb_free;
717 uint32_t rxj_free;
718 volatile uint32_t rcv_active;
/freebsd/sys/dev/qlxgbe/
H A Dql_hw.h1474 typedef struct _qla_sds { struct
1475 q80_stat_desc_t *sds_ring_base; /* start of sds ring */
1476 uint32_t sdsr_next; /* next entry in SDS ring to process */
1477 struct lro_ctrl lro;
1478 void *rxb_free;
1479 uint32_t rx_free;
1480 volatile uint32_t rcv_active;
1481 uint32_t sds_consumer;
1482 uint64_t intr_count;
1483 uint64_t spurious_intr_count;