Home
last modified time | relevance | path

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

/freebsd/sys/dev/iwm/
H A Dif_iwm_util.c168 iwm_send_cmd(struct iwm_softc *sc, struct iwm_host_cmd *hcmd) in iwm_send_cmd() function
357 return iwm_send_cmd(sc, &cmd); in iwm_send_cmd_pdu()
373 if ((error = iwm_send_cmd(sc, cmd)) != 0) in iwm_send_cmd_status()
513 return iwm_send_cmd(sc, &cmd); in iwm_send_lq_cmd()
H A Dif_iwm_util.h108 extern int iwm_send_cmd(struct iwm_softc *sc, struct iwm_host_cmd *hcmd);
H A Dif_iwm_scan.c557 ret = iwm_send_cmd(sc, &hcmd); in iwm_config_umac_scan()
706 ret = iwm_send_cmd(sc, &hcmd); in iwm_umac_scan()
827 ret = iwm_send_cmd(sc, &hcmd); in iwm_lmac_scan()
H A Dif_iwm_phy_db.c463 return iwm_send_cmd(phy_db->sc, &cmd); in iwm_send_phy_db_cmd()
H A Dif_iwm.c1824 ret = iwm_send_cmd(sc, &cmd); in iwm_nvm_read_chunk()
4694 ret = iwm_send_cmd(sc, &hcmd); in iwm_send_update_mcc_cmd()
4734 if (iwm_send_cmd(sc, &cmd) != 0) { in iwm_tt_tx_backoff()