Searched refs:ft_sess (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/target/tcm_fc/
H A Dtfc_sess.c158 static struct ft_sess *ft_sess_get(struct fc_lport *lport, u32 port_id)
162 struct ft_sess *sess;
192 struct ft_sess *sess = p;
207 static struct ft_sess *ft_sess_create(struct ft_tport *tport, u32 port_id,
211 struct ft_sess *sess;
246 static void ft_sess_unhash(struct ft_sess *sess)
261 static struct ft_sess *ft_sess_delete(struct ft_tport *tport, u32 port_id)
264 struct ft_sess *sess;
276 static void ft_close_sess(struct ft_sess *sess)
290 struct ft_sess *ses
[all...]
H A Dtcm_fc.h28 struct ft_sess { struct
107 struct ft_sess *sess; /* session held for cmd */
132 void ft_sess_put(struct ft_sess *);
155 void ft_recv_req(struct ft_sess *, struct fc_frame *);
H A Dtfc_cmd.c72 struct ft_sess *sess;
420 static void ft_recv_cmd(struct ft_sess *sess, struct fc_frame *fp)
460 void ft_recv_req(struct ft_sess *sess, struct fc_frame *fp)

Completed in 121 milliseconds