if_iwm.c | 1392 "failed to wake NIC for hcmd\n"); 2284 DPRINTFN(10, ("Sending PHY-DB hcmd of type %d, of length %d\n", 2322 DPRINTFN(10, ("%s: Sent PHY_DB HCMD, type = %d num = %d\n", 4184 iwm_send_cmd(struct iwm_softc *sc, struct iwm_host_cmd *hcmd) 4200 code = hcmd->id; 4201 async = hcmd->flags & IWM_CMD_ASYNC; 4202 wantresp = hcmd->flags & IWM_CMD_WANT_SKB; 4204 for (i = 0, paylen = 0; i < __arraycount(hcmd->len); i++) { 4205 paylen += hcmd->len[i]; 4291 for (i = 0, off = 0; i < __arraycount(hcmd->data); i++) 5349 struct iwm_host_cmd hcmd = { local in function:iwm_lmac_scan 5456 struct iwm_host_cmd hcmd = { local in function:iwm_config_umac_scan 5524 struct iwm_host_cmd hcmd = { local in function:iwm_umac_scan 6557 struct iwm_host_cmd hcmd = { local in function:iwm_send_update_mcc_cmd 7016 uint32_t hcmd; \/* last host command header *\/ member in struct:iwm_error_event_table [all...] |