Searched refs:mcc_compl (Results 1 – 1 of 1) sorted by relevance
1813 struct be_mcc_compl *mcc_compl; in beiscsi_process_mcc_cq() local1817 mcc_compl = queue_tail_node(mcc_cq); in beiscsi_process_mcc_cq()1818 mcc_compl->flags = le32_to_cpu(mcc_compl->flags); in beiscsi_process_mcc_cq()1819 while (mcc_compl->flags & CQE_FLAGS_VALID_MASK) { in beiscsi_process_mcc_cq()1828 if (mcc_compl->flags & CQE_FLAGS_ASYNC_MASK) { in beiscsi_process_mcc_cq()1829 beiscsi_process_async_event(phba, mcc_compl); in beiscsi_process_mcc_cq()1830 } else if (mcc_compl->flags & CQE_FLAGS_COMPLETED_MASK) { in beiscsi_process_mcc_cq()1831 beiscsi_process_mcc_compl(&phba->ctrl, mcc_compl); in beiscsi_process_mcc_cq()1834 mcc_compl->flags = 0; in beiscsi_process_mcc_cq()1836 mcc_compl = queue_tail_node(mcc_cq); in beiscsi_process_mcc_cq()[all …]