Searched refs:id_ext (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/phy/ |
H A D | phy.c | 391 struct extcon_dev *id_ext; in usb_add_extcon() local 394 id_ext = x->id_edev; in usb_add_extcon() 396 id_ext = x->edev; in usb_add_extcon() 398 ret = devm_extcon_register_notifier(x->dev, id_ext, in usb_add_extcon()
|
/kernel/linux/linux-6.6/drivers/usb/phy/ |
H A D | phy.c | 429 struct extcon_dev *id_ext; in usb_add_extcon() local 432 id_ext = x->id_edev; in usb_add_extcon() 434 id_ext = x->edev; in usb_add_extcon() 436 ret = devm_extcon_register_notifier(x->dev, id_ext, in usb_add_extcon()
|
/kernel/linux/linux-5.10/drivers/infiniband/ulp/srp/ |
H A D | ib_srp.h | 210 __be64 id_ext; member
|
H A D | ib_srp.c | 893 memcpy(tpi + 8, &target->id_ext, 8); in srp_send_req() 897 memcpy(tpi, &target->id_ext, 8); in srp_send_req() 2865 return sprintf(buf, "0x%016llx\n", be64_to_cpu(target->id_ext)); in show_id_ext() 3005 static DEVICE_ATTR(id_ext, S_IRUGO, show_id_ext, NULL); 3092 be64_to_cpu(target->id_ext)); in srp_add_target() 3097 memcpy(ids.port_id, &target->id_ext, 8); in srp_add_target() 3169 target->id_ext == t->id_ext && in srp_conn_unique() 3185 * id_ext=<SRP ID ext>,ioc_guid=<SRP IOC GUID>,dgid=<dest GID>, 3188 * id_ext [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/ulp/srp/ |
H A D | ib_srp.h | 218 __be64 id_ext; member
|
H A D | ib_srp.c | 888 memcpy(tpi + 8, &target->id_ext, 8); in srp_send_req() 892 memcpy(tpi, &target->id_ext, 8); in srp_send_req() 2867 return sysfs_emit(buf, "0x%016llx\n", be64_to_cpu(target->id_ext)); in id_ext_show() 2870 static DEVICE_ATTR_RO(id_ext); 3115 be64_to_cpu(target->id_ext)); in srp_add_target() 3120 memcpy(ids.port_id, &target->id_ext, 8); in srp_add_target() 3197 target->id_ext == t->id_ext && in srp_conn_unique() 3213 * id_ext=<SRP ID ext>,ioc_guid=<SRP IOC GUID>,dgid=<dest GID>, 3216 * id_ext [all...] |
/kernel/linux/linux-5.10/net/wireless/ |
H A D | util.c | 1519 static bool ieee80211_id_in_list(const u8 *ids, int n_ids, u8 id, bool id_ext) in ieee80211_id_in_list() argument 1530 if (id_ext && (ids[i + 1] == id)) in ieee80211_id_in_list() 1537 if (ids[i] == id && !id_ext) in ieee80211_id_in_list()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | util.c | 1882 static bool ieee80211_id_in_list(const u8 *ids, int n_ids, u8 id, bool id_ext) in ieee80211_id_in_list() argument 1893 if (id_ext && (ids[i + 1] == id)) in ieee80211_id_in_list() 1900 if (ids[i] == id && !id_ext) in ieee80211_id_in_list()
|
Completed in 18 milliseconds