Searched refs:WIL6210_MAX_TX_RINGS (Results 1 – 7 of 7) sorted by relevance
90 #define WIL6210_MAX_TX_RINGS (24) /* HW limit */ macro954 struct wil_ring ring_tx[WIL6210_MAX_TX_RINGS];955 struct wil_ring_tx_data ring_tx_data[WIL6210_MAX_TX_RINGS];959 u8 ring2cid_tid[WIL6210_MAX_TX_RINGS][2]; /* [0] - CID, [1] - TID */
81 for (i = 0; i < WIL6210_MAX_TX_RINGS; i++) { in wil_is_tx_idle()1188 for (i = min_ring_id; i < WIL6210_MAX_TX_RINGS; i++) { in wil_find_tx_ring_sta()1267 for (i = min_ring_id; i < WIL6210_MAX_TX_RINGS; i++) { in wil_find_tx_bcast_2()1296 for (i++; i < WIL6210_MAX_TX_RINGS; i++) { in wil_find_tx_bcast_2()1970 for (i = 0; i < WIL6210_MAX_TX_RINGS; i++) { in __wil_update_net_queues()
152 for (i = 0; i < WIL6210_MAX_TX_RINGS; i++) { in wil6210_netdev_poll_tx()
832 if (p1 < 0 || p1 >= WIL6210_MAX_TX_RINGS) { in wil_write_back()1093 if (ring_idx >= WIL6210_MAX_TX_RINGS) { in wil_txdesc_debugfs_show()1100 if (ring_idx > WIL6210_MAX_TX_RINGS) { in wil_txdesc_debugfs_show()1104 tx = (ring_idx < WIL6210_MAX_TX_RINGS); in wil_txdesc_debugfs_show()
516 for (i = min_ring_id; i < WIL6210_MAX_TX_RINGS; i++) { in wil_find_free_ring()607 for (i = 0; i < WIL6210_MAX_TX_RINGS; i++) in wil_priv_init()
1162 if (unlikely(ring_id >= WIL6210_MAX_TX_RINGS)) { in wil_tx_sring_handler()
1191 if (evt->ringid >= WIL6210_MAX_TX_RINGS) { in wmi_evt_ba_status()