Searched refs:host_spec (Results 1 – 1 of 1) sorted by relevance
1218 struct host_cmd_ds_pcie_details *host_spec = in mwifiex_cmd_pcie_host_spec() local1227 memset(host_spec, 0, sizeof(struct host_cmd_ds_pcie_details)); in mwifiex_cmd_pcie_host_spec()1233 host_spec->txbd_addr_lo = (u32)(card->txbd_ring_pbase); in mwifiex_cmd_pcie_host_spec()1234 host_spec->txbd_addr_hi = (u32)(((u64)card->txbd_ring_pbase)>>32); in mwifiex_cmd_pcie_host_spec()1235 host_spec->txbd_count = MWIFIEX_MAX_TXRX_BD; in mwifiex_cmd_pcie_host_spec()1236 host_spec->rxbd_addr_lo = (u32)(card->rxbd_ring_pbase); in mwifiex_cmd_pcie_host_spec()1237 host_spec->rxbd_addr_hi = (u32)(((u64)card->rxbd_ring_pbase)>>32); in mwifiex_cmd_pcie_host_spec()1238 host_spec->rxbd_count = MWIFIEX_MAX_TXRX_BD; in mwifiex_cmd_pcie_host_spec()1239 host_spec->evtbd_addr_lo = (u32)(card->evtbd_ring_pbase); in mwifiex_cmd_pcie_host_spec()1240 host_spec->evtbd_addr_hi = (u32)(((u64)card->evtbd_ring_pbase)>>32); in mwifiex_cmd_pcie_host_spec()[all …]