Lines Matching refs:mcc_compl
2021 struct be_mcc_compl *mcc_compl; in beiscsi_process_mcc_isr() local
2025 mcc_compl = queue_tail_node(mcc_cq); in beiscsi_process_mcc_isr()
2026 mcc_compl->flags = le32_to_cpu(mcc_compl->flags); in beiscsi_process_mcc_isr()
2027 while (mcc_compl->flags & CQE_FLAGS_VALID_MASK) { in beiscsi_process_mcc_isr()
2034 if (mcc_compl->flags & CQE_FLAGS_ASYNC_MASK) { in beiscsi_process_mcc_isr()
2036 if (is_link_state_evt(mcc_compl->flags)) in beiscsi_process_mcc_isr()
2039 (struct be_async_event_link_state *) mcc_compl); in beiscsi_process_mcc_isr()
2044 mcc_compl->flags); in beiscsi_process_mcc_isr()
2045 } else if (mcc_compl->flags & CQE_FLAGS_COMPLETED_MASK) { in beiscsi_process_mcc_isr()
2046 be_mcc_compl_process_isr(&phba->ctrl, mcc_compl); in beiscsi_process_mcc_isr()
2050 mcc_compl->flags = 0; in beiscsi_process_mcc_isr()
2052 mcc_compl = queue_tail_node(mcc_cq); in beiscsi_process_mcc_isr()
2053 mcc_compl->flags = le32_to_cpu(mcc_compl->flags); in beiscsi_process_mcc_isr()