HomeSort by: relevance | last modified time | path
    Searched refs:iwm_phy_context_cmd (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_iwm.c 379 struct iwm_phy_context_cmd *, uint32_t, uint32_t);
381 struct iwm_phy_context_cmd *, struct ieee80211_channel *,
4129 struct iwm_phy_context_cmd *cmd, uint32_t action, uint32_t apply_time)
4131 memset(cmd, 0, sizeof(struct iwm_phy_context_cmd));
4140 iwm_phy_ctxt_cmd_data(struct iwm_softc *sc, struct iwm_phy_context_cmd *cmd,
4172 struct iwm_phy_context_cmd cmd;
4179 return iwm_send_cmd_pdu(sc, IWM_PHY_CONTEXT_CMD, 0,
4180 sizeof(struct iwm_phy_context_cmd), &cmd);
7424 case IWM_PHY_CONTEXT_CMD:
if_iwmreg.h 1732 IWM_PHY_CONTEXT_CMD = 0x8,
2825 * struct iwm_phy_context_cmd - config of the PHY context
2826 * ( IWM_PHY_CONTEXT_CMD = 0x8 )
2838 struct iwm_phy_context_cmd { struct

Completed in 24 milliseconds