Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_l2.h86 bool b_is_rx; member
120 bool b_is_rx,
H A Decore_l2.c232 bool b_is_rx, in _ecore_eth_queue_to_cid() argument
251 p_cid->b_is_rx = b_is_rx; in _ecore_eth_queue_to_cid()
325 bool b_is_rx, in ecore_eth_queue_to_cid() argument
360 p_params, b_is_rx, p_vf_params); in ecore_eth_queue_to_cid()
369 bool b_is_rx, in ecore_eth_queue_to_cid_pf() argument
372 return ecore_eth_queue_to_cid(p_hwfn, opaque_fid, p_params, b_is_rx, in ecore_eth_queue_to_cid_pf()
2338 if (p_cid->b_is_rx) { in ecore_get_queue_coalesce()
H A Decore_sriov.c3600 bool b_is_rx; in ecore_iov_vf_pf_get_coalesce() local
3606 b_is_rx = req->is_rx ? true : false; in ecore_iov_vf_pf_get_coalesce()
3608 if (b_is_rx) { in ecore_iov_vf_pf_get_coalesce()
H A Decore_vf.c1622 req->is_rx = p_cid->b_is_rx ? 1 : 0; in ecore_vf_pf_get_coalesce()