Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/
H A Dsta_cmd.c1238 struct host_cmd_ds_pcie_details *host_spec = in mwifiex_cmd_pcie_host_spec() local
1247 memset(host_spec, 0, sizeof(struct host_cmd_ds_pcie_details)); in mwifiex_cmd_pcie_host_spec()
1253 host_spec->txbd_addr_lo = cpu_to_le32((u32)(card->txbd_ring_pbase)); in mwifiex_cmd_pcie_host_spec()
1254 host_spec->txbd_addr_hi = in mwifiex_cmd_pcie_host_spec()
1256 host_spec->txbd_count = cpu_to_le32(MWIFIEX_MAX_TXRX_BD); in mwifiex_cmd_pcie_host_spec()
1257 host_spec->rxbd_addr_lo = cpu_to_le32((u32)(card->rxbd_ring_pbase)); in mwifiex_cmd_pcie_host_spec()
1258 host_spec->rxbd_addr_hi = in mwifiex_cmd_pcie_host_spec()
1260 host_spec->rxbd_count = cpu_to_le32(MWIFIEX_MAX_TXRX_BD); in mwifiex_cmd_pcie_host_spec()
1261 host_spec->evtbd_addr_lo = cpu_to_le32((u32)(card->evtbd_ring_pbase)); in mwifiex_cmd_pcie_host_spec()
1262 host_spec->evtbd_addr_hi = in mwifiex_cmd_pcie_host_spec()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_pcie.c4334 HostCmd_DS_PCIE_HOST_BUF_DETAILS host_spec; in wlan_set_pcie_buf_config() local
4346 memset(pmadapter, &host_spec, 0, in wlan_set_pcie_buf_config()
4350 host_spec.txbd_addr_lo = wlan_cpu_to_le32( in wlan_set_pcie_buf_config()
4352 host_spec.txbd_addr_hi = wlan_cpu_to_le32((t_u32)( in wlan_set_pcie_buf_config()
4354 host_spec.txbd_count = in wlan_set_pcie_buf_config()
4356 host_spec.rxbd_addr_lo = wlan_cpu_to_le32( in wlan_set_pcie_buf_config()
4358 host_spec.rxbd_addr_hi = wlan_cpu_to_le32((t_u32)( in wlan_set_pcie_buf_config()
4360 host_spec.rxbd_count = in wlan_set_pcie_buf_config()
4362 host_spec.evtbd_addr_lo = wlan_cpu_to_le32( in wlan_set_pcie_buf_config()
4364 host_spec.evtbd_addr_hi = wlan_cpu_to_le32((t_u32)( in wlan_set_pcie_buf_config()
[all …]