| /linux/drivers/hid/intel-ish-hid/ishtp/ |
| H A D | hbm.h | 77 uint32_t host_addr:8; member 100 uint8_t host_addr; member 182 uint8_t host_addr; member 197 uint8_t host_addr; member 207 uint8_t host_addr; member 287 hdr->host_addr = 0; in ishtp_hbm_hdr()
|
| H A D | hbm.c | 63 cmd->host_addr = cl->host_client_id; in ishtp_hbm_cl_hdr() 80 return cl->host_client_id == cmd->host_addr && in ishtp_hbm_cl_addr_equal() 791 if (cl->host_client_id == flow_control->host_addr && in recv_hbm() 927 hdr->host_addr = 0; in fix_cl_hdr()
|
| /linux/include/xen/ |
| H A D | grant_table.h | 166 map->host_addr = addr; in gnttab_set_map_op() 168 map->host_addr = __pa(addr); in gnttab_set_map_op() 170 map->host_addr = addr; in gnttab_set_map_op() 183 unmap->host_addr = addr; in gnttab_set_unmap_op() 185 unmap->host_addr = __pa(addr); in gnttab_set_unmap_op() 187 unmap->host_addr = addr; in gnttab_set_unmap_op()
|
| /linux/drivers/net/wireless/intersil/p54/ |
| H A D | p54pci.c | 149 if (!desc->host_addr) { in p54p_refill_rx_ring() 168 desc->host_addr = cpu_to_le32(mapping); in p54p_refill_rx_ring() 217 dma_addr = le32_to_cpu(desc->host_addr); in p54p_check_rx_ring() 228 desc->host_addr = cpu_to_le32(0); in p54p_check_rx_ring() 265 le32_to_cpu(desc->host_addr), in p54p_check_tx_ring() 268 desc->host_addr = 0; in p54p_check_tx_ring() 354 desc->host_addr = cpu_to_le32(mapping); in p54p_tx() 386 if (desc->host_addr) in p54p_stop() 388 le32_to_cpu(desc->host_addr), in p54p_stop() 397 if (desc->host_addr) in p54p_stop() [all …]
|
| H A D | p54pci.h | 71 __le32 host_addr; member
|
| /linux/arch/arm/xen/ |
| H A D | p2m.c | 103 if (likely(set_phys_to_machine(map_ops[i].host_addr >> XEN_PAGE_SHIFT, in set_foreign_p2m_mapping() 112 unmap.host_addr = map_ops[i].host_addr; in set_foreign_p2m_mapping() 143 set_phys_to_machine(unmap_ops[i].host_addr >> XEN_PAGE_SHIFT, in clear_foreign_p2m_mapping()
|
| /linux/drivers/bus/mhi/ep/ |
| H A D | ring.c | 48 buf_info.host_addr = ring->rbase + (start * sizeof(struct mhi_ring_element)); in __mhi_ep_cache_ring() 56 buf_info.host_addr = ring->rbase + (start * sizeof(struct mhi_ring_element)); in __mhi_ep_cache_ring() 64 buf_info.host_addr = ring->rbase; in __mhi_ep_cache_ring() 136 buf_info.host_addr = ring->rbase + (old_offset * sizeof(*el)); in mhi_ep_ring_add_element()
|
| /linux/include/xen/interface/ |
| H A D | grant_table.h | 283 uint64_t host_addr; member 307 uint64_t host_addr; member 435 uint64_t host_addr; member
|
| /linux/drivers/pci/endpoint/functions/ |
| H A D | pci-epf-mhi.c | 246 size_t offset = get_align_offset(epf_mhi, buf_info->host_addr); in pci_epf_mhi_iatu_read() 253 ret = __pci_epf_mhi_alloc_map(mhi_cntrl, buf_info->host_addr, &tre_phys, in pci_epf_mhi_iatu_read() 262 __pci_epf_mhi_unmap_free(mhi_cntrl, buf_info->host_addr, tre_phys, in pci_epf_mhi_iatu_read() 277 size_t offset = get_align_offset(epf_mhi, buf_info->host_addr); in pci_epf_mhi_iatu_write() 284 ret = __pci_epf_mhi_alloc_map(mhi_cntrl, buf_info->host_addr, &tre_phys, in pci_epf_mhi_iatu_write() 293 __pci_epf_mhi_unmap_free(mhi_cntrl, buf_info->host_addr, tre_phys, in pci_epf_mhi_iatu_write() 329 config.src_addr = buf_info->host_addr; in pci_epf_mhi_edma_read() 400 config.dst_addr = buf_info->host_addr; in pci_epf_mhi_edma_write() 503 config.src_addr = buf_info->host_addr; in pci_epf_mhi_edma_read_async() 582 config.dst_addr = buf_info->host_addr; in pci_epf_mhi_edma_write_async()
|
| /linux/drivers/usb/gadget/legacy/ |
| H A D | multi.c | 321 if (!gether_set_host_addr(ecm_opts->net, host_addr)) in multi_bind() 322 pr_info("using host ethernet address: %s", host_addr); in multi_bind() 337 if (!gether_set_host_addr(rndis_opts->net, host_addr)) in multi_bind() 338 pr_info("using host ethernet address: %s", host_addr); in multi_bind()
|
| H A D | ncm.c | 140 if (!gether_set_host_addr(ncm_opts->net, host_addr)) in gncm_bind() 141 pr_info("using host ethernet address: %s", host_addr); in gncm_bind()
|
| H A D | cdc2.c | 157 if (!gether_set_host_addr(ecm_opts->net, host_addr)) in cdc_bind() 158 pr_info("using host ethernet address: %s", host_addr); in cdc_bind()
|
| H A D | ether.c | 360 if (!gether_set_host_addr(net, host_addr)) in eth_bind() 361 pr_info("using host ethernet address: %s", host_addr); in eth_bind()
|
| /linux/arch/x86/xen/ |
| H A D | p2m.c | 710 pte = (pte_t *)(mfn_to_virt(PFN_DOWN(map_ops[i].host_addr)) + in set_foreign_p2m_mapping() 711 (map_ops[i].host_addr & ~PAGE_MASK)); in set_foreign_p2m_mapping() 728 unmap[0].host_addr = map_ops[i].host_addr; in set_foreign_p2m_mapping() 738 unmap[1].host_addr = kmap_ops[i].host_addr; in set_foreign_p2m_mapping()
|
| /linux/include/uapi/linux/ |
| H A D | nfs4_mount.h | 49 struct sockaddr __user * host_addr; /* 1 */ member
|
| /linux/Documentation/ABI/testing/ |
| H A D | configfs-usb-gadget-ncm | 11 host_addr - MAC address of host's end of this
|
| H A D | configfs-usb-gadget-ecm | 13 host_addr
|
| H A D | configfs-usb-gadget-eem | 12 host_addr MAC address of host's end of this
|
| H A D | configfs-usb-gadget-subset | 12 host_addr MAC address of host's end of this
|
| H A D | configfs-usb-gadget-rndis | 12 host_addr MAC address of host's end of this
|
| /linux/drivers/net/ethernet/microchip/sparx5/ |
| H A D | sparx5_switchdev.c | 331 bool host_addr; in sparx5_switchdev_bridge_fdb_event_work() local 336 host_addr = true; in sparx5_switchdev_bridge_fdb_event_work() 339 host_addr = false; in sparx5_switchdev_bridge_fdb_event_work() 356 if (host_addr) in sparx5_switchdev_bridge_fdb_event_work()
|
| /linux/drivers/misc/mei/ |
| H A D | interrupt.c | 55 return mei_cl_host_addr(cl) == mei_hdr->host_addr && in mei_cl_hbm_equal() 321 return mei_hdr->host_addr == 0 && mei_hdr->me_addr == 0; in hdr_is_hbm() 326 return mei_hdr->host_addr == 0 && mei_hdr->me_addr != 0; in hdr_is_fixed()
|
| /linux/drivers/net/ethernet/brocade/bna/ |
| H A D | bna_hw_defs.h | 353 struct bna_dma_addr host_addr; /* Tx-Buf DMA addr */ member 388 struct bna_dma_addr host_addr; /* Rx-Buffer DMA address */ member
|
| /linux/arch/x86/kvm/mmu/ |
| H A D | paging_tmpl.h | 365 unsigned long host_addr; in FNAME() local 399 host_addr = gfn_to_hva_memslot_prot(slot, gpa_to_gfn(real_gpa), in FNAME() 401 if (unlikely(kvm_is_error_hva(host_addr))) in FNAME() 404 ptep_user = (pt_element_t __user *)((void *)host_addr + offset); in FNAME()
|
| /linux/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_hw.c | 236 u32 dw_count, *host_addr, hw_offset; in qed_memcpy_hw() local 252 host_addr = (u32 *)((u8 *)addr + done); in qed_memcpy_hw() 256 DIRECT_REG_WR(reg_addr++, *host_addr++); in qed_memcpy_hw() 259 *host_addr++ = DIRECT_REG_RD(reg_addr++); in qed_memcpy_hw()
|