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