Searched refs:ft_cmd (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/target/tcm_fc/ |
H A D | tfc_cmd.c | 69 static void ft_free_cmd(struct ft_cmd *cmd) in ft_free_cmd() 87 struct ft_cmd *cmd = container_of(se_cmd, struct ft_cmd, se_cmd); in ft_release_cmd() 102 struct ft_cmd *cmd = container_of(se_cmd, struct ft_cmd, se_cmd); in ft_queue_status() 179 struct ft_cmd *cmd = container_of(se_cmd, struct ft_cmd, se_cmd); in ft_write_pending() 231 struct ft_cmd *cmd = arg; in ft_recv_seq() 308 static void ft_send_resp_code(struct ft_cmd *cmd, in ft_send_resp_code() 330 static void ft_send_tm(struct ft_cmd *cmd) in ft_send_tm() 377 struct ft_cmd *cmd = container_of(se_cmd, struct ft_cmd, se_cmd); in ft_queue_tm_resp() 422 struct ft_cmd *cmd; in ft_recv_cmd() 432 memset(cmd, 0, sizeof(struct ft_cmd)); in ft_recv_cmd() [all …]
|
H A D | tcm_fc.h | 106 struct ft_cmd { struct 158 void ft_recv_write_data(struct ft_cmd *, struct fc_frame *); 159 void ft_dump_cmd(struct ft_cmd *, const char *caller); 166 void ft_invl_hw_context(struct ft_cmd *);
|
H A D | tfc_io.c | 43 struct ft_cmd *cmd = container_of(se_cmd, struct ft_cmd, se_cmd); in ft_queue_data_in() 187 struct ft_cmd *cmd = container_of(work, struct ft_cmd, work); in ft_execute_work() 195 void ft_recv_write_data(struct ft_cmd *cmd, struct fc_frame *fp) in ft_recv_write_data() 327 void ft_invl_hw_context(struct ft_cmd *cmd) in ft_invl_hw_context()
|
H A D | tfc_sess.c | 231 sizeof(struct ft_cmd), in ft_sess_create()
|