Home
last modified time | relevance | path

Searched refs:CONFIGURE_NIC_MODE (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/sys/dev/bxe/
HDecore_init_ops.h686 if (CONFIGURE_NIC_MODE(sc)) in ecore_ilt_mem_op_cnic()
699 if (!rc && CNIC_SUPPORT(sc) && !CONFIGURE_NIC_MODE(sc)) in ecore_ilt_mem_op()
827 if (CONFIGURE_NIC_MODE(sc)) in ecore_ilt_init_op_cnic()
836 if (CNIC_SUPPORT(sc) && !CONFIGURE_NIC_MODE(sc)) in ecore_ilt_init_op()
HDbxe.h1223 #define CONFIGURE_NIC_MODE(sc) (!CHIP_IS_E1x(sc) && !CNIC_ENABLED(sc)) macro