Home
last modified time | relevance | path

Searched refs:WIL6210_MAX_TX_RINGS (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/net/wireless/ath/wil6210/
Dwil6210.h90 #define WIL6210_MAX_TX_RINGS (24) /* HW limit */ macro
954 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 */
Dtxrx.c81 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()
Dnetdev.c152 for (i = 0; i < WIL6210_MAX_TX_RINGS; i++) { in wil6210_netdev_poll_tx()
Ddebugfs.c832 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()
Dmain.c516 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()
Dtxrx_edma.c1162 if (unlikely(ring_id >= WIL6210_MAX_TX_RINGS)) { in wil_tx_sring_handler()
Dwmi.c1191 if (evt->ringid >= WIL6210_MAX_TX_RINGS) { in wmi_evt_ba_status()