Home
last modified time | relevance | path

Searched defs:packet (Results 326 - 350 of 433) sorted by relevance

1...<<1112131415161718

/kernel/linux/linux-6.6/drivers/tty/
H A Dn_tty.c2161 bool packet; in n_tty_read() local
/kernel/linux/linux-6.6/drivers/usb/misc/sisusbvga/
H A Dsisusbvga.c512 sisusb_send_packet(struct sisusb_usb_data *sisusb, int len, struct sisusb_packet *packet) sisusb_send_packet() argument
548 sisusb_send_bridge_packet(struct sisusb_usb_data *sisusb, int len, struct sisusb_packet *packet, unsigned int tflags) sisusb_send_bridge_packet() argument
599 struct sisusb_packet packet; sisusb_write_memio_byte() local
610 struct sisusb_packet packet; sisusb_write_memio_word() local
647 struct sisusb_packet packet; sisusb_write_memio_24bit() local
688 struct sisusb_packet packet; sisusb_write_memio_long() local
744 struct sisusb_packet packet; sisusb_write_mem_bulk() local
956 struct sisusb_packet packet; sisusb_read_memio_byte() local
970 struct sisusb_packet packet; sisusb_read_memio_word() local
1009 struct sisusb_packet packet; sisusb_read_memio_24bit() local
1050 struct sisusb_packet packet; sisusb_read_memio_long() local
1276 struct sisusb_packet packet; sisusb_write_pci_config() local
1287 struct sisusb_packet packet; sisusb_read_pci_config() local
2069 struct sisusb_packet packet; sisusb_do_init_gfxdevice() local
[all...]
/kernel/linux/linux-6.6/drivers/firewire/
H A Dcore-cdev.c1129 struct fw_iso_packet packet; in ioctl_queue_iso() member
1553 outbound_phy_packet_callback(struct fw_packet *packet, struct fw_card *card, int status) outbound_phy_packet_callback() argument
[all...]
H A Dnet.c751 struct fw_iso_packet packet; in fwnet_receive_broadcast() local
1108 struct fw_iso_packet packet; fwnet_broadcast_start() local
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Ddriver.c207 rcv_hdrerr(struct hfi1_ctxtdata *rcd, struct hfi1_pportdata *ppd, struct hfi1_packet *packet) rcv_hdrerr() argument
368 init_packet(struct hfi1_ctxtdata *rcd, struct hfi1_packet *packet) init_packet() argument
501 init_ps_mdata(struct ps_mdata *mdata, struct hfi1_packet *packet) init_ps_mdata() argument
570 __prescan_rxq(struct hfi1_packet *packet) __prescan_rxq() argument
635 process_rcv_qp_work(struct hfi1_packet *packet) process_rcv_qp_work() argument
665 max_packet_exceeded(struct hfi1_packet *packet, int thread) max_packet_exceeded() argument
679 check_max_packet(struct hfi1_packet *packet, int thread) check_max_packet() argument
688 skip_rcv_packet(struct hfi1_packet *packet, int thread) skip_rcv_packet() argument
708 process_rcv_packet_napi(struct hfi1_packet *packet) process_rcv_packet_napi() argument
741 process_rcv_packet(struct hfi1_packet *packet, int thread) process_rcv_packet() argument
791 process_rcv_update(int last, struct hfi1_packet *packet) process_rcv_update() argument
807 finish_packet(struct hfi1_packet *packet) finish_packet() argument
830 struct hfi1_packet packet; handle_receive_interrupt_napi_fp() local
855 struct hfi1_packet packet; handle_receive_interrupt_nodma_rtail() local
882 struct hfi1_packet packet; handle_receive_interrupt_dma_rtail() local
948 __set_armed_to_active(struct hfi1_packet *packet) __set_armed_to_active() argument
987 set_armed_to_active(struct hfi1_packet *packet) set_armed_to_active() argument
1006 struct hfi1_packet packet; handle_receive_interrupt() local
1112 struct hfi1_packet packet; handle_receive_interrupt_napi_sp() local
1436 hfi1_setup_ib_header(struct hfi1_packet *packet) hfi1_setup_ib_header() argument
1444 hfi1_bypass_ingress_pkt_check(struct hfi1_packet *packet) hfi1_bypass_ingress_pkt_check() argument
1473 hfi1_setup_9B_packet(struct hfi1_packet *packet) hfi1_setup_9B_packet() argument
1522 hfi1_setup_bypass_packet(struct hfi1_packet *packet) hfi1_setup_bypass_packet() argument
1605 show_eflags_errs(struct hfi1_packet *packet) show_eflags_errs() argument
1623 handle_eflags(struct hfi1_packet *packet) handle_eflags() argument
1632 hfi1_ipoib_ib_rcv(struct hfi1_packet *packet) hfi1_ipoib_ib_rcv() argument
1710 process_receive_ib(struct hfi1_packet *packet) process_receive_ib() argument
1728 process_receive_bypass(struct hfi1_packet *packet) process_receive_bypass() argument
1764 process_receive_error(struct hfi1_packet *packet) process_receive_error() argument
1781 kdeth_process_expected(struct hfi1_packet *packet) kdeth_process_expected() argument
1797 kdeth_process_eager(struct hfi1_packet *packet) kdeth_process_eager() argument
1815 process_receive_invalid(struct hfi1_packet *packet) process_receive_invalid() argument
1825 struct hfi1_packet packet; seqfile_dump_rcd() local
[all...]
H A Dverbs.c274 static inline opcode_handler qp_ok(struct hfi1_packet *packet) in qp_ok() argument
317 tid_qp_ok(int opcode, struct hfi1_packet *packet) tid_qp_ok() argument
327 hfi1_kdeth_eager_rcv(struct hfi1_packet *packet) hfi1_kdeth_eager_rcv() argument
381 hfi1_kdeth_expected_rcv(struct hfi1_packet *packet) hfi1_kdeth_expected_rcv() argument
435 hfi1_do_pkey_check(struct hfi1_packet *packet) hfi1_do_pkey_check() argument
453 hfi1_handle_packet(struct hfi1_packet *packet, bool is_mcast) hfi1_handle_packet() argument
535 hfi1_ib_rcv(struct hfi1_packet *packet) hfi1_ib_rcv() argument
543 hfi1_16B_rcv(struct hfi1_packet *packet) hfi1_16B_rcv() argument
1912 hfi1_cnp_rcv(struct hfi1_packet *packet) hfi1_cnp_rcv() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/
H A Ddwxgmac2_core.c138 dwxgmac2_rx_queue_routing(struct mac_device_info *hw, u8 packet, u32 queue) dwxgmac2_rx_queue_routing() argument
H A Dstmmac_selftests.c238 struct stmmac_packet_attrs *packet; member
[all...]
/kernel/linux/linux-6.6/drivers/net/usb/
H A Dsmsc95xx.c1827 unsigned char *packet; in smsc95xx_rx_fixup() local
H A Dsmsc75xx.c2191 unsigned char *packet; in smsc75xx_rx_fixup() local
/kernel/linux/linux-6.6/drivers/net/hyperv/
H A Dnetvsc_drv.c478 struct hv_netvsc_packet *packet = NULL; in netvsc_xmit() local
359 init_page_array(void *hdr, u32 len, struct sk_buff *skb, struct hv_netvsc_packet *packet, struct hv_page_buffer *pb) init_page_array() argument
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/
H A Dhfi_venus.c151 static void venus_dump_packet(struct venus_hfi_device *hdev, const void *packet) in venus_dump_packet() argument
162 venus_write_queue(struct venus_hfi_device *hdev, struct iface_queue *queue, void *packet, u32 *rx_req) venus_write_queue() argument
437 u8 packet[IFACEQ_VAR_SMALL_PKT_SIZE]; venus_hfi_core_set_resource() local
848 u8 packet[IFACEQ_VAR_SMALL_PKT_SIZE]; venus_sys_set_debug() local
860 u8 packet[IFACEQ_VAR_SMALL_PKT_SIZE]; venus_sys_set_coverage() local
873 u8 packet[IFACEQ_VAR_SMALL_PKT_SIZE]; venus_sys_set_idle_message() local
889 u8 packet[IFACEQ_VAR_SMALL_PKT_SIZE]; venus_sys_set_power_control() local
901 u8 packet[IFACEQ_VAR_SMALL_PKT_SIZE]; venus_sys_set_ubwc_config() local
976 void *packet = hdev->dbg_buf; venus_flush_debug_queue() local
1054 venus_process_msg_sys_error(struct venus_hfi_device *hdev, void *packet) venus_process_msg_sys_error() argument
1329 u8 packet[IFACEQ_VAR_LARGE_PKT_SIZE]; venus_session_set_buffers() local
1349 u8 packet[IFACEQ_VAR_LARGE_PKT_SIZE]; venus_session_unset_buffers() local
1379 u8 packet[IFACEQ_VAR_SMALL_PKT_SIZE]; venus_session_parse_seq_hdr() local
1400 u8 packet[IFACEQ_VAR_SMALL_PKT_SIZE]; venus_session_get_seq_hdr() local
1417 u8 packet[IFACEQ_VAR_LARGE_PKT_SIZE]; venus_session_set_property() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/
H A Dhtc_mbox.c359 static void ath6kl_htc_tx_prep_pkt(struct htc_packet *packet, u8 flags, in ath6kl_htc_tx_prep_pkt() argument
386 struct htc_packet *packet = NULL; in htc_get_control_buf() local
408 htc_tx_comp_update(struct htc_target *target, struct htc_endpoint *endpoint, struct htc_packet *packet) htc_tx_comp_update() argument
451 htc_tx_comp_handler(struct htc_target *target, struct htc_packet *packet) htc_tx_comp_handler() argument
471 struct htc_packet *packet; htc_async_tx_scat_complete() local
507 ath6kl_htc_tx_issue(struct htc_target *target, struct htc_packet *packet) ath6kl_htc_tx_issue() argument
605 struct htc_packet *packet; ath6kl_htc_tx_pkts_get() local
685 struct htc_packet *packet; ath6kl_htc_tx_setup_scat_list() local
762 struct htc_packet *packet; ath6kl_htc_tx_bundle() local
862 struct htc_packet *packet; ath6kl_htc_tx_from_queue() local
1121 ath6kl_htc_mbox_tx(struct htc_target *target, struct htc_packet *packet) ath6kl_htc_mbox_tx() argument
1153 struct htc_packet *packet, *tmp_pkt; ath6kl_htc_mbox_flush_txep() local
1269 htc_add_rxbuf(struct htc_target *target, struct htc_packet *packet) htc_add_rxbuf() argument
1278 htc_reclaim_rxbuf(struct htc_target *target, struct htc_packet *packet, struct htc_endpoint *ep) htc_reclaim_rxbuf() argument
1292 reclaim_rx_ctrl_buf(struct htc_target *target, struct htc_packet *packet) reclaim_rx_ctrl_buf() argument
1300 ath6kl_htc_rx_packet(struct htc_target *target, struct htc_packet *packet, u32 rx_len) ath6kl_htc_rx_packet() argument
1336 ath6kl_htc_rx_set_indicate(u32 lk_ahd, struct htc_endpoint *endpoint, struct htc_packet *packet) ath6kl_htc_rx_set_indicate() argument
1370 struct htc_packet *packet; ath6kl_htc_rx_setup() local
1475 struct htc_packet *packet, *tmp_pkt; ath6kl_htc_rx_alloc() local
1803 ath6kl_htc_rx_process_hdr(struct htc_target *target, struct htc_packet *packet, u32 *next_lkahds, int *n_lkahds) ath6kl_htc_rx_process_hdr() argument
1900 ath6kl_htc_rx_complete(struct htc_endpoint *endpoint, struct htc_packet *packet) ath6kl_htc_rx_complete() argument
1916 struct htc_packet *packet; ath6kl_htc_rx_bundle() local
2008 struct htc_packet *packet, *tmp_pkt; ath6kl_htc_rx_process_packets() local
2061 struct htc_packet *packet, *tmp_pkt; ath6kl_htc_rx_fetch() local
2262 struct htc_packet *packet = NULL; htc_wait_for_ctrl_msg() local
2342 struct htc_packet *packet, *tmp_pkt; ath6kl_htc_mbox_add_rxbuf_multiple() local
2382 struct htc_packet *packet, *tmp_pkt; ath6kl_htc_mbox_flush_rx_buf() local
2656 struct htc_packet *packet = NULL; ath6kl_htc_mbox_wait_target() local
2741 struct htc_packet *packet; ath6kl_htc_mbox_start() local
2784 struct htc_packet *packet; ath6kl_htc_reset() local
2890 struct htc_packet *packet, *tmp_packet; ath6kl_htc_mbox_cleanup() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/
H A Dtc358768.c472 struct mipi_dsi_packet packet; in tc358768_dsi_host_transfer() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/
H A Dsun6i_mipi_dsi.c314 sun6i_dsi_inst_setup(struct sun6i_dsi *dsi, enum sun6i_dsi_inst_id id, enum sun6i_dsi_inst_mode mode, bool clock, u8 data, enum sun6i_dsi_inst_packet packet, enum sun6i_dsi_inst_escape escape) sun6i_dsi_inst_setup() argument
/kernel/linux/linux-6.6/drivers/input/keyboard/
H A Dapplespi.c767 struct spi_packet *packet = (struct spi_packet *)applespi->tx_buffer; applespi_send_cmd_msg() local
1354 applespi_handle_cmd_response(struct applespi_data *applespi, struct spi_packet *packet, struct message *message) applespi_handle_cmd_response() argument
1399 applespi_debug_print_read_packet(struct applespi_data *applespi, struct spi_packet *packet) applespi_debug_print_read_packet() argument
1421 struct spi_packet *packet; applespi_got_data() local
[all...]
/kernel/linux/linux-6.6/drivers/input/joystick/
H A Dxpad.c1214 struct xpad_output_packet *pkt, *packet = NULL; xpad_prepare_next_out_packet() local
1373 struct xpad_output_packet *packet = xpad_inquiry_pad_presence() local
1442 struct xpad_output_packet *packet = xpadone_ack_mode_report() local
1467 struct xpad_output_packet *packet = &xpad->out_packets[XPAD_OUT_FF_IDX]; xpad_play_effect() local
1604 struct xpad_output_packet *packet = xpad_send_led_command() local
1767 struct xpad_output_packet *packet = xpad360w_poweroff_controller() local
[all...]
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Dhideep.c182 struct pgm_packet *packet = (void *)ts->xfer_buf; in hideep_pgm_w_mem() local
209 struct pgm_packet *packet in hideep_pgm_r_mem() local
[all...]
H A Dads7846.c111 struct ads7846_packet *packet; member
704 struct ads7846_packet *packet = ts->packet; in ads7846_set_cmd_val() local
765 struct ads7846_packet *packet = ts->packet; in ads7846_filter() local
798 struct ads7846_packet *packet = ts->packet; ads7846_read_state() local
826 struct ads7846_packet *packet = ts->packet; ads7846_report_state() local
1020 struct ads7846_packet *packet = ts->packet; ads7846_setup_spi_msg() local
1182 struct ads7846_packet *packet; ads7846_probe() local
[all...]
H A Dmelfas_mip4.c430 static void mip4_report_keys(struct mip4_ts *ts, u8 *packet) in mip4_report_keys() argument
465 static void mip4_report_touch(struct mip4_ts *ts, u8 *packet) in mip4_report_touch() argument
543 mip4_handle_packet(struct mip4_ts *ts, u8 *packet) mip4_handle_packet() argument
[all...]
H A Dusbtouchscreen.c1048 struct nexio_touch_packet *packet = (void *) pkt; in nexio_read_data() local
[all...]
/kernel/linux/linux-6.6/drivers/input/mouse/
H A Dalps.c251 unsigned char *packet = psmouse->packet; in alps_process_packet_v1_v2() local
558 unsigned char *packet = psmouse->packet; alps_process_trackstick_packet_v3() local
728 unsigned char *packet = psmouse->packet; alps_process_touchpad_packet_v3_v5() local
805 unsigned char *packet = psmouse->packet; alps_process_packet_v3() local
826 unsigned char *packet = psmouse->packet; alps_process_packet_v6() local
892 unsigned char *packet = psmouse->packet; alps_process_packet_v4() local
1091 unsigned char *packet = psmouse->packet; alps_process_trackstick_packet_v7() local
1140 unsigned char *packet = psmouse->packet; alps_process_packet_v7() local
1317 unsigned char *packet = psmouse->packet; alps_process_packet_ss4_v2() local
1466 alps_report_bare_ps2_packet(struct psmouse *psmouse, unsigned char packet[], bool report_buttons) alps_report_bare_ps2_packet() argument
[all...]
/kernel/linux/linux-6.6/net/netfilter/
H A Dnfnetlink_queue.c265 nfqnl_put_packet_info(struct sk_buff *nlskb, struct sk_buff *packet, in nfqnl_put_packet_info() argument
/kernel/linux/linux-6.6/tools/perf/util/
H A Dcs-etm.c96 struct cs_etm_packet *packet; member
1241 cs_etm__first_executed_instr(struct cs_etm_packet *packet) cs_etm__first_executed_instr() argument
1251 cs_etm__last_executed_instr(const struct cs_etm_packet *packet) cs_etm__last_executed_instr() argument
1260 cs_etm__instr_addr(struct cs_etm_queue *etmq, u64 trace_chan_id, const struct cs_etm_packet *packet, u64 offset) cs_etm__instr_addr() argument
1398 cs_etm__copy_insn(struct cs_etm_queue *etmq, u64 trace_chan_id, const struct cs_etm_packet *packet, struct perf_sample *sample) cs_etm__copy_insn() argument
1953 cs_etm__is_svc_instr(struct cs_etm_queue *etmq, u8 trace_chan_id, struct cs_etm_packet *packet, u64 end_addr) cs_etm__is_svc_instr() argument
2028 struct cs_etm_packet *packet = tidq->packet; cs_etm__is_syscall() local
2053 struct cs_etm_packet *packet = tidq->packet; cs_etm__is_async_exception() local
2081 struct cs_etm_packet *packet = tidq->packet; cs_etm__is_sync_exception() local
2128 struct cs_etm_packet *packet = tidq->packet; cs_etm__set_sample_flags() local
[all...]
/kernel/linux/linux-6.6/net/openvswitch/
H A Ddatapath.c597 struct sk_buff *packet; in ovs_packet_cmd_execute() local
[all...]

Completed in 48 milliseconds

1...<<1112131415161718