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.c549 enum mask_type { MASK_ONES, MASK_ZEROES, MASK_PREFIX, MASK_OTHER }; enumerator
556 case MASK_ZEROES: in mask_type_name()
590 return MASK_ZEROES; in classify_mask()
601 if (typ == MASK_ZEROES) in efx_mae_match_check_cap_typ()
605 if (typ == MASK_ZEROES) in efx_mae_match_check_cap_typ()
638 enum mask_type typ = mask->_field ? MASK_ONES : MASK_ZEROES; \
725 if (typ != MASK_ZEROES) { \