Lines Matching full:typ

562 static const char *mask_type_name(enum mask_type typ)  in mask_type_name()  argument
564 switch (typ) { in mask_type_name()
607 static int efx_mae_match_check_cap_typ(u8 support, enum mask_type typ) in efx_mae_match_check_cap_typ() argument
612 if (typ == MASK_ZEROES) in efx_mae_match_check_cap_typ()
616 if (typ == MASK_ZEROES) in efx_mae_match_check_cap_typ()
620 if (typ == MASK_ONES) in efx_mae_match_check_cap_typ()
624 if (typ == MASK_OTHER) in efx_mae_match_check_cap_typ()
636 enum mask_type typ = classify_mask((const u8 *)&mask->_field, \
640 typ); \
644 mask_type_name(typ), #_field); \
649 enum mask_type typ = mask->_field ? MASK_ONES : MASK_ZEROES; \
652 typ); \
656 mask_type_name(typ), #_field); \
733 enum mask_type typ = classify_mask((const u8 *)&mask->_field, \
736 if (typ != MASK_ZEROES) { \
833 enum mask_type typ; in efx_mae_check_encap_match_caps() local
850 typ = classify_mask((const u8 *)&udp_sport_mask, sizeof(udp_sport_mask)); in efx_mae_check_encap_match_caps()
852 typ); in efx_mae_check_encap_match_caps()
855 mask_type_name(typ), "enc_src_port"); in efx_mae_check_encap_match_caps()
858 typ = classify_mask(&ip_tos_mask, sizeof(ip_tos_mask)); in efx_mae_check_encap_match_caps()
860 typ); in efx_mae_check_encap_match_caps()
863 mask_type_name(typ), "enc_ip_tos"); in efx_mae_check_encap_match_caps()
870 int efx_mae_check_encap_type_supported(struct efx_nic *efx, enum efx_encap_type typ) in efx_mae_check_encap_type_supported() argument
874 switch (typ & EFX_ENCAP_TYPES_MASK) { in efx_mae_check_encap_type_supported()