Searched refs:desc_hdr (Results 1 – 6 of 6) sorted by relevance
/drivers/crypto/ |
D | talitos.h | 12 #define DESC_TYPE(desc_hdr) ((be32_to_cpu(desc_hdr) >> 3) & 0x1f) argument 13 #define PRIMARY_EU(desc_hdr) ((be32_to_cpu(desc_hdr) >> 28) & 0xf) argument 14 #define SECONDARY_EU(desc_hdr) ((be32_to_cpu(desc_hdr) >> 16) & 0xf) argument
|
D | talitos.c | 505 static void report_eu_error(struct device *dev, int ch, __be32 desc_hdr) in report_eu_error() argument 510 if (!desc_hdr) in report_eu_error() 511 desc_hdr = cpu_to_be32(in_be32(priv->chan[ch].reg + TALITOS_DESCBUF)); in report_eu_error() 513 switch (desc_hdr & DESC_HDR_SEL0_MASK) { in report_eu_error() 557 switch (desc_hdr & DESC_HDR_SEL1_MASK) { in report_eu_error()
|
/drivers/net/usb/ |
D | aqc111.c | 1080 u64 desc_hdr = 0; in aqc111_rx_fixup() local 1088 if (skb_len < sizeof(desc_hdr)) in aqc111_rx_fixup() 1092 skb_trim(skb, skb_len - sizeof(desc_hdr)); in aqc111_rx_fixup() 1093 desc_hdr = le64_to_cpup((u64 *)skb_tail_pointer(skb)); in aqc111_rx_fixup() 1096 desc_offset = (desc_hdr & AQ_RX_DH_DESC_OFFSET_MASK) >> in aqc111_rx_fixup() 1098 pkt_count = desc_hdr & AQ_RX_DH_PKT_CNT_MASK; in aqc111_rx_fixup() 1099 start_of_descs = skb_len - ((pkt_count + 1) * sizeof(desc_hdr)); in aqc111_rx_fixup()
|
/drivers/net/wireless/ath/ath11k/ |
D | hal_desc.h | 1911 struct hal_desc_header desc_hdr; member 1919 struct hal_desc_header desc_hdr; member 1982 struct hal_desc_header desc_hdr; member
|
D | hal_rx.c | 707 ath11k_hal_reo_set_desc_hdr(&qdesc->desc_hdr, HAL_DESC_REO_OWNED, in ath11k_hal_reo_qdesc_setup() 767 ath11k_hal_reo_set_desc_hdr(&ext_desc->desc_hdr, HAL_DESC_REO_OWNED, in ath11k_hal_reo_qdesc_setup() 772 ath11k_hal_reo_set_desc_hdr(&ext_desc->desc_hdr, HAL_DESC_REO_OWNED, in ath11k_hal_reo_qdesc_setup() 777 ath11k_hal_reo_set_desc_hdr(&ext_desc->desc_hdr, HAL_DESC_REO_OWNED, in ath11k_hal_reo_qdesc_setup()
|
/drivers/net/wireless/ath/ath10k/ |
D | htt_tx.c | 563 struct htt_data_tx_desc *desc_hdr = NULL; in ath10k_htt_htc_tx_complete() local 572 desc_hdr = (struct htt_data_tx_desc *) in ath10k_htt_htc_tx_complete() 574 flags1 = __le16_to_cpu(desc_hdr->flags1); in ath10k_htt_htc_tx_complete() 587 __le16_to_cpu(desc_hdr->id), flags1); in ath10k_htt_htc_tx_complete() 593 tx_done.msdu_id = __le16_to_cpu(desc_hdr->id); in ath10k_htt_htc_tx_complete()
|