Searched refs:MAX_HW_QUEUES (Results 1 – 8 of 8) sorted by relevance
32 #define MAX_HW_QUEUES 5 macro380 struct ccp_cmd_queue cmd_q[MAX_HW_QUEUES];
623 if (!nqueues || (nqueues > MAX_HW_QUEUES)) in ccp_dev_init()624 ccp->max_q_count = MAX_HW_QUEUES; in ccp_dev_init()
381 for (i = 0; (i < MAX_HW_QUEUES) && (ccp->cmd_q_count < ccp->max_q_count); i++) { in ccp_init()
804 for (i = 0; (i < MAX_HW_QUEUES) && (ccp->cmd_q_count < ccp->max_q_count); i++) { in ccp5_init()
80 #define MAX_HW_QUEUES 12 macro
522 struct qos_params qos_params[MAX_HW_QUEUES];
2006 hw->queues = MAX_HW_QUEUES; in rsi_mac80211_attach()
438 for (ii = 0; ii < MAX_HW_QUEUES; ii++) { in rsi_load_radio_caps()