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 407 struct iwm_phy_context_cmd *, uint32_t, uint32_t);
409 struct iwm_phy_context_cmd *, struct ieee80211_channel *,
4425 struct iwm_phy_context_cmd *cmd, uint32_t action, uint32_t apply_time)
4427 memset(cmd, 0, sizeof(struct iwm_phy_context_cmd));
4436 iwm_phy_ctxt_cmd_data(struct iwm_softc *sc, struct iwm_phy_context_cmd *cmd,
4467 struct iwm_phy_context_cmd cmd;
4474 return iwm_send_cmd_pdu(sc, IWM_PHY_CONTEXT_CMD, 0,
4475 sizeof(struct iwm_phy_context_cmd), &cmd);
8519 case IWM_PHY_CONTEXT_CMD:
if_iwmreg.h 1803 IWM_PHY_CONTEXT_CMD = 0x8,
3043 * struct iwm_phy_context_cmd - config of the PHY context
3044 * ( IWM_PHY_CONTEXT_CMD = 0x8 )
3078 struct iwm_phy_context_cmd { struct

Completed in 31 milliseconds