Go to the source code of this file.
|
struct ft_transport_id | __attribute__ ((__packed__)) |
|
void | ft_sess_put (struct ft_sess *) |
|
int | ft_sess_shutdown (struct se_session *) |
|
void | ft_sess_close (struct se_session *) |
|
u32 | ft_sess_get_index (struct se_session *) |
|
u32 | ft_sess_get_port_name (struct se_session *, unsigned char *, u32) |
|
void | ft_lport_add (struct fc_lport *, void *) |
|
void | ft_lport_del (struct fc_lport *, void *) |
|
int | ft_lport_notify (struct notifier_block *, unsigned long, void *) |
|
int | ft_check_stop_free (struct se_cmd *) |
|
void | ft_release_cmd (struct se_cmd *) |
|
int | ft_queue_status (struct se_cmd *) |
|
int | ft_queue_data_in (struct se_cmd *) |
|
int | ft_write_pending (struct se_cmd *) |
|
int | ft_write_pending_status (struct se_cmd *) |
|
u32 | ft_get_task_tag (struct se_cmd *) |
|
int | ft_get_cmd_state (struct se_cmd *) |
|
int | ft_queue_tm_resp (struct se_cmd *) |
|
void | ft_recv_req (struct ft_sess *, struct fc_frame *) |
|
struct ft_tpg * | ft_lport_find_tpg (struct fc_lport *) |
|
struct ft_node_acl * | ft_acl_get (struct ft_tpg *, struct fc_rport_priv *) |
|
void | ft_recv_write_data (struct ft_cmd *, struct fc_frame *) |
|
void | ft_dump_cmd (struct ft_cmd *, const char *caller) |
|
ssize_t | ft_format_wwn (char *, size_t, u64) |
|
void | ft_invl_hw_context (struct ft_cmd *) |
|
#define FT_NAMELEN 32 /* length of ASCII WWPNs including pad */ |
#define FT_SESS_HASH_BITS 6 |
unsigned int ft_debug_logging |