| /linux-6.15/drivers/net/ethernet/mellanox/mlxfw/ |
| H A D | mlxfw_mfa2_tlv.h | 28 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 D | iris_hfi_gen2_packet.c | 101 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 D | iris_hfi_gen2_command.c | 131 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 D | iris_hfi_gen2_packet.h | 116 u32 payload_type, void *payload, 120 u32 payload_type, void *payload, u32 payload_size);
|
| H A D | iris_hfi_common.h | 115 u32 packet_type, u32 flag, u32 plane, u32 payload_type,
|
| H A D | iris_hfi_gen1_command.c | 537 u32 flag, u32 plane, u32 payload_type, in iris_hfi_gen1_session_set_property() argument
|
| /linux-6.15/net/nfc/ |
| H A D | rawsock.c | 360 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 D | nfc.h | 301 u8 payload_type, u8 direction);
|
| /linux-6.15/net/mpls/ |
| H A D | af_mpls.c | 273 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 D | tdls.c | 804 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 D | rx.c | 3212 tf->payload_type == WLAN_TDLS_SNAP_RFTYPE && in ieee80211_rx_h_data()
|
| /linux-6.15/drivers/net/wireless/marvell/mwifiex/ |
| H A D | tdls.c | 481 tf->payload_type = WLAN_TDLS_SNAP_RFTYPE; in mwifiex_prep_tdls_encap_data()
|
| /linux-6.15/include/linux/ |
| H A D | ieee80211.h | 1658 u8 payload_type; member
|