Lines Matching full:typ

551 static const char *mask_type_name(enum mask_type typ)  in mask_type_name()  argument
553 switch (typ) { in mask_type_name()
596 static int efx_mae_match_check_cap_typ(u8 support, enum mask_type typ) in efx_mae_match_check_cap_typ() argument
601 if (typ == MASK_ZEROES) in efx_mae_match_check_cap_typ()
605 if (typ == MASK_ZEROES) in efx_mae_match_check_cap_typ()
609 if (typ == MASK_ONES) in efx_mae_match_check_cap_typ()
613 if (typ == MASK_OTHER) in efx_mae_match_check_cap_typ()
625 enum mask_type typ = classify_mask((const u8 *)&mask->_field, \
629 typ); \
633 mask_type_name(typ), #_field); \
638 enum mask_type typ = mask->_field ? MASK_ONES : MASK_ZEROES; \
641 typ); \
645 mask_type_name(typ), #_field); \
722 enum mask_type typ = classify_mask((const u8 *)&mask->_field, \
725 if (typ != MASK_ZEROES) { \
822 enum mask_type typ; in efx_mae_check_encap_match_caps() local
839 typ = classify_mask((const u8 *)&udp_sport_mask, sizeof(udp_sport_mask)); in efx_mae_check_encap_match_caps()
841 typ); in efx_mae_check_encap_match_caps()
844 mask_type_name(typ), "enc_src_port"); in efx_mae_check_encap_match_caps()
847 typ = classify_mask(&ip_tos_mask, sizeof(ip_tos_mask)); in efx_mae_check_encap_match_caps()
849 typ); in efx_mae_check_encap_match_caps()
852 mask_type_name(typ), "enc_ip_tos"); in efx_mae_check_encap_match_caps()
859 int efx_mae_check_encap_type_supported(struct efx_nic *efx, enum efx_encap_type typ) in efx_mae_check_encap_type_supported() argument
863 switch (typ & EFX_ENCAP_TYPES_MASK) { in efx_mae_check_encap_type_supported()