Searched refs:CONFIGURE_NIC_MODE (Results 1 – 2 of 2) sorted by relevance
686 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()
1223 #define CONFIGURE_NIC_MODE(sc) (!CHIP_IS_E1x(sc) && !CNIC_ENABLED(sc)) macro