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

/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwn.c242 static int iwn_cmd(struct iwn_softc *, int, const void *, int, int);
2927 (void)iwn_cmd(sc, IWN_CMD_GET_STATISTICS, &flags,
5099 iwn_cmd(struct iwn_softc *sc, int code, const void *buf, int size, int async) function
5196 return iwn_cmd(sc, IWN_CMD_ADD_NODE, &hnode, sizeof hnode, async);
5206 return iwn_cmd(sc, IWN_CMD_ADD_NODE, node, sizeof (*node), async);
5314 return iwn_cmd(sc, IWN_CMD_LINK_QUALITY, &linkq, sizeof linkq, 1);
5366 return iwn_cmd(sc, IWN_CMD_LINK_QUALITY, &linkq, sizeof linkq, async);
5395 (void)iwn_cmd(sc, IWN_CMD_EDCA_PARAMS, &cmd, sizeof cmd, 1);
5430 (void)iwn_cmd(sc, IWN_CMD_SET_LED, &led, sizeof led, 1);
5456 return iwn_cmd(s
[all...]

Completed in 95 milliseconds