Searched refs:fc_fcp_srr_error (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.c109 static void fc_fcp_srr_error(struct fc_fcp_pkt *, struct fc_frame *);
1666 fc_fcp_srr_error(fsp, fp);
1675 * BUG? fc_fcp_srr_error calls exch_done which would release
1676 * the ep. But if fc_fcp_srr_error had got -FC_EX_TIMEOUT,
1678 * call by fc_fcp_srr_error would prevent fc_exch.c from seeing
1705 * fc_fcp_srr_error() - Handler for SRR errors
1709 static void fc_fcp_srr_error(struct fc_fcp_pkt *fsp, struct fc_frame *fp) function

Completed in 56 milliseconds