Home
last modified time | relevance | path

Searched refs:host_spec (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/
Dsta_cmd.c1245 struct host_cmd_ds_pcie_details *host_spec = in mwifiex_cmd_pcie_host_spec() local
1254 memset(host_spec, 0, sizeof(struct host_cmd_ds_pcie_details)); in mwifiex_cmd_pcie_host_spec()
1260 host_spec->txbd_addr_lo = cpu_to_le32((u32)(card->txbd_ring_pbase)); in mwifiex_cmd_pcie_host_spec()
1261 host_spec->txbd_addr_hi = in mwifiex_cmd_pcie_host_spec()
1263 host_spec->txbd_count = cpu_to_le32(MWIFIEX_MAX_TXRX_BD); in mwifiex_cmd_pcie_host_spec()
1264 host_spec->rxbd_addr_lo = cpu_to_le32((u32)(card->rxbd_ring_pbase)); in mwifiex_cmd_pcie_host_spec()
1265 host_spec->rxbd_addr_hi = in mwifiex_cmd_pcie_host_spec()
1267 host_spec->rxbd_count = cpu_to_le32(MWIFIEX_MAX_TXRX_BD); in mwifiex_cmd_pcie_host_spec()
1268 host_spec->evtbd_addr_lo = cpu_to_le32((u32)(card->evtbd_ring_pbase)); in mwifiex_cmd_pcie_host_spec()
1269 host_spec->evtbd_addr_hi = in mwifiex_cmd_pcie_host_spec()
[all …]