Searched refs:sport_id (Results 1 – 2 of 2) sorted by relevance
374 struct srpt_port_id *sport_id; member
3333 return stpg->sport_id->name; in srpt_get_fabric_wwn()3789 struct srpt_port_id *sport_id = srpt_wwn_to_sport_id(wwn); in srpt_make_tpg() local3796 stpg->sport_id = sport_id; in srpt_make_tpg()3803 mutex_lock(&sport_id->mutex); in srpt_make_tpg()3804 list_add_tail(&stpg->entry, &sport_id->tpg_list); in srpt_make_tpg()3805 mutex_unlock(&sport_id->mutex); in srpt_make_tpg()3817 struct srpt_port_id *sport_id = stpg->sport_id; in srpt_drop_tpg() local3820 mutex_lock(&sport_id->mutex); in srpt_drop_tpg()3822 mutex_unlock(&sport_id->mutex); in srpt_drop_tpg()