Searched refs:vnd (Results 1 – 3 of 3) sorted by relevance
566 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_get_variable() local574 *vnd = *vendor; in efi_thunk_get_variable()577 phys_vendor = virt_to_phys_or_null(vnd); in efi_thunk_get_variable()598 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_set_variable() local605 *vnd = *vendor; in efi_thunk_set_variable()608 phys_vendor = virt_to_phys_or_null(vnd); in efi_thunk_set_variable()628 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_set_variable_nonblocking() local636 *vnd = *vendor; in efi_thunk_set_variable_nonblocking()639 phys_vendor = virt_to_phys_or_null(vnd); in efi_thunk_set_variable_nonblocking()659 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_get_next_variable() local[all …]
17 struct net_device *vnd; in rmnet_map_do_flow_control() local34 vnd = ep->egress_dev; in rmnet_map_do_flow_control()40 r = rmnet_vnd_do_flow_control(vnd, enable); in rmnet_map_do_flow_control()
766 #define ACCEL_DEV(vnd, prd) \ argument771 .vendor = (vnd), \