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

/drivers/scsi/libfc/
H A Dfc_fcp.c108 static void fc_fcp_srr_error(struct fc_fcp_pkt *, struct fc_frame *);
1701 fc_fcp_srr_error(fsp, fp);
1710 * BUG? fc_fcp_srr_error calls exch_done which would release
1711 * the ep. But if fc_fcp_srr_error had got -FC_EX_TIMEOUT,
1713 * call by fc_fcp_srr_error would prevent fc_exch.c from seeing
1738 * fc_fcp_srr_error() - Handler for SRR errors
1742 static void fc_fcp_srr_error(struct fc_fcp_pkt *fsp, struct fc_frame *fp) function

Completed in 299 milliseconds