Home
last modified time | relevance | path

Searched refs:BNX2FC_SCSI_CMD (Results 1 – 3 of 3) sorted by relevance

/linux-3.3/drivers/scsi/bnx2fc/
Dbnx2fc_io.c69 case BNX2FC_SCSI_CMD: in bnx2fc_cmd_timeout()
215 if (io_req->cmd_type != BNX2FC_SCSI_CMD) in bnx2fc_scsi_done()
555 if (io_req->cmd_type == BNX2FC_SCSI_CMD) in bnx2fc_cmd_release()
562 if (io_req->cmd_type != BNX2FC_SCSI_CMD) in bnx2fc_cmd_release()
1962 io_req->cmd_type = BNX2FC_SCSI_CMD; in bnx2fc_post_io_req()
Dbnx2fc.h378 #define BNX2FC_SCSI_CMD 1 macro
Dbnx2fc_hwi.c713 if (io_req->cmd_type != BNX2FC_SCSI_CMD) { in bnx2fc_process_unsol_compl()
842 if (io_req->cmd_type != BNX2FC_SCSI_CMD) { in bnx2fc_process_unsol_compl()
915 case BNX2FC_SCSI_CMD: in bnx2fc_process_cq_compl()