Home
last modified time | relevance | path

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

/Linux-v5.15/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()
2327 mutex_lock(&sport->port_gid_id.mutex); in srpt_cm_req_recv()
2328 list_for_each_entry(stpg, &sport->port_gid_id.tpg_list, entry) { in srpt_cm_req_recv()
2341 mutex_unlock(&sport->port_gid_id.mutex); in srpt_cm_req_recv()
3003 if (strcmp(sport->port_gid_id.name, name) == 0) in __srpt_lookup_wwn()
3004 return &sport->port_gid_id.wwn; in __srpt_lookup_wwn()
3187 mutex_init(&sport->port_gid_id.mutex); in srpt_add_one()
3188 INIT_LIST_HEAD(&sport->port_gid_id.tpg_list); in srpt_add_one()
3291 if (wwn == &sport->port_gid_id.wwn) in srpt_wwn_to_sport_id()
[all …]