Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.c534 adapter->mcc_obj.rearm_cq = true; in be_async_mcc_enable()
543 adapter->mcc_obj.rearm_cq = false; in be_async_mcc_disable()
553 struct be_mcc_obj *mcc_obj = &adapter->mcc_obj; in be_process_mcc() local
562 atomic_dec(&mcc_obj->q.used); in be_process_mcc()
569 be_cq_notify(adapter, mcc_obj->cq.id, mcc_obj->rearm_cq, num); in be_process_mcc()
580 struct be_mcc_obj *mcc_obj = &adapter->mcc_obj; in be_mcc_wait_compl() local
590 if (atomic_read(&mcc_obj->q.used) == 0) in be_mcc_wait_compl()
607 struct be_mcc_obj *mcc_obj = &adapter->mcc_obj; in be_mcc_notify_wait() local
608 u32 index = mcc_obj->q.head; in be_mcc_notify_wait()
611 index_dec(&index, mcc_obj->q.len); in be_mcc_notify_wait()
[all …]
H A Dbe.h564 struct be_mcc_obj mcc_obj; member
H A Dbe_main.c2996 q = &adapter->mcc_obj.q; in be_mcc_queues_destroy()
3001 q = &adapter->mcc_obj.cq; in be_mcc_queues_destroy()
3012 cq = &adapter->mcc_obj.cq; in be_mcc_queues_create()
3021 q = &adapter->mcc_obj.q; in be_mcc_queues_create()
/openbmc/linux/drivers/scsi/be2iscsi/
H A Dbe.h125 struct be_mcc_obj mcc_obj; member
H A Dbe_cmds.c91 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()
H A Dbe_main.c695 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()
3466 q = &phba->ctrl.mcc_obj.q; in be_mcc_queues_destroy()
3513 q = &phba->ctrl.mcc_obj.cq; in be_mcc_queues_destroy()
3527 cq = &phba->ctrl.mcc_obj.cq; in be_mcc_queues_create()
3544 q = &phba->ctrl.mcc_obj.q; in be_mcc_queues_create()