Home
last modified time | relevance | path

Searched refs:MAX_RDS_RING_SETS (Results 1 – 2 of 2) sorted by relevance

/trueos/sys/dev/qlxgbe/
HDql_hw.h1085 #define MAX_RDS_RING_SETS 8 /* Max# of Receive Descriptor Rings */ macro
1139 q80_rq_rds_ring_t rds[MAX_RDS_RING_SETS];
1158 q80_rsp_rds_ring_t rds[MAX_RDS_RING_SETS];
1183 q80_rq_rds_ring_t rds[MAX_RDS_RING_SETS];
1193 q80_rsp_rds_ring_t rds[MAX_RDS_RING_SETS];
HDql_hw.c2024 if (hw->num_rds_rings > MAX_RDS_RING_SETS) in qla_init_rcv_cntxt()
2025 rcntxt_rds_rings = MAX_RDS_RING_SETS; in qla_init_rcv_cntxt()