Searched refs:mcc_obj (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/emulex/benet/ |
H A D | be_cmds.c | 121 struct be_queue_info *mccq = &adapter->mcc_obj.q; in be_mcc_notify() 517 struct be_queue_info *mcc_cq = &adapter->mcc_obj.cq; in be_mcc_compl_get() 531 be_cq_notify(adapter, adapter->mcc_obj.cq.id, true, 0); in be_async_mcc_enable() 532 adapter->mcc_obj.rearm_cq = true; in be_async_mcc_enable() 541 adapter->mcc_obj.rearm_cq = false; in be_async_mcc_disable() 542 be_cq_notify(adapter, adapter->mcc_obj.cq.id, false, 0); in be_async_mcc_disable() 551 struct be_mcc_obj *mcc_obj = &adapter->mcc_obj; in be_process_mcc() local 560 atomic_dec(&mcc_obj->q.used); in be_process_mcc() 567 be_cq_notify(adapter, mcc_obj in be_process_mcc() 578 struct be_mcc_obj *mcc_obj = &adapter->mcc_obj; be_mcc_wait_compl() local 605 struct be_mcc_obj *mcc_obj = &adapter->mcc_obj; be_mcc_notify_wait() local [all...] |
H A D | be.h | 565 struct be_mcc_obj mcc_obj; member
|
H A D | be_main.c | 2996 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/emulex/benet/ |
H A D | be_cmds.c | 121 struct be_queue_info *mccq = &adapter->mcc_obj.q; in be_mcc_notify() 519 struct be_queue_info *mcc_cq = &adapter->mcc_obj.cq; in be_mcc_compl_get() 533 be_cq_notify(adapter, adapter->mcc_obj.cq.id, true, 0); in be_async_mcc_enable() 534 adapter->mcc_obj.rearm_cq = true; in be_async_mcc_enable() 543 adapter->mcc_obj.rearm_cq = false; in be_async_mcc_disable() 544 be_cq_notify(adapter, adapter->mcc_obj.cq.id, false, 0); 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 in be_process_mcc() 580 struct be_mcc_obj *mcc_obj = &adapter->mcc_obj; be_mcc_wait_compl() local 607 struct be_mcc_obj *mcc_obj = &adapter->mcc_obj; be_mcc_notify_wait() local [all...] |
H A D | be.h | 564 struct be_mcc_obj mcc_obj; member
|
H A D | be_main.c | 2996 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()
|
/kernel/linux/linux-5.10/drivers/scsi/be2iscsi/ |
H A D | be.h | 125 struct be_mcc_obj mcc_obj; member
|
H A D | be_cmds.c | 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()
|
H A D | be_main.c | 677 mcc = &phba->ctrl.mcc_obj.cq; in be_isr_mcc() 752 mcc = &phba->ctrl.mcc_obj.cq; in be_isr() 1799 mcc_cq = &phba->ctrl.mcc_obj.cq; in beiscsi_process_mcc_cq() 3454 q = &phba->ctrl.mcc_obj.q; in be_mcc_queues_destroy() 3501 q = &phba->ctrl.mcc_obj.cq; in be_mcc_queues_destroy() 3515 cq = &phba->ctrl.mcc_obj.cq; in be_mcc_queues_create() 3532 q = &phba->ctrl.mcc_obj.q; in be_mcc_queues_create()
|
/kernel/linux/linux-6.6/drivers/scsi/be2iscsi/ |
H A D | be.h | 125 struct be_mcc_obj mcc_obj; member
|
H A D | be_cmds.c | 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()
|
H A D | be_main.c | 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() 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()
|
Completed in 45 milliseconds