Lines Matching refs:code
83 static void fc_fcp_recovery(struct fc_fcp_pkt *, u8 code);
291 * @status_code: The FCP status code to set
293 * Sets the status code to be FC_ERROR and then calls
886 /* Abuse cdb_status for rsp code */
1088 * schedule. May be schedule and related code should be
1347 /* cdb_status holds the tmf's rsp code */
1690 * @code: The FCP status code to set
1692 static void fc_fcp_recovery(struct fc_fcp_pkt *fsp, u8 code)
1694 FC_FCP_DBG(fsp, "start recovery code %x\n", code);
1695 fsp->status_code = code;