Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/qlnx/qlnxe/
Decore_l2.h89 bool b_is_rx; member
123 bool b_is_rx,
Decore_l2.c234 bool b_is_rx, in _ecore_eth_queue_to_cid() argument
253 p_cid->b_is_rx = b_is_rx; in _ecore_eth_queue_to_cid()
327 bool b_is_rx, in ecore_eth_queue_to_cid() argument
362 p_params, b_is_rx, p_vf_params); in ecore_eth_queue_to_cid()
371 bool b_is_rx, in ecore_eth_queue_to_cid_pf() argument
374 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()
Decore_sriov.c3603 bool b_is_rx; in ecore_iov_vf_pf_get_coalesce() local
3609 b_is_rx = req->is_rx ? true : false; in ecore_iov_vf_pf_get_coalesce()
3611 if (b_is_rx) { in ecore_iov_vf_pf_get_coalesce()
Decore_vf.c1626 req->is_rx = p_cid->b_is_rx ? 1 : 0; in ecore_vf_pf_get_coalesce()