Searched refs:FNIC_IO_DONE (Results 1 – 2 of 2) sorted by relevance
556 io_req->cmd_flags |= FNIC_IO_DONE; in nvfnic_fcpio_nvme_fast_cmpl_handler()599 io_req->cmd_flags |= FNIC_IO_DONE; in nvfnic_fcpio_nvme_fast_cmpl_handler()703 io_req->cmd_flags |= FNIC_IO_DONE; in nvfnic_fcpio_ersp_cmpl_handler()776 io_req->cmd_flags |= FNIC_IO_DONE; in nvfnic_fcpio_ersp_cmpl_handler()920 if (!(io_req->cmd_flags & (FNIC_IO_ABORTED | FNIC_IO_DONE))) in nvfnic_fcpio_nvme_itmf_cmpl_handler()
64 #define FNIC_IO_DONE BIT(2) macro