Lines Matching refs:prefix
21 /* Get the value of a field in the RX prefix */
34 bool ef100_rx_buf_hash_valid(const u8 *prefix)
36 return PREFIX_FIELD(prefix, RSS_HASH_VALID);
39 static bool ef100_has_fcs_error(struct efx_channel *channel, u32 *prefix)
44 rxclass = le16_to_cpu((__force __le16)PREFIX_FIELD(prefix, CLASS));
66 u32 *prefix;
68 prefix = (u32 *)(eh - ESE_GZ_RX_PKT_PREFIX_LEN);
71 u32 mark = PREFIX_FIELD(prefix, USER_MARK);
77 if (ef100_has_fcs_error(channel, prefix) &&
81 rx_buf->len = le16_to_cpu((__force __le16)PREFIX_FIELD(prefix, LENGTH));
90 ing_port = le16_to_cpu((__force __le16) PREFIX_FIELD(prefix, INGRESS_MPORT));
122 if (PREFIX_FIELD(prefix, NT_OR_INNER_L3_CLASS) == 1) {
125 u16 sum = be16_to_cpu((__force __be16)PREFIX_FIELD(prefix, CSUM_FRAME));