Searched refs:iwn_cmd (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/iwn/ |
H A D | if_iwn.c | 245 static int iwn_cmd(struct iwn_softc *, int, const void *, int, int); 2985 (void)iwn_cmd(sc, IWN_CMD_GET_STATISTICS, &flags, in iwn_calib_timeout() 5219 iwn_cmd(struct iwn_softc *sc, int code, const void *buf, int size, int async) in iwn_cmd() function 5316 return iwn_cmd(sc, IWN_CMD_ADD_NODE, &hnode, sizeof hnode, async); in iwn4965_add_node() 5326 return iwn_cmd(sc, IWN_CMD_ADD_NODE, node, sizeof (*node), async); in iwn5000_add_node() 5434 return iwn_cmd(sc, IWN_CMD_LINK_QUALITY, &linkq, sizeof linkq, 1); in iwn_set_link_quality() 5486 return iwn_cmd(sc, IWN_CMD_LINK_QUALITY, &linkq, sizeof linkq, async); in iwn_add_broadcast_node() 5517 (void)iwn_cmd(sc, IWN_CMD_EDCA_PARAMS, &cmd, sizeof cmd, 1); in iwn_updateedca() 5589 (void)iwn_cmd(sc, IWN_CMD_SET_LED, &led, sizeof led, 1); in iwn_set_led() 5615 return iwn_cmd(sc, IWN_CMD_SET_CRITICAL_TEMP, &crit, sizeof crit, 0); in iwn_set_critical_temp() [all …]
|