Home
last modified time | relevance | path

Searched refs:hdr_flags (Results 1 - 25 of 35) sorted by relevance

12

/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/
H A Dicp_qat_fw.h76 __u8 hdr_flags; member
102 __u8 hdr_flags; member
137 ICP_QAT_FW_COMN_VALID_FLAG_GET(hdr_t.hdr_flags)
139 #define ICP_QAT_FW_COMN_HDR_CNVNR_FLAG_GET(hdr_flags) \
140 QAT_FIELD_GET(hdr_flags, \
145 QAT_FIELD_SET((hdr_t.hdr_flags), (val), \
149 #define ICP_QAT_FW_COMN_HDR_CNV_FLAG_GET(hdr_flags) \
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) \
[all...]
H A Dicp_qat_fw_pke.h24 __u8 hdr_flags; member
44 __u8 hdr_flags; member
65 QAT_FIELD_SET((hdr_t.hdr_flags), (val), \
H A Dadf_gen2_dc.c16 header->hdr_flags = in qat_comp_build_deflate_ctx()
H A Dadf_gen4_dc.c22 header->hdr_flags = in qat_comp_build_deflate()
H A Dqat_comp_req.h118 u8 flags = qat_resp->comn_resp.hdr_flags; in qat_comp_get_cmp_cnv_flag()
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/
H A Dicp_qat_fw.h76 __u8 hdr_flags; member
102 __u8 hdr_flags; member
133 ICP_QAT_FW_COMN_VALID_FLAG_GET(hdr_t.hdr_flags)
138 #define ICP_QAT_FW_COMN_VALID_FLAG_GET(hdr_flags) \
139 QAT_FIELD_GET(hdr_flags, \
143 #define ICP_QAT_FW_COMN_HDR_RESRVD_FLD_GET(hdr_flags) \
144 (hdr_flags & ICP_QAT_FW_COMN_HDR_RESRVD_FLD_MASK)
147 QAT_FIELD_SET((hdr_t.hdr_flags), (val), \
H A Dicp_qat_fw_pke.h24 __u8 hdr_flags; member
44 __u8 hdr_flags; member
65 QAT_FIELD_SET((hdr_t.hdr_flags), (val), \
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dcudbg_lib_common.h26 u32 hdr_flags; member
39 int hdr_flags; member
H A Dcxgb4_cudbg.c133 entity_hdr->hdr_flags = ret; in cxgb4_cudbg_collect_entity()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A Dcudbg_lib_common.h26 u32 hdr_flags; member
39 int hdr_flags; member
H A Dcxgb4_cudbg.c133 entity_hdr->hdr_flags = ret; in cxgb4_cudbg_collect_entity()
/kernel/linux/linux-5.10/include/net/
H A Dip_vs.h46 int hdr_flags; /* ipvs flags */ member
69 int hdr_flags, struct ip_vs_iphdr *iphdr) in ip_vs_fill_iph_skb_off()
71 iphdr->hdr_flags = hdr_flags; in ip_vs_fill_iph_skb_off()
115 int hdr_flags = IP_VS_HDR_ICMP; in ip_vs_fill_iph_skb_icmp() local
118 hdr_flags |= IP_VS_HDR_INVERSE; in ip_vs_fill_iph_skb_icmp()
120 return ip_vs_fill_iph_skb_off(af, skb, offset, hdr_flags, iphdr); in ip_vs_fill_iph_skb_icmp()
127 int hdr_flags = 0; in ip_vs_fill_iph_skb() local
130 hdr_flags |= IP_VS_HDR_INVERSE; in ip_vs_fill_iph_skb()
133 hdr_flags, iphd in ip_vs_fill_iph_skb()
68 ip_vs_fill_iph_skb_off(int af, const struct sk_buff *skb, int offset, int hdr_flags, struct ip_vs_iphdr *iphdr) ip_vs_fill_iph_skb_off() argument
[all...]
/kernel/linux/linux-5.10/drivers/media/test-drivers/vicodec/
H A Dcodec-fwht.c909 bool fwht_decode_frame(struct fwht_cframe *cf, u32 hdr_flags, in fwht_decode_frame() argument
923 hdr_flags & FWHT_FL_LUMA_IS_UNCOMPRESSED, in fwht_decode_frame()
931 if (!(hdr_flags & FWHT_FL_CHROMA_FULL_HEIGHT)) in fwht_decode_frame()
933 if (!(hdr_flags & FWHT_FL_CHROMA_FULL_WIDTH)) in fwht_decode_frame()
939 hdr_flags & FWHT_FL_CB_IS_UNCOMPRESSED, in fwht_decode_frame()
945 hdr_flags & FWHT_FL_CR_IS_UNCOMPRESSED, in fwht_decode_frame()
954 hdr_flags & FWHT_FL_ALPHA_IS_UNCOMPRESSED, in fwht_decode_frame()
H A Dcodec-fwht.h144 bool fwht_decode_frame(struct fwht_cframe *cf, u32 hdr_flags,
/kernel/linux/linux-6.6/drivers/media/test-drivers/vicodec/
H A Dcodec-fwht.c910 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 Dcodec-fwht.h112 bool fwht_decode_frame(struct fwht_cframe *cf, u32 hdr_flags,
/kernel/linux/linux-6.6/include/net/
H A Dip_vs.h49 int hdr_flags; /* ipvs flags */ member
72 int hdr_flags, struct ip_vs_iphdr *iphdr) in ip_vs_fill_iph_skb_off()
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, iphd in ip_vs_fill_iph_skb()
71 ip_vs_fill_iph_skb_off(int af, const struct sk_buff *skb, int offset, int hdr_flags, struct ip_vs_iphdr *iphdr) ip_vs_fill_iph_skb_off() argument
[all...]
/kernel/linux/linux-6.6/fs/smb/client/
H A Ddfs_cache.c41 int hdr_flags; /* RESP_GET_DFS_REFERRAL.ReferralHeaderFlags */ member
172 "cache entry: path=%s,type=%s,ttl=%d,etime=%ld,hdr_flags=0x%x,ref_flags=0x%x,interlink=%s,path_consumed=%d,expired=%s\n", in dfscache_proc_show()
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()
239 cifs_dbg(FYI, "cache entry: path=%s,type=%s,ttl=%d,etime=%ld,hdr_flags=0x%x,ref_flags=0x%x,interlink=%s,path_consumed=%d,expired=%s\n", in dump_ce()
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()
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/p54/
H A Dtxrx.c791 u16 hdr_flags = 0, aid = 0; in p54_tx_80211() local
800 &hdr_flags, &aid, &burst_allowed); in p54_tx_80211()
828 hdr_flags |= P54_HDR_FLAG_DATA_ALIGN; in p54_tx_80211()
901 hdr_flags |= P54_HDR_FLAG_DATA_OUT_BURST; in p54_tx_80211()
904 hdr->flags = cpu_to_le16(hdr_flags); in p54_tx_80211()
H A Dfwio.c188 static struct sk_buff *p54_alloc_skb(struct p54_common *priv, u16 hdr_flags, in p54_alloc_skb() argument
207 hdr->flags = cpu_to_le16(hdr_flags); in p54_alloc_skb()
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/p54/
H A Dtxrx.c787 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 Dfwio.c186 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()
/kernel/linux/linux-6.6/drivers/cxl/core/
H A Dtrace.h194 __field(u32, hdr_flags) \
208 __entry->hdr_flags = get_unaligned_le24((hdr).flags); \
221 show_hdr_flags(__entry->hdr_flags), __entry->hdr_handle, \
/kernel/linux/linux-5.10/include/linux/qed/
H A Discsi_common.h225 u8 hdr_flags; member
599 u8 hdr_flags; member
619 u8 hdr_flags; member
641 u8 hdr_flags; member
/kernel/linux/linux-6.6/include/linux/qed/
H A Discsi_common.h225 u8 hdr_flags; member
599 u8 hdr_flags; member
619 u8 hdr_flags; member
641 u8 hdr_flags; member

Completed in 31 milliseconds

12