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

/linux-master/drivers/infiniband/ulp/srpt/
H A Dib_srpt.h365 * @entry: Entry in @sport_id->tpg_list.
366 * @sport_id: Port name this TPG is associated with.
374 struct srpt_port_id *sport_id; member in struct:srpt_tpg
H A Dib_srpt.c3331 return stpg->sport_id->name;
3734 struct srpt_port_id *sport_id = srpt_wwn_to_sport_id(wwn); local
3741 stpg->sport_id = sport_id;
3748 mutex_lock(&sport_id->mutex);
3749 list_add_tail(&stpg->entry, &sport_id->tpg_list);
3750 mutex_unlock(&sport_id->mutex);
3762 struct srpt_port_id *sport_id = stpg->sport_id; local
3765 mutex_lock(&sport_id
[all...]

Completed in 112 milliseconds