Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/prestera/
H A 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], \
/openbmc/linux/lib/crypto/mpi/
H A Dec.c597 int match_p = !mpi_cmp(ctx->p, p_candidate); in mpi_ec_init() local
601 if (!match_p) in mpi_ec_init()