| /OK3568_Linux_fs/kernel/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") 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);
|
| H A D | u_ether.c | 751 const char *dev_addr, const char *host_addr, in gether_setup_name() argument 783 if (get_ether_addr(host_addr, dev->host_mac)) in gether_setup_name() 939 int gether_set_host_addr(struct net_device *net, const char *host_addr) in gether_set_host_addr() argument 945 if (get_ether_addr(host_addr, new_addr)) in gether_set_host_addr() 952 int gether_get_host_addr(struct net_device *net, char *host_addr, int len) in gether_get_host_addr() argument 958 ret = get_ether_addr_str(dev->host_mac, host_addr, len); in gether_get_host_addr() 960 host_addr[ret++] = '\n'; in gether_get_host_addr() 961 host_addr[ret] = '\0'; in gether_get_host_addr() 968 int gether_get_host_addr_cdc(struct net_device *net, char *host_addr, int len) in gether_get_host_addr_cdc() argument 976 snprintf(host_addr, len, "%pm", dev->host_mac); in gether_get_host_addr_cdc() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/misc/mei/ |
| H A D | hw.h | 304 u32 host_addr:8; member 334 u8 host_addr; member 493 u8 host_addr; member 508 u8 host_addr; member 518 u8 host_addr; member 535 u8 host_addr; member 559 u8 host_addr; member 576 u8 host_addr; member
|
| /OK3568_Linux_fs/kernel/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 286 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() 787 if (cl->host_client_id == flow_control->host_addr && in recv_hbm() 907 hdr->host_addr = 0; in fix_cl_hdr()
|
| /OK3568_Linux_fs/kernel/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 …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/gasket/ |
| H A 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 …]
|
| H A 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,
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/arch/arm/xen/ |
| H A D | p2m.c | 102 if (likely(set_phys_to_machine(map_ops[i].host_addr >> XEN_PAGE_SHIFT, in set_foreign_p2m_mapping() 111 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()
|
| /OK3568_Linux_fs/kernel/include/xen/interface/ |
| H A D | grant_table.h | 264 uint64_t host_addr; member 289 uint64_t host_addr; member 422 uint64_t host_addr; member
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/arch/x86/xen/ |
| H A D | p2m.c | 721 pte = (pte_t *)(mfn_to_virt(PFN_DOWN(map_ops[i].host_addr)) + in set_foreign_p2m_mapping() 722 (map_ops[i].host_addr & ~PAGE_MASK)); in set_foreign_p2m_mapping() 739 unmap[0].host_addr = map_ops[i].host_addr, in set_foreign_p2m_mapping() 749 unmap[1].host_addr = kmap_ops[i].host_addr, in set_foreign_p2m_mapping()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | nfs4_mount.h | 49 struct sockaddr * host_addr; /* 1 */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | nfs4_mount.h | 49 struct sockaddr * host_addr; /* 1 */ member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | nfs4_mount.h | 49 struct sockaddr __user * host_addr; /* 1 */ member
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | configfs-usb-gadget-eem | 12 host_addr MAC address of host's end of this
|
| H A D | configfs-usb-gadget-ncm | 11 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-ecm | 13 host_addr
|
| H A D | configfs-usb-gadget-rndis | 12 host_addr MAC address of host's end of this
|
| /OK3568_Linux_fs/kernel/Documentation/usb/ |
| H A 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.
|