Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_iov_api.h39 #define IS_VF(p_dev) ((p_dev)->b_is_vf)
40 #define IS_PF(p_dev) (!((p_dev)->b_is_vf))
H A Decore_l2_api.h524 bool b_is_vf; member
H A Decore.h931 bool b_is_vf; member
H A Dqlnx_os.c1218 ha->cdev.b_is_vf = true; in qlnx_init_hw()