Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/be2iscsi/
Dbe_main.c1812 struct be_mcc_compl *mcc_compl; in beiscsi_process_mcc_cq() local
1816 mcc_compl = queue_tail_node(mcc_cq); in beiscsi_process_mcc_cq()
1817 mcc_compl->flags = le32_to_cpu(mcc_compl->flags); in beiscsi_process_mcc_cq()
1818 while (mcc_compl->flags & CQE_FLAGS_VALID_MASK) { in beiscsi_process_mcc_cq()
1827 if (mcc_compl->flags & CQE_FLAGS_ASYNC_MASK) { in beiscsi_process_mcc_cq()
1828 beiscsi_process_async_event(phba, mcc_compl); in beiscsi_process_mcc_cq()
1829 } else if (mcc_compl->flags & CQE_FLAGS_COMPLETED_MASK) { in beiscsi_process_mcc_cq()
1830 beiscsi_process_mcc_compl(&phba->ctrl, mcc_compl); in beiscsi_process_mcc_cq()
1833 mcc_compl->flags = 0; in beiscsi_process_mcc_cq()
1835 mcc_compl = queue_tail_node(mcc_cq); in beiscsi_process_mcc_cq()
[all …]