Searched refs:phyctxt (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/contrib/dev/iwlwifi/mvm/
H A Dbinding.c15 struct iwl_mvm_phy_ctxt *phyctxt; member in struct:iwl_mvm_iface_iterator_data
25 struct iwl_mvm_phy_ctxt *phyctxt = data->phyctxt; local
36 phyctxt->channel->band));
41 cmd.id_and_color = cpu_to_le32(FW_CMD_ID_AND_COLOR(phyctxt->id,
42 phyctxt->color));
44 cmd.phy = cpu_to_le32(FW_CMD_ID_AND_COLOR(phyctxt->id,
45 phyctxt->color));
79 if (mvmvif->deflink.phy_ctxt != data->phyctxt)
92 struct iwl_mvm_phy_ctxt *phyctxt,
90 iwl_mvm_binding_update(struct iwl_mvm *mvm, struct ieee80211_vif *vif, struct iwl_mvm_phy_ctxt *phyctxt, bool add) argument
[all...]
H A Dlink.c56 struct iwl_mvm_phy_ctxt *phyctxt; local
81 phyctxt = link_info->phy_ctxt;
82 if (phyctxt)
83 cmd.phy_id = cpu_to_le32(phyctxt->id);
104 struct iwl_mvm_phy_ctxt *phyctxt; local
140 phyctxt = link_info->phy_ctxt;
141 if (phyctxt)
142 cmd.phy_id = cpu_to_le32(phyctxt->id);
/freebsd-current/sys/dev/iwm/
H A Dif_iwm_binding.c150 struct iwm_phy_ctxt *phyctxt; member in struct:iwm_iface_iterator_data
161 struct iwm_phy_ctxt *phyctxt = data->phyctxt; local
168 = htole32(IWM_FW_CMD_ID_AND_COLOR(phyctxt->id, phyctxt->color));
170 cmd.phy = htole32(IWM_FW_CMD_ID_AND_COLOR(phyctxt->id, phyctxt->color));
198 struct iwm_phy_ctxt *phyctxt, boolean_t add)
201 .phyctxt = phyctxt,
197 iwm_binding_update(struct iwm_softc *sc, struct iwm_vap *ivp, struct iwm_phy_ctxt *phyctxt, boolean_t add) argument
[all...]

Completed in 114 milliseconds