if_iwn.c | 287 static int iwn_cmd(struct iwn_softc *, int, const void *, int, int); 2088 (void)iwn_cmd(sc, IWN_CMD_GET_STATISTICS, &flags, 3440 iwn_cmd(struct iwn_softc *sc, int code, const void *buf, int size, int async) function in typeref:typename:int 3513 DPRINTFN(4, ("iwn_cmd %d size=%d %s\n", code, size, async ? " (async)" : "")); 3538 return iwn_cmd(sc, IWN_CMD_ADD_NODE, &hnode, sizeof hnode, async); 3545 return iwn_cmd(sc, IWN_CMD_ADD_NODE, node, sizeof (*node), async); 3580 return iwn_cmd(sc, IWN_CMD_LINK_QUALITY, &linkq, sizeof linkq, 1); 3625 return iwn_cmd(sc, IWN_CMD_LINK_QUALITY, &linkq, sizeof linkq, async); 3640 (void)iwn_cmd(sc, IWN_CMD_SET_LED, &led, sizeof led, 1); 3664 return iwn_cmd(sc, IWN_CMD_SET_CRITICAL_TEMP, &crit, sizeof crit, 0) [all...] |