Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/be2iscsi/
Dbe_main.c2037 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()
[all …]