Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/iwm/
H A Dif_iwm.c2751 struct iwm_phy_cfg_cmd phy_cfg_cmd; in iwm_send_phy_cfg_cmd() local
2755 phy_cfg_cmd.phy_cfg = htole32(iwm_get_phy_config(sc)); in iwm_send_phy_cfg_cmd()
2756 phy_cfg_cmd.calib_control.event_trigger = in iwm_send_phy_cfg_cmd()
2758 phy_cfg_cmd.calib_control.flow_trigger = in iwm_send_phy_cfg_cmd()
2762 "Sending Phy CFG command: 0x%x\n", phy_cfg_cmd.phy_cfg); in iwm_send_phy_cfg_cmd()
2764 sizeof(phy_cfg_cmd), &phy_cfg_cmd); in iwm_send_phy_cfg_cmd()