/openbmc/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | icp_qat_fw.h | 76 __u8 hdr_flags; member 102 __u8 hdr_flags; member 137 ICP_QAT_FW_COMN_VALID_FLAG_GET(hdr_t.hdr_flags) 140 QAT_FIELD_GET(hdr_flags, \ 145 QAT_FIELD_SET((hdr_t.hdr_flags), (val), \ 150 QAT_FIELD_GET(hdr_flags, \ 155 QAT_FIELD_SET((hdr_t.hdr_flags), (val), \ 162 #define ICP_QAT_FW_COMN_VALID_FLAG_GET(hdr_flags) \ argument 163 QAT_FIELD_GET(hdr_flags, \ 168 (hdr_flags & ICP_QAT_FW_COMN_HDR_RESRVD_FLD_MASK) [all …]
|
H A D | icp_qat_fw_pke.h | 24 __u8 hdr_flags; member 44 __u8 hdr_flags; member 65 QAT_FIELD_SET((hdr_t.hdr_flags), (val), \
|
H A D | adf_gen2_dc.c | 16 header->hdr_flags = in qat_comp_build_deflate_ctx()
|
H A D | adf_gen4_dc.c | 22 header->hdr_flags = in qat_comp_build_deflate()
|
H A D | qat_comp_req.h | 118 u8 flags = qat_resp->comn_resp.hdr_flags; in qat_comp_get_cmp_cnv_flag()
|
H A D | qat_algs.c | 220 header->hdr_flags = in qat_alg_init_common_hdr()
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cudbg_lib_common.h | 26 u32 hdr_flags; member 39 int hdr_flags; member
|
H A D | cxgb4_cudbg.c | 133 entity_hdr->hdr_flags = ret; in cxgb4_cudbg_collect_entity()
|
/openbmc/linux/include/net/ |
H A D | ip_vs.h | 49 int hdr_flags; /* ipvs flags */ member 72 int hdr_flags, struct ip_vs_iphdr *iphdr) in ip_vs_fill_iph_skb_off() argument 74 iphdr->hdr_flags = hdr_flags; in ip_vs_fill_iph_skb_off() 118 int hdr_flags = IP_VS_HDR_ICMP; in ip_vs_fill_iph_skb_icmp() local 121 hdr_flags |= IP_VS_HDR_INVERSE; in ip_vs_fill_iph_skb_icmp() 123 return ip_vs_fill_iph_skb_off(af, skb, offset, hdr_flags, iphdr); in ip_vs_fill_iph_skb_icmp() 130 int hdr_flags = 0; in ip_vs_fill_iph_skb() local 133 hdr_flags |= IP_VS_HDR_INVERSE; in ip_vs_fill_iph_skb() 136 hdr_flags, iphdr); in ip_vs_fill_iph_skb() 142 return !!(iph->hdr_flags & IP_VS_HDR_INVERSE); in ip_vs_iph_inverse() [all …]
|
/openbmc/linux/drivers/media/test-drivers/vicodec/ |
H A D | codec-fwht.c | 910 bool fwht_decode_frame(struct fwht_cframe *cf, u32 hdr_flags, in fwht_decode_frame() argument 924 hdr_flags & V4L2_FWHT_FL_LUMA_IS_UNCOMPRESSED, in fwht_decode_frame() 932 if (!(hdr_flags & V4L2_FWHT_FL_CHROMA_FULL_HEIGHT)) in fwht_decode_frame() 934 if (!(hdr_flags & V4L2_FWHT_FL_CHROMA_FULL_WIDTH)) in fwht_decode_frame() 940 hdr_flags & V4L2_FWHT_FL_CB_IS_UNCOMPRESSED, in fwht_decode_frame() 946 hdr_flags & V4L2_FWHT_FL_CR_IS_UNCOMPRESSED, in fwht_decode_frame() 955 hdr_flags & V4L2_FWHT_FL_ALPHA_IS_UNCOMPRESSED, in fwht_decode_frame()
|
H A D | codec-fwht.h | 112 bool fwht_decode_frame(struct fwht_cframe *cf, u32 hdr_flags,
|
/openbmc/linux/fs/smb/client/ |
H A D | dfs_cache.c | 41 int hdr_flags; /* RESP_GET_DFS_REFERRAL.ReferralHeaderFlags */ member 174 ce->ttl, ce->etime.tv_nsec, ce->hdr_flags, ce->ref_flags, in dfscache_proc_show() 175 DFS_INTERLINK(ce->hdr_flags) ? "yes" : "no", in dfscache_proc_show() 243 ce->hdr_flags, ce->ref_flags, in dump_ce() 244 DFS_INTERLINK(ce->hdr_flags) ? "yes" : "no", in dump_ce() 391 ce->hdr_flags = refs[0].flags; in copy_ref_data() 779 ref->flags = ce->hdr_flags; in setup_referral()
|
/openbmc/linux/drivers/net/wireless/intersil/p54/ |
H A D | txrx.c | 787 u16 hdr_flags = 0, aid = 0; in p54_tx_80211() local 796 &hdr_flags, &aid, &burst_allowed); in p54_tx_80211() 824 hdr_flags |= P54_HDR_FLAG_DATA_ALIGN; in p54_tx_80211() 897 hdr_flags |= P54_HDR_FLAG_DATA_OUT_BURST; in p54_tx_80211() 900 hdr->flags = cpu_to_le16(hdr_flags); in p54_tx_80211()
|
H A D | fwio.c | 186 static struct sk_buff *p54_alloc_skb(struct p54_common *priv, u16 hdr_flags, in p54_alloc_skb() argument 205 hdr->flags = cpu_to_le16(hdr_flags); in p54_alloc_skb()
|
/openbmc/linux/include/linux/qed/ |
H A D | iscsi_common.h | 225 u8 hdr_flags; member 599 u8 hdr_flags; member 619 u8 hdr_flags; member 641 u8 hdr_flags; member
|
/openbmc/linux/drivers/cxl/core/ |
H A D | trace.h | 194 __field(u32, hdr_flags) \ 208 __entry->hdr_flags = get_unaligned_le24((hdr).flags); \ 221 show_hdr_flags(__entry->hdr_flags), __entry->hdr_handle, \
|
/openbmc/linux/arch/s390/kernel/ |
H A D | sthyi.c | 30 enum hdr_flags { enum
|
/openbmc/linux/net/netfilter/ipvs/ |
H A D | ip_vs_core.c | 489 iph->hdr_flags ^= IP_VS_HDR_INVERSE; in ip_vs_schedule() 493 iph->hdr_flags ^= IP_VS_HDR_INVERSE; in ip_vs_schedule() 601 !(iph->hdr_flags & (IP_VS_HDR_INVERSE | IP_VS_HDR_ICMP)) && in ip_vs_leave()
|
/openbmc/linux/drivers/scsi/qedi/ |
H A D | qedi_fw.c | 207 resp_hdr_ptr->flags = cqe_tmp_response->hdr_flags; in qedi_process_tmf_resp() 562 hdr->flags = cqe_reject->hdr_flags; in qedi_process_reject_mesg()
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_hsi.h | 7209 u8 hdr_flags; member
|