/Linux-v5.4/drivers/usb/gadget/function/ |
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") 91 const char *dev_addr, const char *host_addr, 108 const char *dev_addr, const char *host_addr, in gether_setup() argument 111 return gether_setup_name(g, dev_addr, host_addr, ethaddr, qmult, "usb"); in gether_setup() 183 int gether_set_host_addr(struct net_device *net, const char *host_addr); 194 int gether_get_host_addr(struct net_device *net, char *host_addr, int len); 206 int gether_get_host_addr_cdc(struct net_device *net, char *host_addr, int len);
|
D | u_ether.c | 748 const char *dev_addr, const char *host_addr, in gether_setup_name() argument 776 if (get_ether_addr(host_addr, dev->host_mac)) in gether_setup_name() 934 int gether_set_host_addr(struct net_device *net, const char *host_addr) in gether_set_host_addr() argument 940 if (get_ether_addr(host_addr, new_addr)) in gether_set_host_addr() 947 int gether_get_host_addr(struct net_device *net, char *host_addr, int len) in gether_get_host_addr() argument 953 ret = get_ether_addr_str(dev->host_mac, host_addr, len); in gether_get_host_addr() 955 host_addr[ret++] = '\n'; in gether_get_host_addr() 956 host_addr[ret] = '\0'; in gether_get_host_addr() 963 int gether_get_host_addr_cdc(struct net_device *net, char *host_addr, int len) in gether_get_host_addr_cdc() argument 971 snprintf(host_addr, len, "%pm", dev->host_mac); in gether_get_host_addr_cdc() [all …]
|
/Linux-v5.4/drivers/misc/mei/ |
D | hw.h | 203 u32 host_addr:8; member 231 u8 host_addr; member 377 u8 host_addr; member 392 u8 host_addr; member 402 u8 host_addr; member 419 u8 host_addr; member 443 u8 host_addr; member 460 u8 host_addr; member
|
D | interrupt.c | 55 return mei_cl_host_addr(cl) == mei_hdr->host_addr && in mei_cl_hbm_equal() 232 return mei_hdr->host_addr == 0 && mei_hdr->me_addr == 0; in hdr_is_hbm() 237 return mei_hdr->host_addr == 0 && mei_hdr->me_addr != 0; in hdr_is_fixed()
|
/Linux-v5.4/drivers/hid/intel-ish-hid/ishtp/ |
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 286 hdr->host_addr = 0; in ishtp_hbm_hdr()
|
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() 787 if (cl->host_client_id == flow_control->host_addr && in recv_hbm() 907 hdr->host_addr = 0; in fix_cl_hdr()
|
/Linux-v5.4/drivers/net/wireless/intersil/p54/ |
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() 226 desc->host_addr = cpu_to_le32(0); in p54p_check_rx_ring() 261 pci_unmap_single(priv->pdev, le32_to_cpu(desc->host_addr), in p54p_check_tx_ring() 264 desc->host_addr = 0; in p54p_check_tx_ring() 348 desc->host_addr = cpu_to_le32(mapping); in p54p_tx() 380 if (desc->host_addr) in p54p_stop() 382 le32_to_cpu(desc->host_addr), in p54p_stop() 391 if (desc->host_addr) in p54p_stop() [all …]
|
D | p54pci.h | 71 __le32 host_addr; member
|
/Linux-v5.4/include/xen/ |
D | grant_table.h | 151 map->host_addr = addr; in gnttab_set_map_op() 153 map->host_addr = __pa(addr); in gnttab_set_map_op() 155 map->host_addr = addr; in gnttab_set_map_op() 167 unmap->host_addr = addr; in gnttab_set_unmap_op() 169 unmap->host_addr = __pa(addr); in gnttab_set_unmap_op() 171 unmap->host_addr = addr; in gnttab_set_unmap_op()
|
/Linux-v5.4/drivers/staging/gasket/ |
D | gasket_page_table.c | 430 static int is_coherent(struct gasket_page_table *pg_tbl, ulong host_addr) in is_coherent() argument 441 return min <= host_addr && host_addr < max; in is_coherent() 467 u64 __iomem *slots, ulong host_addr, in gasket_perform_mapping() argument 478 page_addr = host_addr + i * PAGE_SIZE; in gasket_perform_mapping() 480 if (is_coherent(pg_tbl, host_addr)) { in gasket_perform_mapping() 482 (u64)host_addr - in gasket_perform_mapping() 818 ulong host_addr, ulong dev_addr, in gasket_map_simple_pages() argument 833 pg_tbl->base_slot + slot_idx, host_addr, in gasket_map_simple_pages() 954 ulong host_addr, ulong dev_addr, in gasket_map_extended_pages() argument 987 slot_base + slot_idx, host_addr, in gasket_map_extended_pages() [all …]
|
D | gasket_page_table.h | 97 int gasket_page_table_map(struct gasket_page_table *page_table, ulong host_addr, 166 ulong host_addr, ulong dev_addr,
|
/Linux-v5.4/fs/ |
D | compat.c | 49 compat_uptr_t host_addr; member 67 real->host_addr = compat_ptr(raw->host_addr); in do_nfs4_super_data_conv()
|
/Linux-v5.4/include/xen/interface/ |
D | grant_table.h | 264 uint64_t host_addr; member 289 uint64_t host_addr; member 422 uint64_t host_addr; member
|
/Linux-v5.4/drivers/usb/gadget/legacy/ |
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()
|
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()
|
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()
|
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-v5.4/arch/arm/xen/ |
D | p2m.c | 98 set_phys_to_machine(map_ops[i].host_addr >> XEN_PAGE_SHIFT, in set_foreign_p2m_mapping() 113 set_phys_to_machine(unmap_ops[i].host_addr >> XEN_PAGE_SHIFT, in clear_foreign_p2m_mapping()
|
/Linux-v5.4/include/uapi/linux/ |
D | nfs4_mount.h | 49 struct sockaddr __user * host_addr; /* 1 */ member
|
/Linux-v5.4/Documentation/ABI/testing/ |
D | configfs-usb-gadget-ecm | 11 host_addr - MAC address of host's end of this
|
D | configfs-usb-gadget-eem | 11 host_addr - MAC address of host's end of this
|
D | configfs-usb-gadget-ncm | 11 host_addr - MAC address of host's end of this
|
D | configfs-usb-gadget-subset | 11 host_addr - MAC address of host's end of this
|
D | configfs-usb-gadget-rndis | 11 host_addr - MAC address of host's end of this
|
/Linux-v5.4/Documentation/usb/ |
D | gadget-testing.rst | 86 host_addr MAC address of host's end of this 93 values: qmult is 5, dev_addr and host_addr are randomly selected. 126 host_addr MAC address of host's end of this 133 values: qmult is 5, dev_addr and host_addr are randomly selected. 166 host_addr MAC address of host's end of this 173 values: qmult is 5, dev_addr and host_addr are randomly selected. 448 host_addr MAC address of host's end of this 455 values: qmult is 5, dev_addr and host_addr are randomly selected. 586 host_addr MAC address of host's end of this 593 values: qmult is 5, dev_addr and host_addr are randomly selected.
|