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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/libfc/
H A Dfc_fcp.c54 #define FC_SRB_COMPL (1 << 5) /* fc_io_compl has been run */
105 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.
961 fc_io_compl(fsp);
1012 fc_io_compl(fsp);
1853 * fc_io_compl() - Handle responses for completed commands
1859 static void fc_io_compl(struct fc_fcp_pkt *fsp) function

Completed in 15 milliseconds