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

/linux-4.4.14/drivers/scsi/libfc/
H A Dfc_fcp.c54 #define FC_SRB_COMPL (1 << 5) /* fc_io_compl has been run */
104 static void fc_io_compl(struct fc_fcp_pkt *);
282 * fc_fcp_complete_locked() which in turn calls fc_io_compl().
283 * fc_io_compl() will notify the SCSI-ml that the I/O is done.
993 fc_io_compl(fsp); fc_fcp_complete_locked()
1059 fc_io_compl(fsp); fc_fcp_cleanup_each_cmd()
1894 * fc_io_compl() - Handle responses for completed commands
1900 static void fc_io_compl(struct fc_fcp_pkt *fsp) fc_io_compl() function

Completed in 58 milliseconds