Searched refs:hdr_flags (Results 1 – 14 of 14) sorted by relevance
| /drivers/crypto/intel/qat/qat_common/ |
| 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 …]
|
| 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), \
|
| A D | adf_dc.c | 16 header->hdr_flags = in qat_comp_build_ctx()
|
| A D | qat_comp_req.h | 108 u8 flags = qat_resp->comn_resp.hdr_flags; in qat_comp_get_cmp_cnv_flag()
|
| A D | qat_algs.c | 220 header->hdr_flags = in qat_alg_init_common_hdr()
|
| /drivers/net/ethernet/chelsio/cxgb4/ |
| A D | cudbg_lib_common.h | 26 u32 hdr_flags; member 39 int hdr_flags; member
|
| A D | cxgb4_cudbg.c | 133 entity_hdr->hdr_flags = ret; in cxgb4_cudbg_collect_entity()
|
| /drivers/media/test-drivers/vicodec/ |
| 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()
|
| A D | codec-fwht.h | 112 bool fwht_decode_frame(struct fwht_cframe *cf, u32 hdr_flags,
|
| /drivers/net/wireless/intersil/p54/ |
| A D | txrx.c | 792 u16 hdr_flags = 0, aid = 0; in p54_tx_80211() local 801 &hdr_flags, &aid, &burst_allowed); in p54_tx_80211() 829 hdr_flags |= P54_HDR_FLAG_DATA_ALIGN; in p54_tx_80211() 902 hdr_flags |= P54_HDR_FLAG_DATA_OUT_BURST; in p54_tx_80211() 905 hdr->flags = cpu_to_le16(hdr_flags); in p54_tx_80211()
|
| 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()
|
| /drivers/cxl/ |
| 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()
|
| /drivers/cxl/core/ |
| 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, \
|
| /drivers/scsi/qedi/ |
| 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()
|
Completed in 28 milliseconds