Searched refs:phy_cfg_cmd (Results 1 – 1 of 1) sorted by relevance
3641 struct iwm_phy_cfg_cmd phy_cfg_cmd; in iwm_send_phy_cfg_cmd() local3644 phy_cfg_cmd.phy_cfg = htole32(sc->sc_fw_phy_config); in iwm_send_phy_cfg_cmd()3645 phy_cfg_cmd.calib_control.event_trigger = in iwm_send_phy_cfg_cmd()3647 phy_cfg_cmd.calib_control.flow_trigger = in iwm_send_phy_cfg_cmd()3650 DPRINTFN(10, ("Sending Phy CFG command: 0x%x\n", phy_cfg_cmd.phy_cfg)); in iwm_send_phy_cfg_cmd()3652 sizeof(phy_cfg_cmd), &phy_cfg_cmd); in iwm_send_phy_cfg_cmd()