Searched refs:mrev (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/net/sched/ |
H A D | em_ipt.c | 30 int (*validate_match_data)(struct nlattr **tb, u8 mrev); 60 static int policy_validate_match_data(struct nlattr **tb, u8 mrev) in policy_validate_match_data() argument 62 if (mrev != 0) { in policy_validate_match_data() 75 static int addrtype_validate_match_data(struct nlattr **tb, u8 mrev) in addrtype_validate_match_data() argument 77 if (mrev != 1) { in addrtype_validate_match_data() 101 u8 nfproto, mrev = 0; in get_xt_match() local 116 mrev = nla_get_u8(tb[TCA_EM_IPT_MATCH_REVISION]); in get_xt_match() 118 ret = m->validate_match_data(tb, mrev); in get_xt_match() 123 return xt_request_find_match(nfproto, m->match_name, mrev); in get_xt_match()
|
/openbmc/u-boot/include/ |
H A D | ddr_spd.h | 280 unsigned char mrev[2]; /* 146-147 Module Revision Code */ member 490 uint8_t mrev; /* 349 Module Revision Code */ member
|
/openbmc/u-boot/drivers/ddr/fsl/ |
H A D | interactive.c | 1405 PRINT_NNXXS(146, 147, spd->mrev[0], spd->mrev[1], in ddr3_spd_dump() 1672 PRINT_NXS(349, spd->mrev, "Module Revision code"); in ddr4_spd_dump()
|