Searched refs:di_fcn_t (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dhnddma.h167 } di_fcn_t; typedef in typeref:struct:di_fcn_s
174 const di_fcn_t *di_fn; /* DMA function pointers */
253 extern const di_fcn_t dma64proc;
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dhnddma.c370 const di_fcn_t dma64proc = {
436 static const di_fcn_t dma32proc = {
556 di->hnddma.di_fn = (const di_fcn_t *)&dma64proc;
562 di->hnddma.di_fn = (const di_fcn_t *)&dma32proc;

Completed in 75 milliseconds