Searched refs:del_list_idx (Results 1 – 4 of 4) sorted by relevance
67 for (i = 0; i < MAX_NUM_TID; i++, priv->del_list_idx++) { in mwifiex_uap_cleanup_tx_queues()68 if (priv->del_list_idx == MAX_NUM_TID) in mwifiex_uap_cleanup_tx_queues()69 priv->del_list_idx = 0; in mwifiex_uap_cleanup_tx_queues()70 ra_list = &priv->wmm.tid_tbl_ptr[priv->del_list_idx].ra_list; in mwifiex_uap_cleanup_tx_queues()72 priv->del_list_idx++; in mwifiex_uap_cleanup_tx_queues()
62 for (i = 0; i < MAX_NUM_TID; i++, priv->del_list_idx++) { in nxpwifi_uap_cleanup_tx_queues()63 if (priv->del_list_idx == MAX_NUM_TID) in nxpwifi_uap_cleanup_tx_queues()64 priv->del_list_idx = 0; in nxpwifi_uap_cleanup_tx_queues()65 ra_list = &priv->wmm.tid_tbl_ptr[priv->del_list_idx].ra_list; in nxpwifi_uap_cleanup_tx_queues()67 priv->del_list_idx++; in nxpwifi_uap_cleanup_tx_queues()
131 priv->del_list_idx = 0; in nxpwifi_init_priv()
607 u8 del_list_idx; member