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 …]
565 struct be_mcc_obj mcc_obj; member
2995 q = &adapter->mcc_obj.q; in be_mcc_queues_destroy()3000 q = &adapter->mcc_obj.cq; in be_mcc_queues_destroy()3011 cq = &adapter->mcc_obj.cq; in be_mcc_queues_create()3020 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()
679 mcc = &phba->ctrl.mcc_obj.cq; in be_isr_mcc()754 mcc = &phba->ctrl.mcc_obj.cq; in be_isr()1800 mcc_cq = &phba->ctrl.mcc_obj.cq; in beiscsi_process_mcc_cq()3449 q = &phba->ctrl.mcc_obj.q; in be_mcc_queues_destroy()3496 q = &phba->ctrl.mcc_obj.cq; in be_mcc_queues_destroy()3510 cq = &phba->ctrl.mcc_obj.cq; in be_mcc_queues_create()3527 q = &phba->ctrl.mcc_obj.q; in be_mcc_queues_create()
Completed in 47 milliseconds