Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/infiniband/ulp/srpt/
Dib_srpt.h374 struct srpt_port_id *sport_id; member
Dib_srpt.c3327 return stpg->sport_id->name; in srpt_get_fabric_wwn()
3730 struct srpt_port_id *sport_id = srpt_wwn_to_sport_id(wwn); in srpt_make_tpg() local
3737 stpg->sport_id = sport_id; in srpt_make_tpg()
3744 mutex_lock(&sport_id->mutex); in srpt_make_tpg()
3745 list_add_tail(&stpg->entry, &sport_id->tpg_list); in srpt_make_tpg()
3746 mutex_unlock(&sport_id->mutex); in srpt_make_tpg()
3758 struct srpt_port_id *sport_id = stpg->sport_id; in srpt_drop_tpg() local
3761 mutex_lock(&sport_id->mutex); in srpt_drop_tpg()
3763 mutex_unlock(&sport_id->mutex); in srpt_drop_tpg()