Lines Matching refs:mcc_compl
2037 struct be_mcc_compl *mcc_compl; in beiscsi_process_mcc_isr() local
2041 mcc_compl = queue_tail_node(mcc_cq); in beiscsi_process_mcc_isr()
2042 mcc_compl->flags = le32_to_cpu(mcc_compl->flags); in beiscsi_process_mcc_isr()
2043 while (mcc_compl->flags & CQE_FLAGS_VALID_MASK) { in beiscsi_process_mcc_isr()
2050 if (mcc_compl->flags & CQE_FLAGS_ASYNC_MASK) { in beiscsi_process_mcc_isr()
2052 if (is_link_state_evt(mcc_compl->flags)) in beiscsi_process_mcc_isr()
2055 (struct be_async_event_link_state *) mcc_compl); in beiscsi_process_mcc_isr()
2060 mcc_compl->flags); in beiscsi_process_mcc_isr()
2066 } else if (mcc_compl->flags & CQE_FLAGS_COMPLETED_MASK) { in beiscsi_process_mcc_isr()
2067 be_mcc_compl_process_isr(&phba->ctrl, mcc_compl); in beiscsi_process_mcc_isr()
2071 mcc_compl->flags = 0; in beiscsi_process_mcc_isr()
2073 mcc_compl = queue_tail_node(mcc_cq); in beiscsi_process_mcc_isr()
2074 mcc_compl->flags = le32_to_cpu(mcc_compl->flags); in beiscsi_process_mcc_isr()