Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/dpaa2/
H A Ddpaa2_ethdev.c2188 struct opr_cfg ocfg; in dpaa2_eth_eventq_attach() local
2191 ocfg.oprrws = 3; in dpaa2_eth_eventq_attach()
2194 ocfg.oprrws = 4; in dpaa2_eth_eventq_attach()
2196 ocfg.oa = 1; in dpaa2_eth_eventq_attach()
2198 ocfg.olws = 0; in dpaa2_eth_eventq_attach()
2200 ocfg.oeane = 0; in dpaa2_eth_eventq_attach()
2202 ocfg.oloe = 1; in dpaa2_eth_eventq_attach()
2206 ocfg.oloe = 0; in dpaa2_eth_eventq_attach()
2212 OPR_OPT_CREATE, &ocfg); in dpaa2_eth_eventq_attach()