Searched defs:sbp_session (Results 1 – 1 of 1) sorted by relevance
137 struct sbp_session { struct138 spinlock_t lock;139 struct se_session *se_sess;140 struct list_head login_list;141 struct delayed_work maint_work;143 u64 guid; /* login_owner_EUI_64 */144 int node_id; /* login_owner_ID */146 struct fw_card *card;147 int generation;148 int speed;[all …]