Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/
H A Dmae.c547 enum mask_type { MASK_ONES, MASK_ZEROES, MASK_PREFIX, MASK_OTHER }; enumerator
554 case MASK_ZEROES: in mask_type_name()
588 return MASK_ZEROES; in classify_mask()
599 if (typ == MASK_ZEROES) in efx_mae_match_check_cap_typ()
603 if (typ == MASK_ZEROES) in efx_mae_match_check_cap_typ()
636 enum mask_type typ = mask->_field ? MASK_ONES : MASK_ZEROES; \
723 if (typ != MASK_ZEROES) { \