Home
last modified time | relevance | path

Searched refs:port_guid_id (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/ulp/srpt/
Dib_srpt.h422 struct srpt_port_id port_guid_id; member
Dib_srpt.c568 sport->port_guid_id.wwn.priv = sport; in srpt_refresh_port()
569 srpt_format_guid(sport->port_guid_id.name, in srpt_refresh_port()
570 sizeof(sport->port_guid_id.name), in srpt_refresh_port()
2313 mutex_lock(&sport->port_guid_id.mutex); in srpt_cm_req_recv()
2314 list_for_each_entry(stpg, &sport->port_guid_id.tpg_list, entry) { in srpt_cm_req_recv()
2321 mutex_unlock(&sport->port_guid_id.mutex); in srpt_cm_req_recv()
2998 if (strcmp(sport->port_guid_id.name, name) == 0) in __srpt_lookup_wwn()
2999 return &sport->port_guid_id.wwn; in __srpt_lookup_wwn()
3181 mutex_init(&sport->port_guid_id.mutex); in srpt_add_one()
3182 INIT_LIST_HEAD(&sport->port_guid_id.tpg_list); in srpt_add_one()
[all …]