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

/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 *);
276 * fc_fcp_complete_locked() which in turn calls fc_io_compl().
277 * fc_io_compl() will notify the SCSI-ml that the I/O is done.
984 fc_io_compl(fsp);
1035 fc_io_compl(fsp);
1871 * fc_io_compl() - Handle responses for completed commands
1877 static void fc_io_compl(struct fc_fcp_pkt *fsp) function

Completed in 16 milliseconds