Searched refs:fc_seq_set_resp (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/scsi/libfc/ |
H A D | fc_exch.c | 594 void fc_seq_set_resp(struct fc_seq *sp, in fc_seq_set_resp() function 615 EXPORT_SYMBOL(fc_seq_set_resp); 713 * modified only via fc_seq_set_resp(). This guarantees that none of these 716 * If an fc_seq_set_resp() call is busy modifying ep->resp and ep->arg when 718 * will wait until fc_seq_set_resp() has finished modifying these variables. 720 * Since fc_exch_done() invokes fc_seq_set_resp() it is guaranteed that that 792 fc_seq_set_resp(sp, NULL, ep->arg); in fc_exch_timeout() 976 fc_seq_set_resp(sp, NULL, ep->arg); in fc_exch_done() 1918 fc_seq_set_resp(sp, NULL, ep->arg); in fc_exch_reset()
|
/linux/drivers/target/tcm_fc/ |
H A D | tfc_cmd.c | 539 fc_seq_set_resp(cmd->seq, ft_recv_seq, cmd); in ft_send_work()
|
/linux/include/scsi/ |
H A D | libfc.h | 1002 void fc_seq_set_resp(struct fc_seq *sp,
|