Searched refs:mcc_obj (Results 1 – 6 of 6) sorted by relevance
532 adapter->mcc_obj.rearm_cq = true; in be_async_mcc_enable()541 adapter->mcc_obj.rearm_cq = false; in be_async_mcc_disable()551 struct be_mcc_obj *mcc_obj = &adapter->mcc_obj; in be_process_mcc() local560 atomic_dec(&mcc_obj->q.used); in be_process_mcc()567 be_cq_notify(adapter, mcc_obj->cq.id, mcc_obj->rearm_cq, num); in be_process_mcc()578 struct be_mcc_obj *mcc_obj = &adapter->mcc_obj; in be_mcc_wait_compl() local588 if (atomic_read(&mcc_obj->q.used) == 0) in be_mcc_wait_compl()605 struct be_mcc_obj *mcc_obj = &adapter->mcc_obj; in be_mcc_notify_wait() local606 u32 index = mcc_obj->q.head; in be_mcc_notify_wait()609 index_dec(&index, mcc_obj->q.len); in be_mcc_notify_wait()[all …]
564 struct be_mcc_obj mcc_obj; member
2994 q = &adapter->mcc_obj.q; in be_mcc_queues_destroy()2999 q = &adapter->mcc_obj.cq; in be_mcc_queues_destroy()3010 cq = &adapter->mcc_obj.cq; in be_mcc_queues_create()3019 q = &adapter->mcc_obj.q; in be_mcc_queues_create()
125 struct be_mcc_obj mcc_obj; member
91 struct be_queue_info *mccq = &phba->ctrl.mcc_obj.q; in alloc_mcc_wrb()143 struct be_queue_info *mccq = &ctrl->mcc_obj.q; in free_mcc_wrb()173 struct be_queue_info *mccq = &phba->ctrl.mcc_obj.q; in __beiscsi_mcc_compl_status()563 struct be_queue_info *mccq = &phba->ctrl.mcc_obj.q; in be_mcc_notify()
695 mcc = &phba->ctrl.mcc_obj.cq; in be_isr_mcc()770 mcc = &phba->ctrl.mcc_obj.cq; in be_isr()1816 mcc_cq = &phba->ctrl.mcc_obj.cq; in beiscsi_process_mcc_cq()3465 q = &phba->ctrl.mcc_obj.q; in be_mcc_queues_destroy()3512 q = &phba->ctrl.mcc_obj.cq; in be_mcc_queues_destroy()3526 cq = &phba->ctrl.mcc_obj.cq; in be_mcc_queues_create()3543 q = &phba->ctrl.mcc_obj.q; in be_mcc_queues_create()
Completed in 40 milliseconds