Home
last modified time | relevance | path

Searched refs:decoded (Results 1 – 12 of 12) sorted by relevance

/drivers/md/dm-vdo/
A Dnumeric.h18 static inline void decode_s64_le(const u8 *buffer, size_t *offset, s64 *decoded) in decode_s64_le() argument
20 *decoded = get_unaligned_le64(buffer + *offset); in decode_s64_le()
30 static inline void decode_u64_le(const u8 *buffer, size_t *offset, u64 *decoded) in decode_u64_le() argument
32 *decoded = get_unaligned_le64(buffer + *offset); in decode_u64_le()
42 static inline void decode_s32_le(const u8 *buffer, size_t *offset, s32 *decoded) in decode_s32_le() argument
44 *decoded = get_unaligned_le32(buffer + *offset); in decode_s32_le()
54 static inline void decode_u32_le(const u8 *buffer, size_t *offset, u32 *decoded) in decode_u32_le() argument
56 *decoded = get_unaligned_le32(buffer + *offset); in decode_u32_le()
66 static inline void decode_u16_le(const u8 *buffer, size_t *offset, u16 *decoded) in decode_u16_le() argument
68 *decoded = get_unaligned_le16(buffer + *offset); in decode_u16_le()
/drivers/net/ethernet/intel/ice/
A Dice_txrx_lib.c71 struct libeth_rx_pt decoded; in ice_rx_hash_to_skb() local
74 decoded = libie_rx_pt_parse(rx_ptype); in ice_rx_hash_to_skb()
75 if (!libeth_rx_pt_has_hash(rx_ring->netdev, decoded)) in ice_rx_hash_to_skb()
80 libeth_rx_pt_set_hash(skb, hash, decoded); in ice_rx_hash_to_skb()
113 struct libeth_rx_pt decoded; in ice_rx_csum() local
120 decoded = libie_rx_pt_parse(ptype); in ice_rx_csum()
121 if (!libeth_rx_pt_has_checksum(ring->netdev, decoded)) in ice_rx_csum()
129 (decoded.inner_prot == LIBETH_RX_PT_INNER_TCP || in ice_rx_csum()
130 decoded.inner_prot == LIBETH_RX_PT_INNER_UDP || in ice_rx_csum()
131 decoded.inner_prot == LIBETH_RX_PT_INNER_ICMP)) { in ice_rx_csum()
[all …]
/drivers/net/ethernet/intel/idpf/
A Didpf_singleq_txrx.c600 struct libeth_rx_pt decoded) in idpf_rx_singleq_csum() argument
605 if (!libeth_rx_pt_has_checksum(rxq->netdev, decoded)) in idpf_rx_singleq_csum()
740 struct libeth_rx_pt decoded) in idpf_rx_singleq_base_hash() argument
744 if (!libeth_rx_pt_has_hash(rx_q->netdev, decoded)) in idpf_rx_singleq_base_hash()
753 libeth_rx_pt_set_hash(skb, hash, decoded); in idpf_rx_singleq_base_hash()
770 struct libeth_rx_pt decoded) in idpf_rx_singleq_flex_hash() argument
772 if (!libeth_rx_pt_has_hash(rx_q->netdev, decoded)) in idpf_rx_singleq_flex_hash()
779 libeth_rx_pt_set_hash(skb, hash, decoded); in idpf_rx_singleq_flex_hash()
809 idpf_rx_singleq_base_hash(rx_q, skb, rx_desc, decoded); in idpf_rx_singleq_process_skb_fields()
812 idpf_rx_singleq_flex_hash(rx_q, skb, rx_desc, decoded); in idpf_rx_singleq_process_skb_fields()
[all …]
A Didpf_txrx.c2988 struct libeth_rx_pt decoded) in idpf_rx_hash() argument
2992 if (!libeth_rx_pt_has_hash(rxq->netdev, decoded)) in idpf_rx_hash()
2999 libeth_rx_pt_set_hash(skb, hash, decoded); in idpf_rx_hash()
3013 struct libeth_rx_pt decoded) in idpf_rx_csum() argument
3104 struct libeth_rx_pt decoded) in idpf_rx_rsc() argument
3110 if (unlikely(libeth_rx_pt_get_ip_ver(decoded) == in idpf_rx_rsc()
3204 struct libeth_rx_pt decoded; in idpf_rx_process_skb_fields() local
3209 decoded = rxq->rx_ptype_lkup[rx_ptype]; in idpf_rx_process_skb_fields()
3212 idpf_rx_hash(rxq, skb, rx_desc, decoded); in idpf_rx_process_skb_fields()
3222 return idpf_rx_rsc(rxq, skb, rx_desc, decoded); in idpf_rx_process_skb_fields()
[all …]
/drivers/soc/qcom/
A Dqcom_pd_mapper.c152 const void *decoded) in qcom_pdm_get_domain_list() argument
155 const struct servreg_get_domain_list_req *req = decoded; in qcom_pdm_get_domain_list()
218 const void *decoded) in qcom_pdm_pfr() argument
220 const struct servreg_loc_pfr_req *req = decoded; in qcom_pdm_pfr()
/drivers/net/ipa/
A Dipa_qmi.c178 const void *decoded) in ipa_server_indication_register() argument
207 const void *decoded) in ipa_server_driver_init_complete() argument
254 struct qmi_txn *txn, const void *decoded) in ipa_client_init_driver() argument
/drivers/net/ethernet/intel/i40e/
A Di40e_txrx.c1748 struct libeth_rx_pt decoded; in i40e_rx_checksum() local
1759 decoded = libie_rx_pt_parse(ptype); in i40e_rx_checksum()
1760 if (!libeth_rx_pt_has_checksum(vsi->netdev, decoded)) in i40e_rx_checksum()
1770 ipv4 = libeth_rx_pt_get_ip_ver(decoded) == LIBETH_RX_PT_OUTER_IPV4; in i40e_rx_checksum()
1771 ipv6 = libeth_rx_pt_get_ip_ver(decoded) == LIBETH_RX_PT_OUTER_IPV6; in i40e_rx_checksum()
1799 if (decoded.tunnel_type >= LIBETH_RX_PT_TUNNEL_IP_GRENAT) in i40e_rx_checksum()
1821 struct libeth_rx_pt decoded; in i40e_rx_hash() local
1827 decoded = libie_rx_pt_parse(rx_ptype); in i40e_rx_hash()
1828 if (!libeth_rx_pt_has_hash(ring->netdev, decoded)) in i40e_rx_hash()
1833 libeth_rx_pt_set_hash(skb, hash, decoded); in i40e_rx_hash()
/drivers/md/dm-vdo/indexer/
A Dvolume-index.c871 u8 decoded[sizeof(u64)]; in start_restoring_volume_sub_index() local
873 result = uds_read_from_buffered_reader(readers[i], decoded, in start_restoring_volume_sub_index()
881 get_unaligned_le64(decoded); in start_restoring_volume_sub_index()
/drivers/media/rc/
A DKconfig77 if the IR is decoded in software
85 if the IR is decoded in software
139 if the IR is decoded in software
/drivers/net/wireless/ath/ath11k/
A Dqmi.c3080 const void *decoded) in ath11k_qmi_msg_mem_ready_cb() argument
3092 const void *decoded) in ath11k_qmi_msg_fw_ready_cb() argument
3110 const void *decoded) in ath11k_qmi_msg_cold_boot_cal_done_cb() argument
3124 const void *decoded) in ath11k_qmi_msg_fw_init_done_cb() argument
/drivers/pci/
A DKconfig311 hard-decoded addresses as they did on ISA. When multiple PCI devices
/drivers/net/wireless/ath/ath12k/
A Dqmi.c3675 const void *decoded) in ath12k_qmi_msg_mem_ready_cb() argument
3687 const void *decoded) in ath12k_qmi_msg_fw_ready_cb() argument

Completed in 40 milliseconds