Home
last modified time | relevance | path

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

12345678910>>...14

/linux-6.3-rc2/net/caif/
A Dcfpkt_skbuff.c17 #define PKT_ERROR(pkt, errmsg) \ argument
50 static inline bool is_erronous(struct cfpkt *pkt) in is_erronous()
67 struct cfpkt *pkt = skb_to_pkt(nativepkt); in cfpkt_fromnative() local
73 void *cfpkt_tonative(struct cfpkt *pkt) in cfpkt_tonative()
96 void cfpkt_destroy(struct cfpkt *pkt) in cfpkt_destroy()
102 inline bool cfpkt_more(struct cfpkt *pkt) in cfpkt_more()
167 int cfpkt_pad_trail(struct cfpkt *pkt, u16 len) in cfpkt_pad_trail()
247 inline u16 cfpkt_getlen(struct cfpkt *pkt) in cfpkt_getlen()
253 int cfpkt_iterate(struct cfpkt *pkt, in cfpkt_iterate()
270 int cfpkt_setlen(struct cfpkt *pkt, u16 len) in cfpkt_setlen()
[all …]
/linux-6.3-rc2/drivers/infiniband/sw/rxe/
A Drxe_hdr.h290 static inline u8 bth_se(struct rxe_pkt_info *pkt) in bth_se()
300 static inline u8 bth_mig(struct rxe_pkt_info *pkt) in bth_mig()
310 static inline u8 bth_pad(struct rxe_pkt_info *pkt) in bth_pad()
320 static inline u8 bth_tver(struct rxe_pkt_info *pkt) in bth_tver()
330 static inline u16 bth_pkey(struct rxe_pkt_info *pkt) in bth_pkey()
340 static inline u32 bth_qpn(struct rxe_pkt_info *pkt) in bth_qpn()
350 static inline int bth_fecn(struct rxe_pkt_info *pkt) in bth_fecn()
360 static inline int bth_becn(struct rxe_pkt_info *pkt) in bth_becn()
380 static inline int bth_ack(struct rxe_pkt_info *pkt) in bth_ack()
395 static inline u32 bth_psn(struct rxe_pkt_info *pkt) in bth_psn()
[all …]
A Drxe_resp.c93 struct rxe_pkt_info *pkt) in check_psn()
137 struct rxe_pkt_info *pkt) in check_op_seq()
227 struct rxe_pkt_info *pkt) in check_qp_attr_access()
455 struct rxe_pkt_info *pkt) in check_rkey()
619 struct rxe_pkt_info *pkt, in rxe_prepare_res()
744 struct rxe_pkt_info *pkt) in atomic_write_reply()
1073 struct rxe_pkt_info *pkt) in do_complete()
1227 struct rxe_pkt_info *pkt) in acknowledge()
1245 struct rxe_pkt_info *pkt) in cleanup()
1284 struct rxe_pkt_info *pkt) in duplicate_request()
[all …]
A Drxe_recv.c13 static int check_type_state(struct rxe_dev *rxe, struct rxe_pkt_info *pkt, in check_type_state()
67 static int check_keys(struct rxe_dev *rxe, struct rxe_pkt_info *pkt, in check_keys()
92 static int check_addr(struct rxe_dev *rxe, struct rxe_pkt_info *pkt, in check_addr()
127 static int hdr_check(struct rxe_pkt_info *pkt) in hdr_check()
174 static inline void rxe_rcv_pkt(struct rxe_pkt_info *pkt, struct sk_buff *skb) in rxe_rcv_pkt()
184 struct rxe_pkt_info *pkt = SKB_TO_PKT(skb); in rxe_rcv_mcast_pkt() local
278 struct rxe_pkt_info *pkt = SKB_TO_PKT(skb); in rxe_chk_dgid() local
311 struct rxe_pkt_info *pkt = SKB_TO_PKT(skb); in rxe_rcv() local
A Drxe_comp.c144 struct rxe_pkt_info *pkt, in get_wqe()
179 struct rxe_pkt_info *pkt, in check_psn()
222 struct rxe_pkt_info *pkt, in check_ack()
361 struct rxe_pkt_info *pkt, in do_read()
381 struct rxe_pkt_info *pkt, in do_atomic()
477 struct rxe_pkt_info *pkt, in complete_ack()
521 struct rxe_pkt_info *pkt, in complete_wqe()
563 static void free_pkt(struct rxe_pkt_info *pkt) in free_pkt()
580 struct rxe_pkt_info *pkt = NULL; in rxe_completer() local
/linux-6.3-rc2/drivers/media/platform/qcom/venus/
A Dhfi_msgs.c23 struct hfi_msg_event_notify_pkt *pkt) in event_seq_changed()
132 struct hfi_msg_event_notify_pkt *pkt) in event_release_buffer_ref()
150 struct hfi_msg_event_notify_pkt *pkt) in event_sys_error()
163 struct hfi_msg_event_notify_pkt *pkt) in event_session_error()
195 struct hfi_msg_event_notify_pkt *pkt = packet; in hfi_event_notify() local
223 struct hfi_msg_sys_init_done_pkt *pkt = packet; in hfi_sys_init_done() local
252 struct hfi_msg_sys_property_info_pkt *pkt) in sys_get_prop_image_version()
310 struct hfi_msg_sys_ping_ack_pkt *pkt = packet; in hfi_sys_ping_done() local
329 struct hfi_msg_sys_pc_prep_done_pkt *pkt = packet; in hfi_sys_pc_prepare_done() local
624 u32 pkt; member
[all …]
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()
118 void pkt_sys_ping(struct hfi_sys_ping_pkt *pkt, u32 cookie) in pkt_sys_ping()
136 int pkt_sys_ssr_cmd(struct hfi_sys_test_ssr_pkt *pkt, u32 trigger_type) in pkt_sys_ssr_cmd()
154 void pkt_sys_image_version(struct hfi_sys_get_property_pkt *pkt) in pkt_sys_image_version()
162 int pkt_session_init(struct hfi_session_init_pkt *pkt, void *cookie, in pkt_session_init()
184 int pkt_session_set_buffers(struct hfi_session_set_buffers_pkt *pkt, in pkt_session_set_buffers()
288 struct hfi_session_empty_buffer_uncompressed_plane0_pkt *pkt, in pkt_session_etb_encoder()
[all …]
A Dhfi_venus.c373 void *pkt, bool sync) in venus_iface_cmdq_write_nolock()
667 void *pkt) in venus_iface_msgq_read_nolock()
700 void *pkt) in venus_iface_dbgq_read_nolock()
980 struct hfi_session_pkt pkt; in venus_session_cmd() local
1007 struct hfi_sys_pc_prep_pkt pkt; in venus_prepare_power_collapse() local
1085 void *pkt; in venus_isr_thread() local
1160 struct hfi_sys_init_pkt pkt; in venus_core_init() local
1198 struct hfi_sys_ping_pkt pkt; in venus_core_ping() local
1208 struct hfi_sys_test_ssr_pkt pkt; in venus_core_trigger_ssr() local
1222 struct hfi_session_init_pkt pkt; in venus_session_init() local
[all …]
/linux-6.3-rc2/drivers/media/platform/amphion/
A Dvpu_msgs.c28 static void vpu_session_handle_start_done(struct vpu_inst *inst, struct vpu_rpc_event *pkt) in vpu_session_handle_start_done()
33 static void vpu_session_handle_mem_request(struct vpu_inst *inst, struct vpu_rpc_event *pkt) in vpu_session_handle_mem_request()
57 static void vpu_session_handle_stop_done(struct vpu_inst *inst, struct vpu_rpc_event *pkt) in vpu_session_handle_stop_done()
64 static void vpu_session_handle_seq_hdr(struct vpu_inst *inst, struct vpu_rpc_event *pkt) in vpu_session_handle_seq_hdr()
131 static void vpu_session_handle_pic_done(struct vpu_inst *inst, struct vpu_rpc_event *pkt) in vpu_session_handle_pic_done()
148 static void vpu_session_handle_eos(struct vpu_inst *inst, struct vpu_rpc_event *pkt) in vpu_session_handle_eos()
153 static void vpu_session_handle_error(struct vpu_inst *inst, struct vpu_rpc_event *pkt) in vpu_session_handle_error()
230 static bool vpu_inst_receive_msg(struct vpu_inst *inst, struct vpu_rpc_event *pkt) in vpu_inst_receive_msg()
256 struct vpu_rpc_event pkt; in vpu_inst_run_work() local
262 static void vpu_inst_handle_msg(struct vpu_inst *inst, struct vpu_rpc_event *pkt) in vpu_inst_handle_msg()
[all …]
/linux-6.3-rc2/arch/sparc/kernel/
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()
428 struct vio_dring_register *pkt) in process_dreg_info()
501 struct vio_dring_register *pkt) in process_dreg_ack()
540 struct vio_dring_register *pkt) in process_dreg()
[all …]
/linux-6.3-rc2/drivers/soc/mediatek/
A Dmtk-cmdq-helper.c109 struct cmdq_pkt *pkt; in cmdq_pkt_create() local
140 void cmdq_pkt_destroy(struct cmdq_pkt *pkt) in cmdq_pkt_destroy()
151 static int cmdq_pkt_append_command(struct cmdq_pkt *pkt, in cmdq_pkt_append_command()
191 int cmdq_pkt_write_mask(struct cmdq_pkt *pkt, u8 subsys, in cmdq_pkt_write_mask()
317 int cmdq_pkt_clear_event(struct cmdq_pkt *pkt, u16 event) in cmdq_pkt_clear_event()
332 int cmdq_pkt_set_event(struct cmdq_pkt *pkt, u16 event) in cmdq_pkt_set_event()
347 int cmdq_pkt_poll(struct cmdq_pkt *pkt, u8 subsys, in cmdq_pkt_poll()
363 int cmdq_pkt_poll_mask(struct cmdq_pkt *pkt, u8 subsys, in cmdq_pkt_poll_mask()
394 int cmdq_pkt_jump(struct cmdq_pkt *pkt, dma_addr_t addr) in cmdq_pkt_jump()
406 int cmdq_pkt_finalize(struct cmdq_pkt *pkt) in cmdq_pkt_finalize()
[all …]
/linux-6.3-rc2/drivers/usb/renesas_usbhs/
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()
159 struct usbhs_pkt *pkt; in usbhsf_pkt_handler() local
768 struct usbhs_pkt *pkt) in usbhsf_dma_chan_get()
780 struct usbhs_pkt *pkt) in usbhsf_get_dma_fifo()
805 static int __usbhsf_dma_map_ctrl(struct usbhs_pkt *pkt, int map) in __usbhsf_dma_map_ctrl()
818 static void usbhsf_dma_xfer_preparing(struct usbhs_pkt *pkt) in usbhsf_dma_xfer_preparing()
[all …]
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/dvm/
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-6.3-rc2/include/net/netfilter/
A Dnf_tables_ipv4.h8 static inline void nft_set_pktinfo_ipv4(struct nft_pktinfo *pkt) in nft_set_pktinfo_ipv4()
19 static inline int __nft_set_pktinfo_ipv4_validate(struct nft_pktinfo *pkt) in __nft_set_pktinfo_ipv4_validate()
49 static inline void nft_set_pktinfo_ipv4_validate(struct nft_pktinfo *pkt) in nft_set_pktinfo_ipv4_validate()
55 static inline int nft_set_pktinfo_ipv4_ingress(struct nft_pktinfo *pkt) in nft_set_pktinfo_ipv4_ingress()
A Dnf_tables_ipv6.h9 static inline void nft_set_pktinfo_ipv6(struct nft_pktinfo *pkt) in nft_set_pktinfo_ipv6()
27 static inline int __nft_set_pktinfo_ipv6_validate(struct nft_pktinfo *pkt) in __nft_set_pktinfo_ipv6_validate()
64 static inline void nft_set_pktinfo_ipv6_validate(struct nft_pktinfo *pkt) in nft_set_pktinfo_ipv6_validate()
70 static inline int nft_set_pktinfo_ipv6_ingress(struct nft_pktinfo *pkt) in nft_set_pktinfo_ipv6_ingress()
/linux-6.3-rc2/drivers/accel/habanalabs/common/
A Dhwmon.c571 struct cpucp_packet pkt; in hl_get_temperature() local
603 struct cpucp_packet pkt; in hl_set_temperature() local
628 struct cpucp_packet pkt; in hl_get_voltage() local
657 struct cpucp_packet pkt; in hl_get_current() local
686 struct cpucp_packet pkt; in hl_get_fan_speed() local
715 struct cpucp_packet pkt; in hl_get_pwm_info() local
744 struct cpucp_packet pkt; in hl_set_pwm_info() local
767 struct cpucp_packet pkt; in hl_set_voltage() local
792 struct cpucp_packet pkt; in hl_set_current() local
817 struct cpucp_packet pkt; in hl_set_power() local
[all …]
/linux-6.3-rc2/drivers/input/touchscreen/
A Dusbtouchscreen.c264 static int e2i_read_data(struct usbtouch_usb *dev, unsigned char *pkt) in e2i_read_data()
332 static int egalax_read_data(struct usbtouch_usb *dev, unsigned char *pkt) in egalax_read_data()
376 static int etouch_read_data(struct usbtouch_usb *dev, unsigned char *pkt) in etouch_read_data()
411 static int panjit_read_data(struct usbtouch_usb *dev, unsigned char *pkt) in panjit_read_data()
433 static int mtouch_read_data(struct usbtouch_usb *dev, unsigned char *pkt) in mtouch_read_data()
582 static int itm_read_data(struct usbtouch_usb *dev, unsigned char *pkt) in itm_read_data()
650 static int gunze_read_data(struct usbtouch_usb *dev, unsigned char *pkt) in gunze_read_data()
833 static int gotop_read_data(struct usbtouch_usb *dev, unsigned char *pkt) in gotop_read_data()
1139 static int elo_read_data(struct usbtouch_usb *dev, unsigned char *pkt) in elo_read_data()
1389 unsigned char *pkt, int len) in usbtouch_process_pkt()
[all …]
/linux-6.3-rc2/net/netfilter/
A Dnft_meta.c80 nft_meta_get_eval_pkttype_lo(const struct nft_pktinfo *pkt, in nft_meta_get_eval_pkttype_lo()
132 const struct nft_pktinfo *pkt) in nft_meta_get_eval_skugid()
166 nft_meta_get_eval_cgroup(u32 *dest, const struct nft_pktinfo *pkt) in nft_meta_get_eval_cgroup()
180 const struct nft_pktinfo *pkt) in nft_meta_get_eval_kind()
231 const struct nft_pktinfo *pkt) in nft_meta_get_eval_ifname()
287 static noinline u32 nft_meta_get_eval_sdif(const struct nft_pktinfo *pkt) in nft_meta_get_eval_sdif()
300 nft_meta_get_eval_sdifname(u32 *dest, const struct nft_pktinfo *pkt) in nft_meta_get_eval_sdifname()
311 const struct nft_pktinfo *pkt) in nft_meta_get_eval()
420 const struct nft_pktinfo *pkt) in nft_meta_set_eval()
861 const struct nft_pktinfo *pkt, in nft_meta_inner_eval()
[all …]
A Dnft_chain_filter.c18 struct nft_pktinfo pkt; in nft_do_chain_ipv4() local
62 struct nft_pktinfo pkt; in nft_do_chain_arp() local
102 struct nft_pktinfo pkt; in nft_do_chain_ipv6() local
146 struct nft_pktinfo pkt; in nft_do_chain_inet() local
168 struct nft_pktinfo pkt; in nft_do_chain_inet_ingress() local
235 struct nft_pktinfo pkt; in nft_do_chain_bridge() local
290 struct nft_pktinfo pkt; in nft_do_chain_netdev() local
/linux-6.3-rc2/include/net/caif/
A Dcfpkt.h35 static inline u8 cfpkt_extr_head_u8(struct cfpkt *pkt) in cfpkt_extr_head_u8()
44 static inline u16 cfpkt_extr_head_u16(struct cfpkt *pkt) in cfpkt_extr_head_u16()
53 static inline u32 cfpkt_extr_head_u32(struct cfpkt *pkt) in cfpkt_extr_head_u32()
/linux-6.3-rc2/net/vmw_vsock/
A Dvmci_transport.c65 struct vmci_transport_packet pkt; member
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()
480 struct vmci_transport_packet *pkt) in vmci_transport_get_pending()
676 struct vmci_transport_packet *pkt; in vmci_transport_recv_stream_cb() local
894 struct vmci_transport_packet *pkt; in vmci_transport_recv_pkt_work() local
941 struct vmci_transport_packet *pkt) in vmci_transport_recv_listen()
1377 struct vmci_transport_packet *pkt) in vmci_transport_recv_connecting_client_negotiate()
[all …]
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dtest_cls_redirect.c232 static INLINING bool pkt_parse_icmp_l4_ports(buf_t *pkt, flow_ports_t *ports) in pkt_parse_icmp_l4_ports()
279 bool pkt_skip_ipv6_extension_headers(buf_t *pkt, in pkt_skip_ipv6_extension_headers()
348 pkt_parse_ipv6(buf_t *pkt, struct ipv6hdr *scratch, uint8_t *proto, in pkt_parse_ipv6()
502 buf_t pkt = { in forward_with_gre() local
563 static INLINING ret_t skip_next_hops(buf_t *pkt, int n) in skip_next_hops()
583 static INLINING ret_t get_next_hop(buf_t *pkt, encap_headers_t *encap, in get_next_hop()
715 static INLINING verdict_t process_icmpv4(buf_t *pkt, metrics_t *metrics) in process_icmpv4()
762 static INLINING verdict_t process_icmpv6(buf_t *pkt, metrics_t *metrics) in process_icmpv6()
854 static INLINING verdict_t process_ipv4(buf_t *pkt, metrics_t *metrics) in process_ipv4()
891 static INLINING verdict_t process_ipv6(buf_t *pkt, metrics_t *metrics) in process_ipv6()
[all …]
A Dtest_xdp_vlan.c57 bool parse_eth_frame(struct ethhdr *eth, void *data_end, struct parse_pkt *pkt) in parse_eth_frame()
110 struct parse_pkt pkt = { 0 }; in xdp_prognum0() local
152 struct parse_pkt pkt = { 0 }; in xdp_prognum1() local
186 struct parse_pkt pkt = { 0 }; in xdp_prognum2() local
246 struct parse_pkt pkt = { 0 }; in xdp_prognum3() local
/linux-6.3-rc2/drivers/net/ethernet/intel/ice/
A Dice_fdir.c775 static void ice_pkt_insert_ipv6_addr(u8 *pkt, int offset, __be32 *addr) in ice_pkt_insert_ipv6_addr()
792 static void ice_pkt_insert_u6_qfi(u8 *pkt, int offset, u8 data) in ice_pkt_insert_u6_qfi()
806 static void ice_pkt_insert_u8(u8 *pkt, int offset, u8 data) in ice_pkt_insert_u8()
822 static void ice_pkt_insert_u8_tc(u8 *pkt, int offset, u8 data) in ice_pkt_insert_u8_tc()
839 static void ice_pkt_insert_u16(u8 *pkt, int offset, __be16 data) in ice_pkt_insert_u16()
850 static void ice_pkt_insert_u32(u8 *pkt, int offset, __be32 data) in ice_pkt_insert_u32()
860 static void ice_pkt_insert_mac_addr(u8 *pkt, u8 *addr) in ice_pkt_insert_mac_addr()
875 u8 *pkt, bool frag, bool tun) in ice_fdir_get_gen_prgm_pkt()
/linux-6.3-rc2/drivers/net/arcnet/
A Drfc1051.c89 struct archdr *pkt = (struct archdr *)skb->data; in type_trans() local
126 struct archdr *pkt = pkthdr; in rx() local
165 struct archdr *pkt = skb_push(skb, hdr_size); in build_header() local
207 static int prepare_tx(struct net_device *dev, struct archdr *pkt, int length, in prepare_tx()

Completed in 65 milliseconds

12345678910>>...14