Lines Matching refs:iwh_cmd
309 static int iwh_cmd(iwh_sc_t *, int, const void *, int, int);
1891 err = iwh_cmd(sc, REPLY_RXON, &sc->sc_config, in iwh_newstate()
1907 err = iwh_cmd(sc, REPLY_ADD_STA, &node, in iwh_newstate()
2573 rv = iwh_cmd(sc, CALIBRATION_CFG_CMD, &cmd, sizeof (cmd), 1); in iwh_ucode_alive()
2608 rv = iwh_cmd(sc, REPLY_PHY_CALIBRATION_CMD, in iwh_ucode_alive()
2625 rv = iwh_cmd(sc, REPLY_PHY_CALIBRATION_CMD, in iwh_ucode_alive()
2642 rv = iwh_cmd(sc, REPLY_PHY_CALIBRATION_CMD, in iwh_ucode_alive()
2660 rv = iwh_cmd(sc, REPLY_PHY_CALIBRATION_CMD, in iwh_ucode_alive()
2678 rv = iwh_cmd(sc, REPLY_PHY_CALIBRATION_CMD, in iwh_ucode_alive()
3919 iwh_cmd(iwh_sc_t *sc, int code, const void *buf, int size, int async) in iwh_cmd() function
3997 (void) iwh_cmd(sc, REPLY_LEDS_CMD, &led, sizeof (led), 1); in iwh_set_led()
4062 err = iwh_cmd(sc, REPLY_RXON, &sc->sc_config, in iwh_hw_set_before_auth()
4307 err = iwh_cmd(sc, POWER_TABLE_CMD, &powertable, in iwh_config()
4322 err = iwh_cmd(sc, REPLY_BT_CONFIG, &bt, in iwh_config()
4408 err = iwh_cmd(sc, REPLY_RXON, &sc->sc_config, in iwh_config()
4423 err = iwh_cmd(sc, REPLY_REMOVE_STA, &rm_sta, sizeof (iwh_rem_sta_t), 0); in iwh_config()
4450 err = iwh_cmd(sc, REPLY_ADD_STA, &node, sizeof (node), 0); in iwh_config()
4476 err = iwh_cmd(sc, REPLY_TX_LINK_QUALITY_CMD, &link_quality, in iwh_config()
5386 rv = iwh_cmd(sc, COEX_PRIORITY_TABLE_CMD, &w_cmd, sizeof (w_cmd), 1); in iwh_alive_common()
5401 rv = iwh_cmd(sc, REPLY_PHY_CALIBRATION_CMD, in iwh_alive_common()
5553 err = iwh_cmd(sc, REPLY_TX_PWR_TABLE_CMD, &txpower, in iwh_tx_power_table()
5812 err = iwh_cmd(sc, REPLY_RXON, &sc->sc_config, in iwh_run_state_config()
5976 err = iwh_cmd(sc, REPLY_QOS_PARAM, &qosparam_cmd, in iwh_qosparam_to_hw()
6283 err = iwh_cmd(sc, REPLY_ADD_STA, &node, sizeof (node), 1); in iwh_add_ap_sta()
6342 err = iwh_cmd(sc, REPLY_TX_LINK_QUALITY_CMD, &link_quality, in iwh_ap_lq()
6420 err = iwh_cmd(sc, REPLY_ADD_STA, &node, sizeof (node), 1); in iwh_recv_action()
6454 err = iwh_cmd(sc, REPLY_ADD_STA, &node, sizeof (node), 1); in iwh_recv_action()
6523 err = iwh_cmd(sc, REPLY_ADD_STA, &node, sizeof (node), 1); in iwh_send_action()