Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/
Dmae.c560 enum mask_type { MASK_ONES, MASK_ZEROES, MASK_PREFIX, MASK_OTHER }; enumerator
567 case MASK_ZEROES: in mask_type_name()
601 return MASK_ZEROES; in classify_mask()
612 if (typ == MASK_ZEROES) in efx_mae_match_check_cap_typ()
616 if (typ == MASK_ZEROES) in efx_mae_match_check_cap_typ()
649 enum mask_type typ = mask->_field ? MASK_ONES : MASK_ZEROES; \
736 if (typ != MASK_ZEROES) { \