Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk2.c279 static int iwk_cmd(iwk_sc_t *, int, const void *, int, int);
1577 err = iwk_cmd(sc, REPLY_RXON, &sc->sc_config, in iwk_newstate()
1591 err = iwk_cmd(sc, REPLY_ADD_STA, &node, in iwk_newstate()
1897 err = iwk_cmd(sc, REPLY_ADD_STA, in iwk_key_set()
1927 err = iwk_cmd(sc, REPLY_ADD_STA, &node, sizeof (node), 1); in iwk_key_set()
3005 err1 = iwk_cmd(sc, REPLY_RXON, &sc->sc_config, in iwk_m_ioctl()
3031 err1 = iwk_cmd(sc, REPLY_TX_PWR_TABLE_CMD, &txpower, in iwk_m_ioctl()
3042 err1 = iwk_cmd(sc, REPLY_ADD_STA, &node, sizeof (node), 1); in iwk_m_ioctl()
3062 err1 = iwk_cmd(sc, REPLY_TX_LINK_QUALITY_CMD, &link_quality, in iwk_m_ioctl()
3448 iwk_cmd(iwk_sc_t *sc, int code, const void *buf, int size, int async) in iwk_cmd() function
[all …]
H A Diwk_hw.h2714 typedef struct iwk_cmd { struct