Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_l2.h65 bool b_is_rx; member
99 bool b_is_rx,
H A Decore_l2.c200 bool b_is_rx, in _ecore_eth_queue_to_cid() argument
219 p_cid->b_is_rx = b_is_rx; in _ecore_eth_queue_to_cid()
293 bool b_is_rx, in ecore_eth_queue_to_cid() argument
328 p_params, b_is_rx, p_vf_params); in ecore_eth_queue_to_cid()
337 bool b_is_rx, in ecore_eth_queue_to_cid_pf() argument
340 return ecore_eth_queue_to_cid(p_hwfn, opaque_fid, p_params, b_is_rx, in ecore_eth_queue_to_cid_pf()
2305 if (p_cid->b_is_rx) { in ecore_get_queue_coalesce()
H A Decore_sriov.c3682 bool b_is_rx; in ecore_iov_vf_pf_get_coalesce() local
3688 b_is_rx = req->is_rx ? true : false; in ecore_iov_vf_pf_get_coalesce()
3690 if (b_is_rx) { in ecore_iov_vf_pf_get_coalesce()
H A Decore_vf.c1627 req->is_rx = p_cid->b_is_rx ? 1 : 0; in ecore_vf_pf_get_coalesce()