Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/marvell/prestera/
Dprestera_acl.h22 #define rule_match_set_n(match_p, type, val_p, size) \ argument
23 memcpy(&(match_p)[PRESTERA_ACL_RULE_MATCH_TYPE_##type], \
25 #define rule_match_set(match_p, type, val) \ argument
26 memcpy(&(match_p)[PRESTERA_ACL_RULE_MATCH_TYPE_##type], \
/linux-5.19.10/lib/mpi/
Dec.c594 int match_p = !mpi_cmp(ctx->p, p_candidate); in mpi_ec_init() local
598 if (!match_p) in mpi_ec_init()