Home
last modified time | relevance | path

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

/open-nvidia-gpu/src/common/nvswitch/kernel/inc/flcn/
H A Dflcnable_nvswitch.h59 } FLCNABLE, *PFLCNABLE; typedef
61 NvlStatus flcnableInit(struct nvswitch_device *device, PFLCNABLE pFlcnable, NvU32 pci_device_id);
62 void flcnableDestroy(struct nvswitch_device *device, PFLCNABLE pFlcnable);
67 #define ENG_GET_FLCN(pObj) (((PFLCNABLE)pObj)->pFlcn)
75 … flcnableReadCoreRev (struct nvswitch_device *device, PFLCNABLE);
77 …bleEmemCopyFrom (struct nvswitch_device *device, PFLCNABLE, NvU32, NvU8 *, …
79 …bleHandleInitEvent (struct nvswitch_device *device, PFLCNABLE, union RM_FLCN_M…
80 …O * flcnableQueueSeqInfoGet (struct nvswitch_device *device, PFLCNABLE, NvU32);
85 … flcnablePostDiscoveryInit (struct nvswitch_device *device, PFLCNABLE);
87 … flcnableConstruct_HAL (struct nvswitch_device *device, PFLCNABLE);
[all …]
/open-nvidia-gpu/src/common/nvswitch/kernel/flcn/
H A Dflcnable_nvswitch.c43 PFLCNABLE pFlcnable in _flcnableReadCoreRev_IMPL()
56 PFLCNABLE pFlcnable, in _flcnableGetExternalConfig_IMPL()
72 PFLCNABLE pFlcnable, in _flcnableEmemCopyFrom_IMPL()
92 PFLCNABLE pFlcnable, in _flcnableEmemCopyTo_IMPL()
112 PFLCNABLE pFlcnable, in _flcnableHandleInitEvent_IMPL()
132 PFLCNABLE pFlcnable, in _flcnableQueueSeqInfoGet_IMPL()
154 PFLCNABLE pFlcnable, in _flcnableQueueSeqInfoClear_IMPL()
171 PFLCNABLE pFlcnable, in _flcnableQueueSeqInfoFree_IMPL()
188 PFLCNABLE pFlcnable, in _flcnableQueueCmdValidate_IMPL()
214 PFLCNABLE pFlcnable, in _flcnableQueueCmdPostExtension_IMPL()
H A Dflcnable_call_hal_nvswitch.c44 PFLCNABLE pFlcnable in flcnableReadCoreRev()
55 PFLCNABLE pFlcnable, in flcnableGetExternalConfig()
67 PFLCNABLE pFlcnable, in flcnableEmemCopyFrom()
82 PFLCNABLE pFlcnable, in flcnableEmemCopyTo()
97 PFLCNABLE pFlcnable, in flcnableHandleInitEvent()
109 PFLCNABLE pFlcnable, in flcnableQueueSeqInfoGet()
121 PFLCNABLE pFlcnable, in flcnableQueueSeqInfoClear()
133 PFLCNABLE pFlcnable, in flcnableQueueSeqInfoFree()
145 PFLCNABLE pFlcnable, in flcnableQueueCmdValidate()
160 PFLCNABLE pFlcnable, in flcnableQueueCmdPostExtension()
H A Dflcnqueue_nvswitch.c1086 PFLCNABLE pFlcnable = pFlcn->pFlcnable; in _flcnQueueEventHandle_IMPL()
/open-nvidia-gpu/src/common/nvswitch/kernel/soe/
H A Dsoe_nvswitch.c238 retval = flcnableInit(device, (PFLCNABLE)pSoe, pci_device_id); in soeInit()
261 flcnableDestroy(device, (PFLCNABLE)pSoe); in soeDestroy()
/open-nvidia-gpu/src/common/nvswitch/kernel/lr10/
H A Dflcn_lr10.c211 PFLCNABLE pFlcnable = pFlcn->pFlcnable; in _flcnConstruct_LR10()
273 PFLCNABLE pFlcnable = pFlcn->pFlcnable; in _flcnDestruct_LR10()
H A Dsoe_lr10.c2161 PFLCNABLE pSoe, in _soeQMgrCreateQueuesFromInitMsg()
2467 PFLCNABLE pSoe, in _soeHandleInitEvent_LR10()
/open-nvidia-gpu/src/common/nvswitch/kernel/ls10/
H A Dflcn_ls10.c432 PFLCNABLE pFlcnable = pFlcn->pFlcnable; in _flcnConstruct_LS10()
H A Dsoe_ls10.c1302 PFLCNABLE pSoe, in _soeHandleInitEvent_LS10()
/open-nvidia-gpu/src/common/nvswitch/kernel/
H A Dnvswitch.c1044 device->pSoe = pSoe = (PFLCNABLE)soeAllocNew(); in _nvswitch_construct_soe()