hdr_flags
header->hdr_flags =
__u8 hdr_flags;
ICP_QAT_FW_COMN_VALID_FLAG_GET(hdr_t.hdr_flags)
#define ICP_QAT_FW_COMN_HDR_CNVNR_FLAG_GET(hdr_flags) \
QAT_FIELD_GET(hdr_flags, \
QAT_FIELD_SET((hdr_t.hdr_flags), (val), \
#define ICP_QAT_FW_COMN_HDR_CNV_FLAG_GET(hdr_flags) \
QAT_FIELD_GET(hdr_flags, \
QAT_FIELD_SET((hdr_t.hdr_flags), (val), \
#define ICP_QAT_FW_COMN_VALID_FLAG_GET(hdr_flags) \
QAT_FIELD_GET(hdr_flags, \
#define ICP_QAT_FW_COMN_HDR_RESRVD_FLD_GET(hdr_flags) \
(hdr_flags & ICP_QAT_FW_COMN_HDR_RESRVD_FLD_MASK)
QAT_FIELD_SET((hdr_t.hdr_flags), (val), \
__u8 hdr_flags;
__u8 hdr_flags;
__u8 hdr_flags;
QAT_FIELD_SET((hdr_t.hdr_flags), (val), \
header->hdr_flags =
u8 flags = qat_resp->comn_resp.hdr_flags;
__field(u32, hdr_flags) \
__entry->hdr_flags = get_unaligned_le24((hdr).flags); \
show_hdr_flags(__entry->hdr_flags), __entry->hdr_handle, \
u32 hdr_flags;
hdr_flags = get_unaligned_le24(rec->event.generic.hdr.flags);
log_type = FIELD_GET(CXL_EVENT_HDR_FLAGS_REC_SEVERITY, hdr_flags);
bool fwht_decode_frame(struct fwht_cframe *cf, u32 hdr_flags,
hdr_flags & V4L2_FWHT_FL_LUMA_IS_UNCOMPRESSED,
if (!(hdr_flags & V4L2_FWHT_FL_CHROMA_FULL_HEIGHT))
if (!(hdr_flags & V4L2_FWHT_FL_CHROMA_FULL_WIDTH))
hdr_flags & V4L2_FWHT_FL_CB_IS_UNCOMPRESSED,
hdr_flags & V4L2_FWHT_FL_CR_IS_UNCOMPRESSED,
hdr_flags & V4L2_FWHT_FL_ALPHA_IS_UNCOMPRESSED,
bool fwht_decode_frame(struct fwht_cframe *cf, u32 hdr_flags,
u32 hdr_flags;
int hdr_flags;
entity_hdr->hdr_flags = ret;
static struct sk_buff *p54_alloc_skb(struct p54_common *priv, u16 hdr_flags,
hdr->flags = cpu_to_le16(hdr_flags);
u16 hdr_flags = 0, aid = 0;
&hdr_flags, &aid, &burst_allowed);
hdr_flags |= P54_HDR_FLAG_DATA_ALIGN;
hdr_flags |= P54_HDR_FLAG_DATA_OUT_BURST;
hdr->flags = cpu_to_le16(hdr_flags);
resp_hdr_ptr->flags = cqe_tmp_response->hdr_flags;
hdr->flags = cqe_reject->hdr_flags;
ce->ttl, ce->etime.tv_nsec, ce->hdr_flags, ce->ref_flags,
str_yes_no(DFS_INTERLINK(ce->hdr_flags)),
ce->hdr_flags, ce->ref_flags,
str_yes_no(DFS_INTERLINK(ce->hdr_flags)),
ce->hdr_flags = refs[0].flags;
int hdr_flags; /* RESP_GET_DFS_REFERRAL.ReferralHeaderFlags */
ref->flags = ce->hdr_flags;
u8 hdr_flags;
u8 hdr_flags;
u8 hdr_flags;
u8 hdr_flags;
u8 hdr_flags;
int hdr_flags = IP_VS_HDR_ICMP;
hdr_flags |= IP_VS_HDR_INVERSE;
return ip_vs_fill_iph_skb_off(af, skb, offset, hdr_flags, iphdr);
int hdr_flags = 0;
hdr_flags |= IP_VS_HDR_INVERSE;
hdr_flags, iphdr);
return !!(iph->hdr_flags & IP_VS_HDR_INVERSE);
return !!(iph->hdr_flags & IP_VS_HDR_ICMP);
int hdr_flags; /* ipvs flags */
int hdr_flags, struct ip_vs_iphdr *iphdr)
iphdr->hdr_flags = hdr_flags;
iph->hdr_flags ^= IP_VS_HDR_INVERSE;
iph->hdr_flags ^= IP_VS_HDR_INVERSE;
!(iph->hdr_flags & (IP_VS_HDR_INVERSE | IP_VS_HDR_ICMP)) &&