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

/freebsd-13-stable/sys/dev/iwm/
H A Dif_iwm.c2798 struct iwm_phy_cfg_cmd phy_cfg_cmd; local
2802 phy_cfg_cmd.phy_cfg = htole32(iwm_get_phy_config(sc));
2803 phy_cfg_cmd.calib_control.event_trigger =
2805 phy_cfg_cmd.calib_control.flow_trigger =
2809 "Sending Phy CFG command: 0x%x\n", phy_cfg_cmd.phy_cfg);
2811 sizeof(phy_cfg_cmd), &phy_cfg_cmd);
4839 device_printf(sc->sc_dev, "phy_cfg_cmd failed\n");

Completed in 151 milliseconds