Lines Matching refs:j
1598 unsigned int j = 0; in tx_init() local
1619 for (j = 0; j < MAX_SW_PEERS; j++) { in tx_init()
1620 sys_dev_ctx->tx_config.data_pending_txq[j][i] = in tx_init()
1623 if (!sys_dev_ctx->tx_config.data_pending_txq[j][i]) { in tx_init()
1655 for (j = 0; j < NRF_WIFI_FMAC_AC_MAX; j++) { in tx_init()
1656 sys_dev_ctx->tx_config.curr_peer_opp[j] = 0; in tx_init()
1734 for (j = 0; j < MAX_SW_PEERS; j++) { in tx_init()
1735 q_ptr = sys_dev_ctx->tx_config.data_pending_txq[j][i]; in tx_init()
1753 unsigned int j = 0; in tx_deinit() local
1785 for (j = 0; j < MAX_SW_PEERS; j++) { in tx_deinit()
1786 while (nrf_wifi_utils_q_len(sys_dev_ctx->tx_config.data_pending_txq[j][i])) { in tx_deinit()
1788 nrf_wifi_utils_q_dequeue(sys_dev_ctx->tx_config.data_pending_txq[j][i])); in tx_deinit()
1791 sys_dev_ctx->tx_config.data_pending_txq[j][i]); in tx_deinit()