| /linux/drivers/crypto/intel/qat/qat_common/ |
| 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), \
|
| /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()
|
| /linux/include/net/ |
| H A D | ip_vs.h | 75 int hdr_flags; /* ipvs flags */ member 98 int hdr_flags, struct ip_vs_iphdr *iphdr) in ip_vs_fill_iph_skb_off() argument 100 iphdr->hdr_flags = hdr_flags; in ip_vs_fill_iph_skb_off() 144 int hdr_flags = IP_VS_HDR_ICMP; in ip_vs_fill_iph_skb_icmp() local 147 hdr_flags |= IP_VS_HDR_INVERSE; in ip_vs_fill_iph_skb_icmp() 149 return ip_vs_fill_iph_skb_off(af, skb, offset, hdr_flags, iphdr); in ip_vs_fill_iph_skb_icmp() 156 int hdr_flags = 0; in ip_vs_fill_iph_skb() local 159 hdr_flags |= IP_VS_HDR_INVERSE; in ip_vs_fill_iph_skb() 162 hdr_flags, iphdr); in ip_vs_fill_iph_skb() 168 return !!(iph->hdr_flags & IP_VS_HDR_INVERSE); in ip_vs_iph_inverse() [all …]
|
| /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,
|
| /linux/drivers/net/wireless/intersil/p54/ |
| H A D | txrx.c | 800 u16 hdr_flags = 0, aid = 0; in p54_tx_80211() local 809 &hdr_flags, &aid, &burst_allowed); in p54_tx_80211() 837 hdr_flags |= P54_HDR_FLAG_DATA_ALIGN; in p54_tx_80211() 910 hdr_flags |= P54_HDR_FLAG_DATA_OUT_BURST; in p54_tx_80211() 913 hdr->flags = cpu_to_le16(hdr_flags); in p54_tx_80211()
|
| H A D | fwio.c | 184 static struct sk_buff *p54_alloc_skb(struct p54_common *priv, u16 hdr_flags, in p54_alloc_skb() argument 203 hdr->flags = cpu_to_le16(hdr_flags); in p54_alloc_skb()
|
| /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
|
| /linux/drivers/cxl/ |
| H A D | pci.c | 1029 u32 hdr_flags; in cxl_handle_cper_event() local 1050 hdr_flags = get_unaligned_le24(rec->event.generic.hdr.flags); in cxl_handle_cper_event() 1051 log_type = FIELD_GET(CXL_EVENT_HDR_FLAGS_REC_SEVERITY, hdr_flags); in cxl_handle_cper_event()
|
| /linux/drivers/cxl/core/ |
| H A D | trace.h | 256 __field(u32, hdr_flags) \ 272 __entry->hdr_flags = get_unaligned_le24((hdr).flags); \ 289 show_hdr_flags(__entry->hdr_flags), __entry->hdr_handle, \
|
| /linux/net/netfilter/ipvs/ |
| H A D | ip_vs_core.c | 666 iph->hdr_flags ^= IP_VS_HDR_INVERSE; in ip_vs_schedule() 670 iph->hdr_flags ^= IP_VS_HDR_INVERSE; in ip_vs_schedule() 778 !(iph->hdr_flags & (IP_VS_HDR_INVERSE | IP_VS_HDR_ICMP)) && in ip_vs_leave()
|
| /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()
|