Lines Matching refs:code
87 static void fc_fcp_recovery(struct fc_fcp_pkt *, u8 code);
297 * @status_code: The FCP status code to set
299 * Sets the status code to be FC_ERROR and then calls
896 /* Abuse cdb_status for rsp code */
1098 * schedule. May be schedule and related code should be
1357 /* cdb_status holds the tmf's rsp code */
1700 * @code: The FCP status code to set
1702 static void fc_fcp_recovery(struct fc_fcp_pkt *fsp, u8 code)
1704 FC_FCP_DBG(fsp, "start recovery code %x\n", code);
1705 fsp->status_code = code;