Searched refs:ndp (Results 1 – 3 of 3) sorted by relevance
271 struct efi_device_path *ndp; in efi_dp_dup() local277 ndp = dp_alloc(sz); in efi_dp_dup()278 if (!ndp) in efi_dp_dup()280 memcpy(ndp, dp, sz); in efi_dp_dup()282 return ndp; in efi_dp_dup()989 struct efi_device_path_mac_addr *ndp; in efi_dp_from_eth() local1000 dpsize += sizeof(*ndp); in efi_dp_from_eth()1013 ndp = buf; in efi_dp_from_eth()1016 ndp->dp.length = sizeof(*ndp); in efi_dp_from_eth()1017 ndp->if_type = 1; /* Ethernet */ in efi_dp_from_eth()[all …]
179 struct efi_device_path_nvme *ndp = in dp_msging() local184 memcpy(&ns_id, &ndp->ns_id, sizeof(ns_id)); in dp_msging()186 for (i = 0; i < sizeof(ndp->eui64); ++i) in dp_msging()188 ndp->eui64[i]); in dp_msging()
436 __u32 temp, ndp, i; in ohci_dump_roothub() local439 ndp = (temp & RH_A_NDP); in ohci_dump_roothub()441 ndp = (ndp == 2) ? 1:0; in ohci_dump_roothub()451 ndp in ohci_dump_roothub()471 for (i = 0; i < ndp; i++) { in ohci_dump_roothub()1225 __u32 temp, ndp, i; in rh_check_port_status() local1230 ndp = (temp & RH_A_NDP); in rh_check_port_status()1232 ndp = (ndp == 2) ? 1:0; in rh_check_port_status()1234 for (i = 0; i < ndp; i++) { in rh_check_port_status()
Completed in 12 milliseconds