Searched refs:iwn_cmd (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwn.c244 static int iwn_cmd(struct iwn_softc *, int, const void *, int, int);
2998 (void)iwn_cmd(sc, IWN_CMD_GET_STATISTICS, &flags,
5241 iwn_cmd(struct iwn_softc *sc, int code, const void *buf, int size, int async) function
5338 return iwn_cmd(sc, IWN_CMD_ADD_NODE, &hnode, sizeof hnode, async);
5348 return iwn_cmd(sc, IWN_CMD_ADD_NODE, node, sizeof (*node), async);
5456 return iwn_cmd(sc, IWN_CMD_LINK_QUALITY, &linkq, sizeof linkq, 1);
5508 return iwn_cmd(sc, IWN_CMD_LINK_QUALITY, &linkq, sizeof linkq, async);
5539 (void)iwn_cmd(sc, IWN_CMD_EDCA_PARAMS, &cmd, sizeof cmd, 1);
5611 (void)iwn_cmd(sc, IWN_CMD_SET_LED, &led, sizeof led, 1);
5637 return iwn_cmd(s
[all...]

Completed in 46 milliseconds