| /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) 139 #define ICP_QAT_FW_COMN_HDR_CNVNR_FLAG_GET(hdr_flags) \ argument 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) \ argument 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 [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), \
|
| /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 | 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 …]
|
| /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/fs/smb/client/ |
| H A D | dfs_cache.c | 41 int hdr_flags; /* RESP_GET_DFS_REFERRAL.ReferralHeaderFlags */ member 175 ce->ttl, ce->etime.tv_nsec, ce->hdr_flags, ce->ref_flags, in dfscache_proc_show() 176 str_yes_no(DFS_INTERLINK(ce->hdr_flags)), in dfscache_proc_show() 244 ce->hdr_flags, ce->ref_flags, in dump_ce() 245 str_yes_no(DFS_INTERLINK(ce->hdr_flags)), in dump_ce() 392 ce->hdr_flags = refs[0].flags; in copy_ref_data() 777 ref->flags = ce->hdr_flags; in setup_referral()
|
| /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 | 1143 u32 hdr_flags; in cxl_handle_cper_event() local 1164 hdr_flags = get_unaligned_le24(rec->event.generic.hdr.flags); in cxl_handle_cper_event() 1165 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 | 248 __field(u32, hdr_flags) \ 264 __entry->hdr_flags = get_unaligned_le24((hdr).flags); \ 281 show_hdr_flags(__entry->hdr_flags), __entry->hdr_handle, \
|
| /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()
|