Lines Matching refs:MNULL

59     mlan_ds_11n_cfg *cfg = MNULL;  in wlan_11n_ioctl_htusrcfg()
131 mlan_ds_11n_cfg *cfg = MNULL; in wlan_11n_ioctl_httxcfg()
183 …TxBAStreamTbl *)util_peek_list(pmadapter->pmoal_handle, &priv->tx_ba_stream_tbl_ptr, MNULL, MNULL); in wlan_send_delba_to_entry_in_txbastream_tbl()
215 ret = wlan_send_delba(priv, MNULL, i, tx_ba_stream_tbl_ptr->ra, 1); in wlan_send_delba_to_entry_in_txbastream_tbl()
226 ret = wlan_send_delba(priv, MNULL, tid, tx_ba_stream_tbl_ptr->ra, 1); in wlan_send_delba_to_entry_in_txbastream_tbl()
243 ret = wlan_send_delba(priv, MNULL, i, tx_ba_stream_tbl_ptr->ra, 1); in wlan_send_delba_to_entry_in_txbastream_tbl()
254 ret = wlan_send_delba(priv, MNULL, tid, tx_ba_stream_tbl_ptr->ra, 1); in wlan_send_delba_to_entry_in_txbastream_tbl()
313 … ret = wlan_send_delba(priv, MNULL, rx_reor_tbl_ptr->tid, rx_reor_tbl_ptr->ta, 0); in wlan_send_delba_to_entry_in_reorder_tbl()
338 mlan_ds_11n_cfg *cfg = MNULL; in wlan_11n_ioctl_delba()
339 TxBAStreamTbl *tx_ba_stream_tbl_ptr, *last_tx_ba_to_delete = MNULL; in wlan_11n_ioctl_delba()
340 RxReorderTbl *rx_reor_tbl_ptr, *last_rx_ba_to_delete = MNULL; in wlan_11n_ioctl_delba()
378 if ((last_rx_ba_to_delete == MNULL) && (cfg->param.del_ba.direction & DELBA_TX)) in wlan_11n_ioctl_delba()
382 …BAStreamTbl *)util_peek_list(pmadapter->pmoal_handle, &pmpriv->tx_ba_stream_tbl_ptr, MNULL, MNULL); in wlan_11n_ioctl_delba()
407 … ret = wlan_send_delba_to_entry_in_txbastream_tbl(pmpriv, MNULL, tid, peer_address, MNULL); in wlan_11n_ioctl_delba()
780 mlan_ds_11n_cfg *cfg = MNULL; in wlan_ret_amsdu_aggr_ctrl()
844 mlan_ds_11n_cfg *cfg = MNULL; in wlan_ret_11n_cfg()
858 if (pioctl_buf != MNULL && (wlan_le16_to_cpu(htcfg->action) == HostCmd_ACT_GEN_GET)) in wlan_ret_11n_cfg()
890 if (pbss_desc->pht_info == MNULL) in wlan_check_chan_width_ht40_by_region()
970 if (ppbuffer == MNULL) in wlan_cmd_append_11n_tlv()
975 if (*ppbuffer == MNULL) in wlan_cmd_append_11n_tlv()
1019 if (pbss_desc->pht_cap != MNULL) in wlan_cmd_append_11n_tlv()
1052 if (pbss_desc->pht_info != MNULL) in wlan_cmd_append_11n_tlv()
1086 … wlan_11ac_bandconfig_allowed(pmpriv, pbss_desc->bss_band) && pbss_desc->pvht_oprat != MNULL && in wlan_cmd_append_11n_tlv()
1119 if ((pbss_desc->bss_band & (BAND_A | BAND_AN)) && pbss_desc->pbss_co_2040 != MNULL) in wlan_cmd_append_11n_tlv()
1232 mlan_ds_11n_cfg *cfg = MNULL; in wlan_11n_cfg_ioctl()
1276 TxBAStreamTbl *ptx_tbl = MNULL; in wlan_11n_delete_txbastream_tbl_entry()
1287 …nlink_list(pmadapter->pmoal_handle, &priv->tx_ba_stream_tbl_ptr, (pmlan_linked_list)ptx_tbl, MNULL, in wlan_11n_delete_txbastream_tbl_entry()
1288 MNULL); in wlan_11n_delete_txbastream_tbl_entry()
1311 TxBAStreamTbl *del_tbl_ptr = MNULL; in wlan_11n_deleteall_txbastream_tbl()
1348 if (ptx_tbl == MNULL) in wlan_11n_get_txbastream_tbl()
1351 return MNULL; in wlan_11n_get_txbastream_tbl()
1368 return MNULL; in wlan_11n_get_txbastream_tbl()
1384 TxBAStreamTbl *newNode = MNULL; in wlan_11n_create_txbastream_tbl()
1399 if (newNode == MNULL) in wlan_11n_create_txbastream_tbl()
1543 TxBAStreamTbl *ptx_tbl = MNULL; in wlan_11n_get_sta_peer_amsdu()
1610 …ret = wifi_prepare_and_send_cmd(priv, HostCmd_CMD_11N_ADDBA_REQ, 0, 0, MNULL, &add_ba_req, priv->b… in wlan_send_addba()