Searched refs:iwh_cmd (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/iwh/ |
H A D | iwh.c | 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 [all …]
|
H A D | iwh_hw.h | 1969 typedef struct iwh_cmd { struct
|