Searched refs:host_spec (Results 1 – 1 of 1) sorted by relevance
1189 struct host_cmd_ds_pcie_details *host_spec = in mwifiex_cmd_pcie_host_spec() local1198 memset(host_spec, 0, sizeof(struct host_cmd_ds_pcie_details)); in mwifiex_cmd_pcie_host_spec()1204 host_spec->txbd_addr_lo = (u32)(card->txbd_ring_pbase); in mwifiex_cmd_pcie_host_spec()1205 host_spec->txbd_addr_hi = (u32)(((u64)card->txbd_ring_pbase)>>32); in mwifiex_cmd_pcie_host_spec()1206 host_spec->txbd_count = MWIFIEX_MAX_TXRX_BD; in mwifiex_cmd_pcie_host_spec()1207 host_spec->rxbd_addr_lo = (u32)(card->rxbd_ring_pbase); in mwifiex_cmd_pcie_host_spec()1208 host_spec->rxbd_addr_hi = (u32)(((u64)card->rxbd_ring_pbase)>>32); in mwifiex_cmd_pcie_host_spec()1209 host_spec->rxbd_count = MWIFIEX_MAX_TXRX_BD; in mwifiex_cmd_pcie_host_spec()1210 host_spec->evtbd_addr_lo = (u32)(card->evtbd_ring_pbase); in mwifiex_cmd_pcie_host_spec()1211 host_spec->evtbd_addr_hi = (u32)(((u64)card->evtbd_ring_pbase)>>32); in mwifiex_cmd_pcie_host_spec()[all …]