Searched refs:IS_MF_SD (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore.h872 #define IS_MF_SD(_p_hwfn) (((_p_hwfn)->p_dev)->mf_mode == ECORE_MF_OVLAN) macro
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.h1108 #define IS_MF_SD(sc) \ macro
1117 #define IS_MF_SD_MODE(sc) IS_MF_SD(sc)
H A Dbxe.c11307 if (IS_MF_SD(sc)) {
17536 REG_WR(sc, NIG_REG_LLH_E1HOV_MODE, IS_MF_SD(sc));
17784 IS_MF_SD(sc) ? 7 : 6);
17800 (IS_MF_SD(sc) ? 0x1 : 0x2));

Completed in 117 milliseconds