Home
last modified time | relevance | path

Searched refs:guid_id (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/ulp/srpt/
H A Dib_srpt.h406 * @guid_id: LIO target port information for the port name in GUID format.
425 struct srpt_port_id *guid_id; member
H A Dib_srpt.c2313 if (sport->guid_id) { in srpt_cm_req_recv()
2314 mutex_lock(&sport->guid_id->mutex); in srpt_cm_req_recv()
2315 list_for_each_entry(stpg, &sport->guid_id->tpg_list, entry) { in srpt_cm_req_recv()
2322 mutex_unlock(&sport->guid_id->mutex); in srpt_cm_req_recv()
3010 sport, &sport->guid_id}; in __srpt_lookup_port()
3315 if (sport->guid_id && &sport->guid_id->wwn == wwn) in srpt_wwn_to_sport_id()
3316 return sport->guid_id; in srpt_wwn_to_sport_id()
3852 memcpy(port_id->name, port_id == sport->guid_id ? sport->guid_name : in srpt_make_tport()
3869 if (sport->guid_id in srpt_drop_tport()
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/ulp/srpt/
H A Dib_srpt.h406 * @guid_id: LIO target port information for the port name in GUID format.
425 struct srpt_port_id *guid_id; member
H A Dib_srpt.c2322 if (sport->guid_id) { in srpt_cm_req_recv()
2323 mutex_lock(&sport->guid_id->mutex); in srpt_cm_req_recv()
2324 list_for_each_entry(stpg, &sport->guid_id->tpg_list, entry) { in srpt_cm_req_recv()
2331 mutex_unlock(&sport->guid_id->mutex); in srpt_cm_req_recv()
3018 sport, &sport->guid_id}; in __srpt_lookup_port()
3319 if (sport->guid_id && &sport->guid_id->wwn == wwn) in srpt_wwn_to_sport_id()
3320 return sport->guid_id; in srpt_wwn_to_sport_id()
3803 memcpy(port_id->name, port_id == sport->guid_id ? sport->guid_name : in srpt_make_tport()
3820 if (sport->guid_id in srpt_drop_tport()
[all...]

Completed in 11 milliseconds