Home
last modified time | relevance | path

Searched refs:id_ext (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/usb/phy/
Dphy.c380 struct extcon_dev *id_ext; in usb_add_extcon() local
383 id_ext = x->id_edev; in usb_add_extcon()
385 id_ext = x->edev; in usb_add_extcon()
387 ret = devm_extcon_register_notifier(x->dev, id_ext, in usb_add_extcon()
/Linux-v4.19/drivers/infiniband/ulp/srp/
Dib_srp.h204 __be64 id_ext; member
Dib_srp.c913 memcpy(tpi + 8, &target->id_ext, 8); in srp_send_req()
917 memcpy(tpi, &target->id_ext, 8); in srp_send_req()
3031 return sprintf(buf, "0x%016llx\n", be64_to_cpu(target->id_ext)); in show_id_ext()
3170 static DEVICE_ATTR(id_ext, S_IRUGO, show_id_ext, NULL);
3256 be64_to_cpu(target->id_ext)); in srp_add_target()
3261 memcpy(ids.port_id, &target->id_ext, 8); in srp_add_target()
3333 target->id_ext == t->id_ext && in srp_conn_unique()
3483 target->id_ext = cpu_to_be64(ull); in srp_parse_options()
3777 be64_to_cpu(target->id_ext), in srp_create_target()
3783 be64_to_cpu(target->id_ext), in srp_create_target()
[all …]
/Linux-v4.19/Documentation/ABI/stable/
Dsysfs-driver-ib_srp9 * id_ext, a 16-digit hexadecimal number specifying the eight
118 What: /sys/class/scsi_host/host<n>/id_ext
/Linux-v4.19/net/wireless/
Dutil.c1340 static bool ieee80211_id_in_list(const u8 *ids, int n_ids, u8 id, bool id_ext) in ieee80211_id_in_list() argument
1351 if (id_ext && (ids[i + 1] == id)) in ieee80211_id_in_list()
1358 if (ids[i] == id && !id_ext) in ieee80211_id_in_list()