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);
1578 err = iwk_cmd(sc, REPLY_RXON, &sc->sc_config, in iwk_newstate()
1592 err = iwk_cmd(sc, REPLY_ADD_STA, &node, in iwk_newstate()
1898 err = iwk_cmd(sc, REPLY_ADD_STA, in iwk_key_set()
1928 err = iwk_cmd(sc, REPLY_ADD_STA, &node, sizeof (node), 1); in iwk_key_set()
3006 err1 = iwk_cmd(sc, REPLY_RXON, &sc->sc_config, in iwk_m_ioctl()
3032 err1 = iwk_cmd(sc, REPLY_TX_PWR_TABLE_CMD, &txpower, in iwk_m_ioctl()
3043 err1 = iwk_cmd(sc, REPLY_ADD_STA, &node, sizeof (node), 1); in iwk_m_ioctl()
3063 err1 = iwk_cmd(sc, REPLY_TX_LINK_QUALITY_CMD, &link_quality, in iwk_m_ioctl()
3449 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