Home
last modified time | relevance | path

Searched defs:pkt (Results 1 – 25 of 214) sorted by relevance

123456789

/linux/drivers/infiniband/sw/rxe/
H A Drxe_hdr.h34 static inline struct sk_buff *PKT_TO_SKB(struct rxe_pkt_info *pkt) in PKT_TO_SKB()
280 static inline u8 bth_opcode(struct rxe_pkt_info *pkt) in bth_opcode()
285 static inline void bth_set_opcode(struct rxe_pkt_info *pkt, u8 opcode) in bth_set_opcode()
290 static inline u8 bth_se(struct rxe_pkt_info *pkt) in bth_se()
295 static inline void bth_set_se(struct rxe_pkt_info *pkt, int se) in bth_set_se()
300 static inline u8 bth_mig(struct rxe_pkt_info *pkt) in bth_mig()
305 static inline void bth_set_mig(struct rxe_pkt_info *pkt, u8 mig) in bth_set_mig()
310 static inline u8 bth_pad(struct rxe_pkt_info *pkt) in bth_pad()
315 static inline void bth_set_pad(struct rxe_pkt_info *pkt, u8 pad) in bth_set_pad()
320 static inline u8 bth_tver(struct rxe_pkt_info *pkt) in bth_tver()
[all …]
/linux/drivers/media/platform/amphion/
H A Dvpu_msgs.c29 static void vpu_session_handle_start_done(struct vpu_inst *inst, struct vpu_rpc_event *pkt) in vpu_session_handle_start_done()
34 static void vpu_session_handle_mem_request(struct vpu_inst *inst, struct vpu_rpc_event *pkt) in vpu_session_handle_mem_request()
58 static void vpu_session_handle_stop_done(struct vpu_inst *inst, struct vpu_rpc_event *pkt) in vpu_session_handle_stop_done()
65 static void vpu_session_handle_seq_hdr(struct vpu_inst *inst, struct vpu_rpc_event *pkt) in vpu_session_handle_seq_hdr()
77 static void vpu_session_handle_resolution_change(struct vpu_inst *inst, struct vpu_rpc_event *pkt) in vpu_session_handle_resolution_change()
82 static void vpu_session_handle_enc_frame_done(struct vpu_inst *inst, struct vpu_rpc_event *pkt) in vpu_session_handle_enc_frame_done()
92 static void vpu_session_handle_frame_request(struct vpu_inst *inst, struct vpu_rpc_event *pkt) in vpu_session_handle_frame_request()
100 static void vpu_session_handle_frame_release(struct vpu_inst *inst, struct vpu_rpc_event *pkt) in vpu_session_handle_frame_release()
118 static void vpu_session_handle_input_done(struct vpu_inst *inst, struct vpu_rpc_event *pkt) in vpu_session_handle_input_done()
124 static void vpu_session_handle_pic_decoded(struct vpu_inst *inst, struct vpu_rpc_event *pkt) in vpu_session_handle_pic_decoded()
[all …]
/linux/drivers/soc/mediatek/
H A Dmtk-cmdq-helper.c147 int cmdq_pkt_create(struct cmdq_client *client, struct cmdq_pkt *pkt, size_t size) in cmdq_pkt_create()
174 void cmdq_pkt_destroy(struct cmdq_client *client, struct cmdq_pkt *pkt) in cmdq_pkt_destroy()
182 static int cmdq_pkt_append_command(struct cmdq_pkt *pkt, in cmdq_pkt_append_command()
209 static int cmdq_pkt_mask(struct cmdq_pkt *pkt, u32 mask) in cmdq_pkt_mask()
218 int cmdq_pkt_write(struct cmdq_pkt *pkt, u8 subsys, u16 offset, u32 value) in cmdq_pkt_write()
230 int cmdq_pkt_write_pa(struct cmdq_pkt *pkt, u8 subsys /*unused*/, u32 pa_base, in cmdq_pkt_write_pa()
243 int cmdq_pkt_write_subsys(struct cmdq_pkt *pkt, u8 subsys, u32 pa_base /*unused*/, in cmdq_pkt_write_subsys()
250 int cmdq_pkt_write_mask(struct cmdq_pkt *pkt, u8 subsys, in cmdq_pkt_write_mask()
267 int cmdq_pkt_write_mask_pa(struct cmdq_pkt *pkt, u8 subsys /*unused*/, u32 pa_base, in cmdq_pkt_write_mask_pa()
281 int cmdq_pkt_write_mask_subsys(struct cmdq_pkt *pkt, u8 subsys, u32 pa_base /*unused*/, in cmdq_pkt_write_mask_subsys()
[all …]
/linux/arch/sparc/kernel/
H A Dviohs.c50 struct vio_ver_info pkt; in send_version() local
163 struct vio_msg_tag *pkt = arg; in process_unknown() local
180 struct vio_dring_register pkt; in send_dreg() member
220 struct vio_rdx pkt; in send_rdx() local
256 struct vio_ver_info *pkt) in process_ver_info()
312 struct vio_ver_info *pkt) in process_ver_ack()
345 struct vio_ver_info *pkt) in process_ver_nack()
364 static int process_ver(struct vio_driver_state *vio, struct vio_ver_info *pkt) in process_ver()
381 static int process_attr(struct vio_driver_state *vio, void *pkt) in process_attr()
428 struct vio_dring_register *pkt) in process_dreg_info()
[all …]
/linux/drivers/media/platform/qcom/venus/
H A Dhfi_cmds.c14 void pkt_sys_init(struct hfi_sys_init_pkt *pkt, u32 arch_type) in pkt_sys_init()
21 void pkt_sys_pc_prep(struct hfi_sys_pc_prep_pkt *pkt) in pkt_sys_pc_prep()
27 void pkt_sys_idle_indicator(struct hfi_sys_set_property_pkt *pkt, u32 enable) in pkt_sys_idle_indicator()
38 void pkt_sys_debug_config(struct hfi_sys_set_property_pkt *pkt, u32 mode, in pkt_sys_debug_config()
52 void pkt_sys_coverage_config(struct hfi_sys_set_property_pkt *pkt, u32 mode) in pkt_sys_coverage_config()
61 void pkt_sys_ubwc_config(struct hfi_sys_set_property_pkt *pkt, const struct hfi_ubwc_config *hfi) in pkt_sys_ubwc_config()
70 int pkt_sys_set_resource(struct hfi_sys_set_resource_pkt *pkt, u32 id, u32 size, in pkt_sys_set_resource()
97 int pkt_sys_unset_resource(struct hfi_sys_release_resource_pkt *pkt, u32 id, in pkt_sys_unset_resource()
118 void pkt_sys_ping(struct hfi_sys_ping_pkt *pkt, u32 cookie) in pkt_sys_ping()
125 void pkt_sys_power_control(struct hfi_sys_set_property_pkt *pkt, u32 enable) in pkt_sys_power_control()
[all …]
H A Dhfi_venus.c240 struct iface_queue *queue, void *pkt, u32 *tx_req) in venus_read_queue()
392 void *pkt, bool sync) in venus_iface_cmdq_write_nolock()
431 static int venus_iface_cmdq_write(struct venus_hfi_device *hdev, void *pkt, bool sync) in venus_iface_cmdq_write()
446 struct hfi_sys_set_resource_pkt *pkt; in venus_hfi_core_set_resource() local
693 void *pkt) in venus_iface_msgq_read_nolock()
714 static int venus_iface_msgq_read(struct venus_hfi_device *hdev, void *pkt) in venus_iface_msgq_read()
726 void *pkt) in venus_iface_dbgq_read_nolock()
748 static int venus_iface_dbgq_read(struct venus_hfi_device *hdev, void *pkt) in venus_iface_dbgq_read()
862 struct hfi_sys_set_property_pkt *pkt; in venus_sys_set_debug() local
874 struct hfi_sys_set_property_pkt *pkt; in venus_sys_set_coverage() local
[all …]
/linux/drivers/usb/renesas_usbhs/
H A Dfifo.c22 void usbhs_pkt_init(struct usbhs_pkt *pkt) in usbhs_pkt_init()
30 static int usbhsf_null_handle(struct usbhs_pkt *pkt, int *is_done) in usbhsf_null_handle()
45 void usbhs_pkt_push(struct usbhs_pipe *pipe, struct usbhs_pkt *pkt, in usbhs_pkt_push()
47 struct usbhs_pkt *pkt), in usbhs_pkt_push()
87 static void __usbhsf_pkt_del(struct usbhs_pkt *pkt) in __usbhsf_pkt_del()
106 struct usbhs_pkt *usbhs_pkt_pop(struct usbhs_pipe *pipe, struct usbhs_pkt *pkt) in usbhs_pkt_pop()
159 struct usbhs_pkt *pkt; in usbhsf_pkt_handler() local
357 static int usbhs_dcp_dir_switch_to_write(struct usbhs_pkt *pkt, int *is_done) in usbhs_dcp_dir_switch_to_write()
386 static int usbhs_dcp_dir_switch_to_read(struct usbhs_pkt *pkt, int *is_done) in usbhs_dcp_dir_switch_to_read()
414 static int usbhs_dcp_dir_switch_done(struct usbhs_pkt *pkt, int *is_done) in usbhs_dcp_dir_switch_done()
[all …]
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drx.c33 struct iwl_rx_packet *pkt = rxb_addr(rxb); in iwlagn_rx_reply_error() local
46 struct iwl_rx_packet *pkt = rxb_addr(rxb); in iwlagn_rx_csa() local
75 struct iwl_rx_packet *pkt = rxb_addr(rxb); in iwlagn_rx_spectrum_measure_notif() local
92 struct iwl_rx_packet *pkt = rxb_addr(rxb); in iwlagn_rx_pm_sleep_notif() local
102 struct iwl_rx_packet *pkt = rxb_addr(rxb); in iwlagn_rx_pm_debug_statistics_notif() local
112 struct iwl_rx_packet *pkt = rxb_addr(rxb); in iwlagn_rx_beacon_notif() local
348 struct iwl_rx_packet *pkt = rxb_addr(rxb); in iwlagn_rx_statistics() local
448 struct iwl_rx_packet *pkt = rxb_addr(rxb); in iwlagn_rx_reply_statistics() local
471 struct iwl_rx_packet *pkt = rxb_addr(rxb); in iwlagn_rx_card_state_notif() local
522 struct iwl_rx_packet *pkt = rxb_addr(rxb); in iwlagn_rx_missed_beacon_notif() local
[all …]
/linux/net/netfilter/
H A Dnf_tables_core.c41 static noinline void __nft_trace_packet(const struct nft_pktinfo *pkt, in __nft_trace_packet()
55 static inline void nft_trace_packet(const struct nft_pktinfo *pkt, in nft_trace_packet()
67 static inline void nft_trace_copy_nftrace(const struct nft_pktinfo *pkt, in nft_trace_copy_nftrace()
108 static noinline void __nft_trace_verdict(const struct nft_pktinfo *pkt, in __nft_trace_verdict()
135 static inline void nft_trace_verdict(const struct nft_pktinfo *pkt, in nft_trace_verdict()
146 const struct nft_pktinfo *pkt) in nft_payload_fast_eval()
179 const struct nft_pktinfo *pkt) in nft_update_chain_stats()
205 struct nft_pktinfo *pkt) in expr_call_ops_eval()
250 nft_do_chain(struct nft_pktinfo *pkt, void *priv) in nft_do_chain()
H A Dnft_chain_filter.c19 struct nft_pktinfo pkt; in nft_do_chain_ipv4() local
63 struct nft_pktinfo pkt; in nft_do_chain_arp() local
103 struct nft_pktinfo pkt; in nft_do_chain_ipv6() local
147 struct nft_pktinfo pkt; in nft_do_chain_inet() local
169 struct nft_pktinfo pkt; in nft_do_chain_inet_ingress() local
236 struct nft_pktinfo pkt; in nft_do_chain_bridge() local
291 struct nft_pktinfo pkt; in nft_do_chain_netdev() local
H A Dnft_set_pipapo_avx2.c216 int offset, const u8 *pkt, in nft_pipapo_avx2_lookup_4b_2()
279 int offset, const u8 *pkt, in nft_pipapo_avx2_lookup_4b_4()
356 int offset, const u8 *pkt, in nft_pipapo_avx2_lookup_4b_8()
452 int offset, const u8 *pkt, in nft_pipapo_avx2_lookup_4b_12()
542 int offset, const u8 *pkt, in nft_pipapo_avx2_lookup_4b_32()
678 int offset, const u8 *pkt, in nft_pipapo_avx2_lookup_8b_1()
736 int offset, const u8 *pkt, in nft_pipapo_avx2_lookup_8b_2()
801 int offset, const u8 *pkt, in nft_pipapo_avx2_lookup_8b_4()
877 int offset, const u8 *pkt, in nft_pipapo_avx2_lookup_8b_6()
963 int offset, const u8 *pkt, in nft_pipapo_avx2_lookup_8b_16()
[all …]
H A Dnft_exthdr.c48 const struct nft_pktinfo *pkt) in nft_exthdr_ipv6_eval()
141 const struct nft_pktinfo *pkt) in nft_exthdr_ipv4_eval()
169 nft_tcp_header_pointer(const struct nft_pktinfo *pkt, in nft_tcp_header_pointer()
190 const struct nft_pktinfo *pkt) in nft_exthdr_tcp_eval()
234 const struct nft_pktinfo *pkt) in nft_exthdr_tcp_set_eval()
314 const struct nft_pktinfo *pkt) in nft_exthdr_tcp_strip_eval()
371 const struct nft_pktinfo *pkt) in nft_exthdr_sctp_eval()
413 const struct nft_pktinfo *pkt) in nft_exthdr_dccp_eval()
H A Dnft_chain_route.c21 struct nft_pktinfo pkt; in nf_route_table_hook4() local
70 struct nft_pktinfo pkt; in nf_route_table_hook6() local
119 struct nft_pktinfo pkt; in nf_route_table_inet() local
/linux/drivers/accel/habanalabs/common/
H A Dhwmon.c572 struct cpucp_packet pkt; in hl_get_temperature() local
601 struct cpucp_packet pkt; in hl_set_temperature() local
625 struct cpucp_packet pkt; in hl_get_voltage() local
655 struct cpucp_packet pkt; in hl_get_current() local
685 struct cpucp_packet pkt; in hl_get_fan_speed() local
715 struct cpucp_packet pkt; in hl_get_pwm_info() local
745 struct cpucp_packet pkt; in hl_set_pwm_info() local
767 struct cpucp_packet pkt; in hl_set_voltage() local
791 struct cpucp_packet pkt; in hl_set_current() local
814 struct cpucp_packet pkt; in hl_set_power() local
[all …]
H A Dfirmware_if.c373 struct cpucp_packet pkt = {}; in hl_fw_send_pci_access_msg() local
410 struct cpucp_packet *pkt; in hl_fw_send_cpu_message() local
544 struct cpucp_packet pkt; in hl_fw_unmask_irq() local
566 struct cpucp_unmask_irq_arr_packet *pkt; in hl_fw_unmask_irq_arr() local
650 struct cpucp_packet pkt; in hl_fw_send_soft_reset() local
664 struct cpucp_packet pkt; in hl_fw_send_device_activity() local
864 struct cpucp_packet pkt = {}; in hl_fw_cpucp_info_get() local
940 struct cpucp_array_data_packet *pkt; in hl_fw_send_msi_info_msg() local
1010 struct cpucp_packet pkt = {}; in hl_fw_get_eeprom_data() local
1053 struct cpucp_packet pkt = {}; in hl_fw_get_monitor_dump() local
[all …]
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dnotif.c118 struct iwl_rx_packet *pkt) in iwl_mld_handle_mfuart_notif()
171 struct iwl_rx_packet *pkt) in iwl_mld_handle_mu_mimo_grp_notif()
183 struct iwl_rx_packet *pkt) in iwl_mld_handle_channel_switch_start_notif()
239 struct iwl_rx_packet *pkt) in iwl_mld_handle_channel_switch_error_notif()
263 struct iwl_rx_packet *pkt) in iwl_mld_handle_beacon_notification()
485 iwl_mld_notif_is_valid(struct iwl_mld *mld, struct iwl_rx_packet *pkt, in iwl_mld_notif_is_valid()
534 struct iwl_rx_packet *pkt = rxb_addr(rxb); in iwl_mld_log_async_handler_op() local
546 struct iwl_rx_packet *pkt) in iwl_mld_rx_notif()
597 struct iwl_rx_packet *pkt = rxb_addr(rxb); in iwl_mld_rx() local
619 struct iwl_rx_packet *pkt = rxb_addr(rxb); in iwl_mld_rx_rss() local
/linux/net/vmw_vsock/
H A Dvmci_transport.c65 struct vmci_transport_packet pkt; member
112 vmci_transport_packet_init(struct vmci_transport_packet *pkt, in vmci_transport_packet_init()
176 vmci_transport_packet_get_addresses(struct vmci_transport_packet *pkt, in vmci_transport_packet_get_addresses()
185 __vmci_transport_send_control_pkt(struct vmci_transport_packet *pkt, in __vmci_transport_send_control_pkt()
208 vmci_transport_reply_control_pkt_fast(struct vmci_transport_packet *pkt, in vmci_transport_reply_control_pkt_fast()
244 static struct vmci_transport_packet pkt; in vmci_transport_send_control_pkt_bh() local
262 struct vmci_transport_packet *pkt; in vmci_transport_alloc_send_control_pkt() local
304 struct vmci_transport_packet *pkt) in vmci_transport_send_reset_bh()
315 struct vmci_transport_packet *pkt) in vmci_transport_send_reset()
380 static int vmci_transport_reply_reset(struct vmci_transport_packet *pkt) in vmci_transport_reply_reset()
[all …]
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_cls_redirect.c216 struct iphdr *ipv4 = buf_assign(pkt, sizeof(*ipv4), scratch); in pkt_parse_ipv4() argument
235 if (!buf_copy(pkt, ports, sizeof(*ports))) { in pkt_parse_icmp_l4_ports() argument
282 pkt_skip_ipv6_extension_headers(buf_t * pkt,const struct ipv6hdr * ipv6,uint8_t * upper_proto,bool * is_fragment) pkt_skip_ipv6_extension_headers() argument
351 pkt_parse_ipv6(buf_t * pkt,struct ipv6hdr * scratch,uint8_t * proto,bool * is_fragment) pkt_parse_ipv6() argument
505 buf_t pkt = { forward_with_gre() local
566 skip_next_hops(buf_t * pkt,int n) skip_next_hops() argument
586 get_next_hop(buf_t * pkt,encap_headers_t * encap,struct in_addr * next_hop) get_next_hop() argument
718 process_icmpv4(buf_t * pkt,metrics_t * metrics) process_icmpv4() argument
765 process_icmpv6(buf_t * pkt,metrics_t * metrics) process_icmpv6() argument
817 process_tcp(buf_t * pkt,void * iph,uint64_t iphlen,metrics_t * metrics) process_tcp() argument
839 process_udp(buf_t * pkt,void * iph,uint64_t iphlen,metrics_t * metrics) process_udp() argument
857 process_ipv4(buf_t * pkt,metrics_t * metrics) process_ipv4() argument
894 process_ipv6(buf_t * pkt,metrics_t * metrics) process_ipv6() argument
960 buf_t pkt = { cls_redirect() local
[all...]
H A Dtest_xdp_vlan.c57 bool parse_eth_frame(struct ethhdr *eth, void *data_end, struct parse_pkt *pkt) in parse_eth_frame() argument
110 struct parse_pkt pkt = { 0 }; in xdp_prognum0() local
152 struct parse_pkt pkt = { 0 }; xdp_prognum1() local
186 struct parse_pkt pkt = { 0 }; xdp_prognum2() local
233 struct parse_pkt pkt = { 0 }; xdp_prognum3() local
[all...]
/linux/drivers/net/arcnet/
H A Drfc1051.c90 struct archdr *pkt = (struct archdr *)skb->data; in type_trans() local
127 struct archdr *pkt = pkthdr; in rx() local
166 struct archdr *pkt = skb_push(skb, hdr_size); in build_header() local
208 static int prepare_tx(struct net_device *dev, struct archdr *pkt, int length, in prepare_tx()
H A Darc-rawmode.c44 struct archdr *pkt = pkthdr; in rx() local
88 struct archdr *pkt = skb_push(skb, hdr_size); in build_header() local
113 static int prepare_tx(struct net_device *dev, struct archdr *pkt, int length, in prepare_tx()
H A Drfc1201.c94 struct archdr *pkt = (struct archdr *)skb->data; in type_trans() local
138 struct archdr *pkt = pkthdr; in rx() local
383 struct archdr *pkt = skb_push(skb, hdr_size); in build_header() local
476 static int prepare_tx(struct net_device *dev, struct archdr *pkt, int length, in prepare_tx()
/linux/drivers/scsi/qla2xxx/
H A Dqla_isr.c37 void *pkt = &item->iocb; in qla27xx_process_purex_fpin() local
76 qla24xx_process_abts(struct scsi_qla_host *vha, struct purex_item *pkt) in qla24xx_process_abts()
200 void **pkt, struct rsp_que **rsp) in __qla_consume_iocb()
237 void **pkt, struct rsp_que **rsp, u8 *buf, u32 buf_len) in __qla_copy_purex_to_buffer()
853 qla27xx_copy_multiple_pkt(struct scsi_qla_host *vha, void **pkt, in qla27xx_copy_multiple_pkt()
1110 qla24xx_queue_purex_item(scsi_qla_host_t *vha, struct purex_item *pkt, in qla24xx_queue_purex_item()
1134 *qla24xx_copy_std_pkt(struct scsi_qla_host *vha, void *pkt) in qla24xx_copy_std_pkt()
1155 qla27xx_copy_fpin_pkt(struct scsi_qla_host *vha, void **pkt, in qla27xx_copy_fpin_pkt()
2043 sts_entry_t *pkt = iocb; in qla_get_sp_from_handle() local
2182 struct mbx_24xx_entry *pkt) in qla24xx_mbx_iocb_entry()
[all …]
/linux/drivers/net/xen-netback/
H A Drx.c253 struct xenvif_pkt_state *pkt) in xenvif_rx_next_skb()
329 struct xenvif_pkt_state *pkt) in xenvif_rx_complete()
337 static void xenvif_rx_next_frag(struct xenvif_pkt_state *pkt) in xenvif_rx_next_frag()
356 struct xenvif_pkt_state *pkt, in xenvif_rx_next_chunk()
394 struct xenvif_pkt_state *pkt, in xenvif_rx_data_slot()
438 struct xenvif_pkt_state *pkt, in xenvif_rx_extra_slot()
463 struct xenvif_pkt_state pkt; in xenvif_rx_skb() local
/linux/sound/soc/qcom/qdsp6/
H A Daudioreach.c208 struct gpr_pkt *pkt; __audioreach_alloc_pkt() local
461 struct gpr_pkt *pkt; audioreach_alloc_graph_pkt() local
555 audioreach_send_cmd_sync(struct device * dev,gpr_device_t * gdev,struct gpr_ibasic_rsp_result_t * result,struct mutex * cmd_lock,gpr_port_t * port,wait_queue_head_t * cmd_wait,struct gpr_pkt * pkt,uint32_t rsp_opcode) audioreach_send_cmd_sync() argument
598 audioreach_graph_send_cmd_sync(struct q6apm_graph * graph,struct gpr_pkt * pkt,uint32_t rsp_opcode) audioreach_graph_send_cmd_sync() argument
617 struct gpr_pkt *pkt; audioreach_display_port_set_media_format() local
685 struct gpr_pkt *pkt; audioreach_codec_dma_set_media_format() local
755 struct gpr_pkt *pkt; audioreach_send_u32_param() local
819 struct gpr_pkt *pkt; audioreach_set_module_config() local
846 struct gpr_pkt *pkt; audioreach_mfc_set_media_format() local
965 struct gpr_pkt *pkt; audioreach_compr_set_param() local
1003 struct gpr_pkt *pkt; audioreach_i2s_set_media_format() local
1076 struct gpr_pkt *pkt; audioreach_logging_set_media_format() local
1114 struct gpr_pkt *pkt; audioreach_pcm_set_media_format() local
1165 struct gpr_pkt *pkt; audioreach_shmem_set_media_format() local
1225 struct gpr_pkt *pkt; audioreach_gain_set_vol_ctrl() local
1257 struct gpr_pkt *pkt; audioreach_gain_set() local
1363 struct gpr_pkt *pkt; audioreach_map_memory_regions() local
1423 struct gpr_pkt *pkt; audioreach_shared_memory_send_eos() local
[all...]

123456789