HomeSort by: relevance | last modified time | path
    Searched defs:hcmd (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sparc64/dev/
pckbc_ebus.c 204 bus_space_handle_t hcmd, hdata; local in function:pckbc_ebus_attach
205 if (bus_space_map(iot, ioaddr + TADPMU_CMD, 1, 0, &hcmd) != 0) {
206 bus_space_unmap(iot, hcmd, 1);
215 tadpmu_init(iot, hcmd, hdata);
  /src/sys/dev/pci/
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...]

Completed in 15 milliseconds