Home
last modified time | relevance | path

Searched refs:rspcode (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/scsi/elx/efct/
H A Defct_lio.c692 u8 rspcode; in efct_lio_queue_tm_rsp() local
698 rspcode = EFCT_SCSI_TMF_FUNCTION_COMPLETE; in efct_lio_queue_tm_rsp()
701 rspcode = EFCT_SCSI_TMF_FUNCTION_IO_NOT_FOUND; in efct_lio_queue_tm_rsp()
704 rspcode = EFCT_SCSI_TMF_INCORRECT_LOGICAL_UNIT_NUMBER; in efct_lio_queue_tm_rsp()
708 rspcode = EFCT_SCSI_TMF_FUNCTION_REJECTED; in efct_lio_queue_tm_rsp()
711 efct_scsi_send_tmf_resp(tmfio, rspcode, NULL, efct_lio_tmf_done, NULL); in efct_lio_queue_tm_rsp()
H A Defct_scsi.h179 efct_scsi_send_tmf_resp(struct efct_io *io, enum efct_scsi_tmf_resp rspcode,
H A Defct_scsi.c959 enum efct_scsi_tmf_resp rspcode, in efct_scsi_send_tmf_resp() argument
972 switch (rspcode) { in efct_scsi_send_tmf_resp()
/linux/drivers/scsi/bfa/
H A Dbfa_fcbuild.c310 prli->parampage.rspcode = FC_PRLI_ACC_XQTD; in fc_prli_acc_build()
324 if ((prli->parampage.rspcode != FC_PRLI_ACC_XQTD) in fc_prli_rsp_parse()
325 && (prli->parampage.rspcode != FC_PRLI_ACC_PREDEF_IMG)) in fc_prli_rsp_parse()
H A Dbfa_fc.h517 u32 rspcode:4; member
519 u32 rspcode:4; member