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

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_l2.h88 bool b_is_rx; member in struct:ecore_queue_cid
122 bool b_is_rx,
H A Decore_l2.c234 bool b_is_rx,
253 p_cid->b_is_rx = b_is_rx;
327 bool b_is_rx,
362 p_params, b_is_rx, p_vf_params);
371 bool b_is_rx,
374 return ecore_eth_queue_to_cid(p_hwfn, opaque_fid, p_params, b_is_rx,
2338 if (p_cid->b_is_rx) {
231 _ecore_eth_queue_to_cid(struct ecore_hwfn *p_hwfn, u16 opaque_fid, u32 cid, struct ecore_queue_start_common_params *p_params, bool b_is_rx, struct ecore_queue_cid_vf_params *p_vf_params) argument
325 ecore_eth_queue_to_cid(struct ecore_hwfn *p_hwfn, u16 opaque_fid, struct ecore_queue_start_common_params *p_params, bool b_is_rx, struct ecore_queue_cid_vf_params *p_vf_params) argument
370 ecore_eth_queue_to_cid_pf(struct ecore_hwfn *p_hwfn, u16 opaque_fid, bool b_is_rx, struct ecore_queue_start_common_params *p_params) argument
H A Decore_sriov.c3602 bool b_is_rx; local
3608 b_is_rx = req->is_rx ? true : false;
3610 if (b_is_rx) {
H A Decore_vf.c1624 req->is_rx = p_cid->b_is_rx ? 1 : 0;

Completed in 48 milliseconds