Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/ulp/srpt/
Dib_srpt.h423 struct srpt_port_id port_gid_id; member
Dib_srpt.c572 sport->port_gid_id.wwn.priv = sport; in srpt_refresh_port()
573 snprintf(sport->port_gid_id.name, sizeof(sport->port_gid_id.name), in srpt_refresh_port()
2323 mutex_lock(&sport->port_gid_id.mutex); in srpt_cm_req_recv()
2324 list_for_each_entry(stpg, &sport->port_gid_id.tpg_list, entry) { in srpt_cm_req_recv()
2337 mutex_unlock(&sport->port_gid_id.mutex); in srpt_cm_req_recv()
3000 if (strcmp(sport->port_gid_id.name, name) == 0) in __srpt_lookup_wwn()
3001 return &sport->port_gid_id.wwn; in __srpt_lookup_wwn()
3183 mutex_init(&sport->port_gid_id.mutex); in srpt_add_one()
3184 INIT_LIST_HEAD(&sport->port_gid_id.tpg_list); in srpt_add_one()
3287 if (wwn == &sport->port_gid_id.wwn) in srpt_wwn_to_sport_id()
[all …]