if_iwm.c | 385 static int iwm_send_cmd(struct iwm_softc *, struct iwm_host_cmd *); 2295 return iwm_send_cmd(sc, &cmd); 2514 err = iwm_send_cmd(sc, &cmd); 4184 iwm_send_cmd(struct iwm_softc *sc, struct iwm_host_cmd *hcmd) function in typeref:typename:int 4306 DPRINTFN(8, ("iwm_send_cmd 0x%x size=%zu %s\n", 4368 return iwm_send_cmd(sc, &cmd); 4382 err = iwm_send_cmd(sc, cmd); 5443 err = iwm_send_cmd(sc, &hcmd); 5515 err = iwm_send_cmd(sc, &hcmd); 5597 err = iwm_send_cmd(sc, &hcmd) [all...] |