Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/be2iscsi/
Dbe_main.c1796 struct be_mcc_compl *mcc_compl; in beiscsi_process_mcc_cq() local
1800 mcc_compl = queue_tail_node(mcc_cq); in beiscsi_process_mcc_cq()
1801 mcc_compl->flags = le32_to_cpu(mcc_compl->flags); in beiscsi_process_mcc_cq()
1802 while (mcc_compl->flags & CQE_FLAGS_VALID_MASK) { in beiscsi_process_mcc_cq()
1811 if (mcc_compl->flags & CQE_FLAGS_ASYNC_MASK) { in beiscsi_process_mcc_cq()
1812 beiscsi_process_async_event(phba, mcc_compl); in beiscsi_process_mcc_cq()
1813 } else if (mcc_compl->flags & CQE_FLAGS_COMPLETED_MASK) { in beiscsi_process_mcc_cq()
1814 beiscsi_process_mcc_compl(&phba->ctrl, mcc_compl); in beiscsi_process_mcc_cq()
1817 mcc_compl->flags = 0; in beiscsi_process_mcc_cq()
1819 mcc_compl = queue_tail_node(mcc_cq); in beiscsi_process_mcc_cq()
[all …]