Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_vf_api.h201 void ecore_vf_set_hw_channel(struct ecore_hwfn *p_hwfn, bool b_is_hw);
230 bool OSAL_UNUSED b_is_hw) {} in ecore_vf_set_hw_channel() argument
H A Decore_iov_api.h758 bool b_is_hw);
822 int OSAL_UNUSED vfid, bool OSAL_UNUSED b_is_hw) {} in ecore_iov_set_vf_hw_channel() argument
H A Decore_vf.c1939 void ecore_vf_set_hw_channel(struct ecore_hwfn *p_hwfn, bool b_is_hw) in ecore_vf_set_hw_channel() argument
1941 p_hwfn->vf_iov_info->b_hw_channel = b_is_hw; in ecore_vf_set_hw_channel()
H A Decore_sriov.c4948 bool b_is_hw) in ecore_iov_set_vf_hw_channel() argument
4956 vf_info->b_hw_channel = b_is_hw; in ecore_iov_set_vf_hw_channel()