Searched refs:host_spec (Results 1 – 2 of 2) 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()1246 host_spec->txbd_addr_lo = cpu_to_le32((u32)(card->txbd_ring_pbase)); 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()1250 host_spec->rxbd_addr_lo = cpu_to_le32((u32)(card->rxbd_ring_pbase)); 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()1254 host_spec->evtbd_addr_lo = cpu_to_le32((u32)(card->evtbd_ring_pbase)); in mwifiex_cmd_pcie_host_spec()1255 host_spec->evtbd_addr_hi = in mwifiex_cmd_pcie_host_spec()[all …]
1619 const char *host_spec; in nbd_parse_filename() local1648 if (!strstart(file, "nbd:", &host_spec)) { in nbd_parse_filename()1653 if (!*host_spec) { in nbd_parse_filename()1658 if (strstart(host_spec, "unix:", &unixpath)) { in nbd_parse_filename()1664 if (inet_parse(addr, host_spec, errp)) { in nbd_parse_filename()