Searched refs:mac_id_n_color (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | sta.h | 260 * @mac_id_n_color: the Mac context this station belongs to, 297 __le32 mac_id_n_color; member 340 * @mac_id_n_color: the Mac context this station belongs to, 383 __le32 mac_id_n_color; /* can be used for lmac id when using cmd v12 */ member 524 __le32 mac_id_n_color; member
|
H A D | mac.h | 399 __le32 mac_id_n_color; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | sta.h | 207 * @mac_id_n_color: the Mac context this station belongs to, 244 __le32 mac_id_n_color; member 287 * @mac_id_n_color: the Mac context this station belongs to, 330 __le32 mac_id_n_color; /* can be used for lmac id when using cmd v12 */ member 475 __le32 mac_id_n_color; member
|
H A D | mac.h | 350 __le32 mac_id_n_color; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | sta.c | 116 .mac_id_n_color = cpu_to_le32(mvm_sta->mac_id_n_color), in iwl_mvm_sta_send_to_fw() 344 cmd.mac_id_n_color = cpu_to_le32(mvmsta->mac_id_n_color); in iwl_mvm_invalidate_sta_queue() 1003 cmd.mac_id_n_color = cpu_to_le32(mvmsta->mac_id_n_color); in iwl_mvm_unshare_queue() 1596 cmd.mac_id_n_color = cpu_to_le32(mac_id); in iwl_mvm_add_int_sta_common() 1598 cmd.mac_id_n_color = cpu_to_le32(FW_CMD_ID_AND_COLOR(mac_id, in iwl_mvm_add_int_sta_common() 1677 mvm_sta->mac_id_n_color = FW_CMD_ID_AND_COLOR(mvmvif->id, in iwl_mvm_add_sta() 1788 cmd.mac_id_n_color in iwl_mvm_drain_sta() [all...] |
H A D | sta.h | 373 * @mac_id_n_color: the MAC context this station is linked to 421 u32 mac_id_n_color; member
|
H A D | d3.c | 193 .wep_key_cmd.mac_id_n_color = in iwl_mvm_wowlan_program_keys() 607 .mac_id_n_color = in iwl_mvm_get_last_nonqos_seq() 643 .mac_id_n_color = in iwl_mvm_set_last_nonqos_seq()
|
H A D | rx.c | 277 mac = mvmsta->mac_id_n_color & FW_CTXT_ID_MSK; in iwl_mvm_rx_handle_tcm()
|
H A D | tx.c | 1026 int mac = mvmsta->mac_id_n_color & FW_CTXT_ID_MSK; in iwl_mvm_tx_airtime() 1047 int mac = mvmsta->mac_id_n_color & FW_CTXT_ID_MSK; in iwl_mvm_tx_pkt_queued()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | sta.c | 134 .mac_id_n_color = cpu_to_le32(mvm_sta->mac_id_n_color), in iwl_mvm_sta_send_to_fw() 331 cmd.mac_id_n_color = cpu_to_le32(mvmsta->mac_id_n_color); in iwl_mvm_invalidate_sta_queue() 1116 cmd.mac_id_n_color = cpu_to_le32(mvmsta->mac_id_n_color); in iwl_mvm_unshare_queue() 1692 cmd.mac_id_n_color = cpu_to_le32(mac_id); in iwl_mvm_add_int_sta_common() 1694 cmd.mac_id_n_color = cpu_to_le32(FW_CMD_ID_AND_COLOR(mac_id, in iwl_mvm_add_int_sta_common() 1737 mvm_sta->mac_id_n_color = FW_CMD_ID_AND_COLOR(mvmvif->id, in iwl_mvm_sta_init() 1904 cmd.mac_id_n_color in iwl_mvm_drain_sta() [all...] |
H A D | sta.h | 360 * @mac_id_n_color: the MAC context this station is linked to 411 u32 mac_id_n_color; member
|
H A D | tx.c | 1094 int mac = mvmsta->mac_id_n_color & FW_CTXT_ID_MSK; in iwl_mvm_tx_airtime() 1115 int mac = mvmsta->mac_id_n_color & FW_CTXT_ID_MSK; in iwl_mvm_tx_pkt_queued()
|
H A D | d3.c | 127 .wep_key_cmd.mac_id_n_color = in iwl_mvm_wowlan_program_keys() 831 .mac_id_n_color = in iwl_mvm_get_last_nonqos_seq() 867 .mac_id_n_color = in iwl_mvm_set_last_nonqos_seq()
|
H A D | mld-sta.c | 919 if (mvm_sta->mac_id_n_color != in iwl_mvm_mld_modify_all_sta_disable_tx()
|
H A D | rx.c | 224 mac = mvmsta->mac_id_n_color & FW_CTXT_ID_MSK; in iwl_mvm_rx_handle_tcm()
|
Completed in 29 milliseconds