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

/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwx.c2831 struct iwx_host_cmd hcmd = { local
2852 hcmd.id = IWX_SCD_QUEUE_CFG;
2853 hcmd.data[0] = &cmd_v0;
2854 hcmd.len[0] = sizeof(cmd_v0);
2864 hcmd.id = IWX_WIDE_ID(IWX_DATA_PATH_GROUP,
2866 hcmd.data[0] = &cmd_v3;
2867 hcmd.len[0] = sizeof(cmd_v3);
2874 err = iwx_send_cmd(sc, &hcmd);
2878 pkt = hcmd.resp_pkt;
2908 iwx_free_resp(sc, &hcmd);
2919 struct iwx_host_cmd hcmd = { local
3903 struct iwx_host_cmd hcmd = { local
5742 iwx_send_cmd(struct iwx_softc *sc, struct iwx_host_cmd *hcmd) argument
5970 iwx_free_resp(struct iwx_softc *sc, struct iwx_host_cmd *hcmd) argument
6390 struct iwx_host_cmd hcmd = { local
6992 struct iwx_host_cmd hcmd = { local
7135 struct iwx_host_cmd hcmd = { local
8920 struct iwx_host_cmd hcmd = { local
9471 uint32_t hcmd; /* last host command header */ member in struct:iwx_error_event_table
[all...]
H A Dif_iwxreg.h2890 * @hcmd: a variable length host command to be sent to apply the configuration.
2901 struct iwx_fw_dbg_conf_hcmd hcmd; member in struct:iwx_fw_dbg_conf_tlv
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwm.c2817 struct iwm_host_cmd hcmd = { local
2825 hcmd.data[0] = cmd;
2826 hcmd.len[0] = sizeof(*cmd);
2827 err = iwm_send_cmd(sc, &hcmd);
2831 pkt = hcmd.resp_pkt;
2849 iwm_free_resp(sc, &hcmd);
6285 iwm_send_cmd(struct iwm_softc *sc, struct iwm_host_cmd *hcmd) argument
6300 code = hcmd->id;
6301 async = hcmd->flags & IWM_CMD_ASYNC;
6304 for (i = 0, paylen = 0; i < nitems(hcmd
6519 iwm_free_resp(struct iwm_softc *sc, struct iwm_host_cmd *hcmd) argument
7751 struct iwm_host_cmd hcmd = { local
7869 struct iwm_host_cmd hcmd = { local
7994 struct iwm_host_cmd hcmd = { local
9852 struct iwm_host_cmd hcmd = { local
10719 uint32_t hcmd; /* last host command header */ member in struct:iwm_error_event_table
[all...]

Completed in 94 milliseconds