Home
last modified time | relevance | path

Searched refs:payload_type (Results 1 – 13 of 13) sorted by relevance

/linux-6.15/drivers/net/ethernet/mellanox/mlxfw/
H A Dmlxfw_mfa2_tlv.h28 const struct mlxfw_mfa2_tlv *tlv, u8 payload_type, in mlxfw_mfa2_tlv_payload_get() argument
37 if (tlv->type != payload_type) in mlxfw_mfa2_tlv_payload_get()
47 #define MLXFW_MFA2_TLV(name, payload_type, tlv_type) \ argument
48 static inline const payload_type * \
53 tlv_type, sizeof(payload_type), \
57 #define MLXFW_MFA2_TLV_VARSIZE(name, payload_type, tlv_type) \ argument
58 static inline const payload_type * \
63 tlv_type, sizeof(payload_type), \
/linux-6.15/drivers/media/platform/qcom/iris/
H A Diris_hfi_gen2_packet.c101 u32 pkt_flags, u32 payload_type, u32 port, in iris_hfi_gen2_create_packet() argument
111 pkt->payload_info = payload_type; in iris_hfi_gen2_create_packet()
227 u32 payload_type, void *payload, in iris_hfi_gen2_packet_session_command() argument
238 payload_type, in iris_hfi_gen2_packet_session_command()
247 u32 payload_type, void *payload, u32 payload_size) in iris_hfi_gen2_packet_session_property() argument
257 payload_type, in iris_hfi_gen2_packet_session_property()
H A Diris_hfi_gen2_command.c131 payload_type, in iris_hfi_gen2_session_set_property()
537 payload_type, in iris_hfi_gen2_session_subscribe_mode()
592 payload_type = 0; in iris_hfi_gen2_subscribe_change_param()
598 payload_type = HFI_PAYLOAD_U32; in iris_hfi_gen2_subscribe_change_param()
609 payload_type = HFI_PAYLOAD_U32; in iris_hfi_gen2_subscribe_change_param()
614 payload_type = HFI_PAYLOAD_U32; in iris_hfi_gen2_subscribe_change_param()
619 payload_type = HFI_PAYLOAD_U32; in iris_hfi_gen2_subscribe_change_param()
624 payload_type = HFI_PAYLOAD_U32; in iris_hfi_gen2_subscribe_change_param()
629 payload_type = HFI_PAYLOAD_U32; in iris_hfi_gen2_subscribe_change_param()
634 payload_type = HFI_PAYLOAD_U32; in iris_hfi_gen2_subscribe_change_param()
[all …]
H A Diris_hfi_gen2_packet.h116 u32 payload_type, void *payload,
120 u32 payload_type, void *payload, u32 payload_size);
H A Diris_hfi_common.h115 u32 packet_type, u32 flag, u32 plane, u32 payload_type,
H A Diris_hfi_gen1_command.c537 u32 flag, u32 plane, u32 payload_type, in iris_hfi_gen1_session_set_property() argument
/linux-6.15/net/nfc/
H A Drawsock.c360 u8 payload_type, u8 direction) in nfc_send_to_raw_sock() argument
379 data[1] |= (payload_type << 1); in nfc_send_to_raw_sock()
/linux-6.15/include/net/nfc/
H A Dnfc.h301 u8 payload_type, u8 direction);
/linux-6.15/net/mpls/
H A Daf_mpls.c273 enum mpls_payload_type payload_type; in mpls_egress() local
289 payload_type = rt->rt_payload_type; in mpls_egress()
290 if (payload_type == MPT_UNSPEC) in mpls_egress()
291 payload_type = ip_hdr(skb)->version; in mpls_egress()
293 switch (payload_type) { in mpls_egress()
/linux-6.15/net/mac80211/
H A Dtdls.c804 tf->payload_type = WLAN_TDLS_SNAP_RFTYPE; in ieee80211_prep_tdls_encap_data()
1543 struct ieee80211_tdls_data, payload_type); in ieee80211_tdls_find_sw_timing_ie()
H A Drx.c3212 tf->payload_type == WLAN_TDLS_SNAP_RFTYPE && in ieee80211_rx_h_data()
/linux-6.15/drivers/net/wireless/marvell/mwifiex/
H A Dtdls.c481 tf->payload_type = WLAN_TDLS_SNAP_RFTYPE; in mwifiex_prep_tdls_encap_data()
/linux-6.15/include/linux/
H A Dieee80211.h1658 u8 payload_type; member