Searched refs:host_spec (Results 1 – 1 of 1) sorted by relevance
1231 struct host_cmd_ds_pcie_details *host_spec = in mwifiex_cmd_pcie_host_spec() local1240 memset(host_spec, 0, sizeof(struct host_cmd_ds_pcie_details)); in mwifiex_cmd_pcie_host_spec()1247 host_spec->txbd_addr_hi = in mwifiex_cmd_pcie_host_spec()1249 host_spec->txbd_count = cpu_to_le32(MWIFIEX_MAX_TXRX_BD); in mwifiex_cmd_pcie_host_spec()1251 host_spec->rxbd_addr_hi = in mwifiex_cmd_pcie_host_spec()1253 host_spec->rxbd_count = cpu_to_le32(MWIFIEX_MAX_TXRX_BD); in mwifiex_cmd_pcie_host_spec()1255 host_spec->evtbd_addr_hi = in mwifiex_cmd_pcie_host_spec()1257 host_spec->evtbd_count = cpu_to_le32(MWIFIEX_MAX_EVT_BD); in mwifiex_cmd_pcie_host_spec()1259 host_spec->sleep_cookie_addr_lo = in mwifiex_cmd_pcie_host_spec()1261 host_spec->sleep_cookie_addr_hi = cpu_to_le32((u32)(((u64) in mwifiex_cmd_pcie_host_spec()[all …]