Searched refs:orig_dgid (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/ulp/srp/ |
H A D | ib_srp.h | 232 union ib_gid orig_dgid; member
|
H A D | ib_srp.c | 327 ch->ib_cm.path.dgid = target->ib_cm.orig_dgid; in srp_new_ib_cm_id() 2485 target->ib_cm.orig_dgid.raw, in srp_ib_cm_rej_handler() 2923 return sprintf(buf, "%pI6\n", target->ib_cm.orig_dgid.raw); in show_orig_dgid() 3011 static DEVICE_ATTR(orig_dgid, S_IRUGO, show_orig_dgid, NULL); 3363 ret = hex2bin(target->ib_cm.orig_dgid.raw, p, 16); in srp_parse_options() 3823 target->ib_cm.orig_dgid.raw); in srp_create_target() 3861 target->ib_cm.orig_dgid.raw); in srp_create_target()
|
/kernel/linux/linux-6.6/drivers/infiniband/ulp/srp/ |
H A D | ib_srp.h | 240 union ib_gid orig_dgid; member
|
H A D | ib_srp.c | 322 ch->ib_cm.path.dgid = target->ib_cm.orig_dgid; in srp_new_ib_cm_id() 2487 target->ib_cm.orig_dgid.raw, in srp_ib_cm_rej_handler() 2940 return sysfs_emit(buf, "%pI6\n", target->ib_cm.orig_dgid.raw); in orig_dgid_show() 2943 static DEVICE_ATTR_RO(orig_dgid); 3391 ret = hex2bin(target->ib_cm.orig_dgid.raw, p, 16); in srp_parse_options() 3851 target->ib_cm.orig_dgid.raw); in add_target_store() 3889 target->ib_cm.orig_dgid.raw); in add_target_store()
|
Completed in 16 milliseconds