Home
last modified time | relevance | path

Searched refs:ndp (Results 1 – 3 of 3) sorted by relevance

/u-boot/lib/efi_loader/
A Defi_device_path.c271 struct efi_device_path *ndp; in efi_dp_dup() local
277 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() local
1000 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 …]
A Defi_device_path_to_text.c179 struct efi_device_path_nvme *ndp = in dp_msging() local
184 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()
/u-boot/drivers/usb/host/
A Dohci-hcd.c436 __u32 temp, ndp, i; in ohci_dump_roothub() local
439 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() local
1230 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