Searched refs:phyctxt (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/dev/iwm/ |
| H A D | if_iwm_binding.c | 150 struct iwm_phy_ctxt *phyctxt; member 161 struct iwm_phy_ctxt *phyctxt = data->phyctxt; in iwm_binding_cmd() local 168 = htole32(IWM_FW_CMD_ID_AND_COLOR(phyctxt->id, phyctxt->color)); in iwm_binding_cmd() 170 cmd.phy = htole32(IWM_FW_CMD_ID_AND_COLOR(phyctxt->id, phyctxt->color)); in iwm_binding_cmd() 198 struct iwm_phy_ctxt *phyctxt, boolean_t add) in iwm_binding_update() argument 201 .phyctxt = phyctxt, in iwm_binding_update()
|
| /freebsd/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | binding.c | 15 struct iwl_mvm_phy_ctxt *phyctxt; member 25 struct iwl_mvm_phy_ctxt *phyctxt = data->phyctxt; in iwl_mvm_binding_cmd() local 36 phyctxt->channel->band)); in iwl_mvm_binding_cmd() 41 cmd.id_and_color = cpu_to_le32(FW_CMD_ID_AND_COLOR(phyctxt->id, in iwl_mvm_binding_cmd() 42 phyctxt->color)); in iwl_mvm_binding_cmd() 44 cmd.phy = cpu_to_le32(FW_CMD_ID_AND_COLOR(phyctxt->id, in iwl_mvm_binding_cmd() 45 phyctxt->color)); in iwl_mvm_binding_cmd() 79 if (mvmvif->deflink.phy_ctxt != data->phyctxt) in iwl_mvm_iface_iterator() 92 struct iwl_mvm_phy_ctxt *phyctxt, in iwl_mvm_binding_update() argument 98 .phyctxt = phyctxt, in iwl_mvm_binding_update()
|
| H A D | link.c | 183 struct iwl_mvm_phy_ctxt *phyctxt; in iwl_mvm_link_changed() local 226 phyctxt = link_info->phy_ctxt; in iwl_mvm_link_changed() 227 if (phyctxt) in iwl_mvm_link_changed() 228 cmd.phy_id = cpu_to_le32(phyctxt->id); in iwl_mvm_link_changed()
|
| /freebsd/sys/dev/iwx/ |
| H A D | if_iwx.c | 4951 struct iwx_phy_ctxt *phyctxt = ivp->phy_ctxt; in iwx_binding_cmd() local 4961 if (phyctxt == NULL) /* XXX race with iwx_stop() */ in iwx_binding_cmd() 4967 = htole32(IWX_FW_CMD_ID_AND_COLOR(phyctxt->id, phyctxt->color)); in iwx_binding_cmd() 4969 cmd.phy = htole32(IWX_FW_CMD_ID_AND_COLOR(phyctxt->id, phyctxt->color)); in iwx_binding_cmd() 4975 if (IEEE80211_IS_CHAN_2GHZ(phyctxt->channel) || in iwx_binding_cmd() 7457 iwx_phy_send_rlc(struct iwx_softc *sc, struct iwx_phy_ctxt *phyctxt, in iwx_phy_send_rlc() argument 7469 cmd.phy_id = htole32(phyctxt->id); in iwx_phy_send_rlc() 7481 iwx_phy_ctxt_update(struct iwx_softc *sc, struct iwx_phy_ctxt *phyctxt, in iwx_phy_ctxt_update() argument 7497 (phyctxt->channel->ic_flags & band_flags) != in iwx_phy_ctxt_update() 7499 err = iwx_phy_ctxt_cmd(sc, phyctxt, chains_static, in iwx_phy_ctxt_update() [all …]
|