Searched refs:iwn_cmd (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/iwn/ |
H A D | if_iwn.c | 213 static int iwn_cmd(struct iwn_softc *, uint8_t, void *, int, int); 2609 (void)iwn_cmd(sc, IWN_CMD_GET_STATISTICS, &flags, 3592 err = iwn_cmd(sc, IWN_CMD_EDCA_PARAMS, &edcaparam, 4401 iwn_cmd(struct iwn_softc *sc, uint8_t code, void *buf, int size, int async) function 4491 return iwn_cmd(sc, IWN_CMD_ADD_NODE, &hnode, sizeof hnode, async); 4498 return iwn_cmd(sc, IWN_CMD_ADD_NODE, node, sizeof (*node), async); 4533 return iwn_cmd(sc, IWN_CMD_LINK_QUALITY, &linkq, sizeof linkq, 1); 4578 return iwn_cmd(sc, IWN_CMD_LINK_QUALITY, &linkq, sizeof linkq, async); 4596 (void)iwn_cmd(sc, IWN_CMD_SET_LED, &led, sizeof led, 1); 4622 return iwn_cmd(s [all...] |
Completed in 69 milliseconds