Home
last modified time | relevance | path

Searched refs:deq_prefetch_opt (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfman_port.c426 (cfg->deq_prefetch_opt != E_FMAN_PORT_DEQ_NO_PREFETCH)) in init_qmi()
429 switch (cfg->deq_prefetch_opt) { in init_qmi()
697 cfg->deq_prefetch_opt = E_FMAN_PORT_DEQ_NO_PREFETCH; in fman_port_defconfig()
700 cfg->deq_prefetch_opt = E_FMAN_PORT_DEQ_FULL_PREFETCH; in fman_port_defconfig()
H A Dfm_port.c2897 p_FmPort->p_FmPortDriverParam->dfltCfg.deq_prefetch_opt = in FM_PORT_ConfigDeqPrefetchOption()
/freebsd/sys/contrib/ncsw/inc/flib/
H A Dfsl_fman_port.h395 enum fman_port_deq_prefetch deq_prefetch_opt; member