| /linux/drivers/usb/gadget/function/ |
| H A D | u_ether.h | 35 static char *host_addr; \ 36 module_param(host_addr, charp, S_IRUGO); \ 37 MODULE_PARM_DESC(host_addr, "Host Ethernet Address") 92 const char *dev_addr, const char *host_addr, 109 const char *dev_addr, const char *host_addr, in gether_setup() argument 112 return gether_setup_name(g, dev_addr, host_addr, ethaddr, qmult, "usb"); in gether_setup() 184 int gether_set_host_addr(struct net_device *net, const char *host_addr); 195 int gether_get_host_addr(struct net_device *net, char *host_addr, int len); 207 int gether_get_host_addr_cdc(struct net_device *net, char *host_addr, int len);
|
| H A D | u_ether.c | 740 const char *dev_addr, const char *host_addr, in gether_setup_name() argument 774 if (get_ether_addr(host_addr, dev->host_mac)) in gether_setup_name() 929 int gether_set_host_addr(struct net_device *net, const char *host_addr) in gether_set_host_addr() argument 935 if (get_ether_addr(host_addr, new_addr)) in gether_set_host_addr() 942 int gether_get_host_addr(struct net_device *net, char *host_addr, int len) in gether_get_host_addr() argument 948 ret = get_ether_addr_str(dev->host_mac, host_addr, len); in gether_get_host_addr() 950 host_addr[ret++] = '\n'; in gether_get_host_addr() 951 host_addr[ret] = '\0'; in gether_get_host_addr() 958 int gether_get_host_addr_cdc(struct net_device *net, char *host_addr, int len) in gether_get_host_addr_cdc() argument 966 snprintf(host_addr, len, "%pm", dev->host_mac); in gether_get_host_addr_cdc() [all …]
|
| /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()
|
| /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/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/tools/testing/selftests/net/forwarding/ |
| H A D | dual_vxlan_bridge.sh | 234 local host_addr=$1; shift 259 vlan_create w2 $vlan_id vw2 $host_addr/28
|