Home
last modified time | relevance | path

Searched defs:packet (Results 26 – 50 of 383) sorted by relevance

12345678910>>...16

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dftmac100.c182 static int _ftmac100_send(struct ftmac100_data *priv, void *packet, int length) in _ftmac100_send()
269 static int ftmac100_send(struct eth_device *dev, void *packet, int length) in ftmac100_send()
327 static int ftmac100_send(struct udevice *dev, void *packet, int length) in ftmac100_send()
348 static int ftmac100_free_pkt(struct udevice *dev, uchar *packet, int length) in ftmac100_free_pkt()
H A Ddesignware.c346 static int _dw_eth_send(struct dw_eth_dev *priv, void *packet, int length) in _dw_eth_send()
504 static int dw_eth_send(struct eth_device *dev, void *packet, int length) in dw_eth_send()
511 uchar *packet; in dw_eth_recv() local
605 int designware_eth_send(struct udevice *dev, void *packet, int length) in designware_eth_send()
619 int designware_eth_free_pkt(struct udevice *dev, uchar *packet, int length) in designware_eth_free_pkt()
/OK3568_Linux_fs/external/mpp/test/
H A Dmpi_dec_test.c43 MppPacket packet; member
69 MppPacket packet = data->packet; in dec_simple() local
346 MppPacket packet = NULL; in dec_advanced() local
534 MppPacket packet = NULL; in dec_decode() local
H A Dmpi_dec_multi_test.c46 MppPacket packet; member
84 MppPacket packet = data->packet; in multi_dec_simple() local
268 MppPacket packet = NULL; in multi_dec_advanced() local
408 MppPacket packet = NULL; in multi_dec_decode() local
H A Dmpi_dec_mt_test.c47 MppPacket packet; member
65 MppPacket packet = data->packet; in thread_input() local
246 MppPacket packet = NULL; in mt_dec_decode() local
H A Dmpi_dec_nt_test.c43 MppPacket packet; member
69 MppPacket packet = data->packet; in dec_loop() local
367 MppPacket packet = NULL; in dec_nt_decode() local
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Dcapture_v2x.h31 static inline void rkisp_mipi_v20_isr(u32 phy, u32 packet, u32 overflow, u32 state, struct rkisp_de… in rkisp_mipi_v20_isr()
45 static inline void rkisp_mipi_v21_isr(u32 phy, u32 packet, u32 overflow, u32 state, struct rkisp_de… in rkisp_mipi_v21_isr()
H A Dcapture_v3x.h20 static inline void rkisp_mipi_v30_isr(u32 phy, u32 packet, u32 overflow, u32 state, struct rkisp_de… in rkisp_mipi_v30_isr()
41 static inline void rkisp_mipi_v32_isr(u32 phy, u32 packet, u32 overflow, u32 state, struct rkisp_de… in rkisp_mipi_v32_isr()
/OK3568_Linux_fs/kernel/drivers/usb/misc/sisusbvga/
H A Dsisusb.c527 struct sisusb_packet *packet) in sisusb_send_packet()
563 struct sisusb_packet *packet, unsigned int tflags) in sisusb_send_bridge_packet()
613 struct sisusb_packet packet; in sisusb_write_memio_byte() local
624 struct sisusb_packet packet; in sisusb_write_memio_word() local
661 struct sisusb_packet packet; in sisusb_write_memio_24bit() local
702 struct sisusb_packet packet; in sisusb_write_memio_long() local
758 struct sisusb_packet packet; in sisusb_write_mem_bulk() local
970 struct sisusb_packet packet; in sisusb_read_memio_byte() local
984 struct sisusb_packet packet; in sisusb_read_memio_word() local
1023 struct sisusb_packet packet; in sisusb_read_memio_24bit() local
[all …]
/OK3568_Linux_fs/kernel/drivers/tty/ipwireless/
H A Dhardware.c459 static void do_send_packet(struct ipw_hardware *hw, struct ipw_tx_packet *packet) in do_send_packet()
556 struct ipw_rx_packet *packet, in pool_allocate()
609 static void pool_free(struct ipw_hardware *hw, struct ipw_rx_packet *packet) in pool_free()
626 struct ipw_rx_packet *packet = NULL; in queue_received_packet() local
711 struct ipw_rx_packet *packet = in ipw_receive_data_work() local
812 const union nl_packet *packet, in handle_received_packet()
963 struct ipw_tx_packet *packet = NULL; in send_pending_packet() local
1238 struct ipw_tx_packet *packet) in send_packet()
1255 struct ipw_tx_packet *packet = kzalloc( in alloc_data_packet() local
1280 struct ipw_control_packet *packet = kzalloc(header_size, GFP_ATOMIC); in alloc_ctrl_packet() local
[all …]
/OK3568_Linux_fs/external/mpp/mpp/
H A Dmpi.cpp100 static MPP_RET mpi_decode(MppCtx ctx, MppPacket packet, MppFrame *frame) in mpi_decode()
127 static MPP_RET mpi_decode_put_packet(MppCtx ctx, MppPacket packet) in mpi_decode_put_packet()
175 static MPP_RET mpi_encode(MppCtx ctx, MppFrame frame, MppPacket *packet) in mpi_encode()
223 static MPP_RET mpi_encode_get_packet(MppCtx ctx, MppPacket *packet) in mpi_encode_get_packet()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Dverbs.c316 static inline opcode_handler qp_ok(struct hfi1_packet *packet) in qp_ok()
359 static opcode_handler tid_qp_ok(int opcode, struct hfi1_packet *packet) in tid_qp_ok()
369 void hfi1_kdeth_eager_rcv(struct hfi1_packet *packet) in hfi1_kdeth_eager_rcv()
423 void hfi1_kdeth_expected_rcv(struct hfi1_packet *packet) in hfi1_kdeth_expected_rcv()
477 static int hfi1_do_pkey_check(struct hfi1_packet *packet) in hfi1_do_pkey_check()
495 static inline void hfi1_handle_packet(struct hfi1_packet *packet, in hfi1_handle_packet()
577 void hfi1_ib_rcv(struct hfi1_packet *packet) in hfi1_ib_rcv()
585 void hfi1_16B_rcv(struct hfi1_packet *packet) in hfi1_16B_rcv()
1975 void hfi1_cnp_rcv(struct hfi1_packet *packet) in hfi1_cnp_rcv()
H A Drc.c1237 static inline void hfi1_queue_rc_ack(struct hfi1_packet *packet, bool is_fecn) in hfi1_queue_rc_ack()
1260 static inline void hfi1_make_rc_ack_9B(struct hfi1_packet *packet, in hfi1_make_rc_ack_9B()
1313 static inline void hfi1_make_rc_ack_16B(struct hfi1_packet *packet, in hfi1_make_rc_ack_16B()
1386 void hfi1_send_rc_ack(struct hfi1_packet *packet, bool is_fecn) in hfi1_send_rc_ack()
2344 static void rc_rcv_resp(struct hfi1_packet *packet) in rc_rcv_resp()
2804 void hfi1_rc_rcv(struct hfi1_packet *packet) in hfi1_rc_rcv()
3252 struct hfi1_packet *packet, in hfi1_rc_hdrerr()
/OK3568_Linux_fs/u-boot/arch/sandbox/cpu/
H A Deth-raw-os.c154 int sandbox_eth_raw_os_send(void *packet, int length, in sandbox_eth_raw_os_send()
219 int sandbox_eth_raw_os_recv(void *packet, int *length, in sandbox_eth_raw_os_recv()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath6kl/
H A Dtxrx.c587 struct htc_packet *packet) in ath6kl_tx_queue_full()
685 struct htc_packet *packet; in ath6kl_tx_complete() local
880 struct htc_packet *packet; in ath6kl_rx_refill() local
918 struct htc_packet *packet; in ath6kl_refill_amsdu_rxbufs() local
952 struct htc_packet *packet = NULL; in ath6kl_alloc_amsdu_rxbuf() local
1301 void ath6kl_rx(struct htc_target *target, struct htc_packet *packet) in ath6kl_rx()
1841 struct htc_packet *packet, *tmp_pkt; in ath6kl_cleanup_amsdu_rxbufs() local
/OK3568_Linux_fs/u-boot/net/
H A Deth_legacy.c382 int eth_send(void *packet, int length) in eth_send()
399 static void eth_save_packet(void *packet, int length) in eth_save_packet()
417 int eth_receive(void *packet, int length) in eth_receive()
H A Dfastboot.c73 uchar *packet; in fastboot_send_info() local
117 uchar *packet; in fastboot_send() local
473 static void fastboot_handler(uchar *packet, unsigned dport, struct in_addr sip, in fastboot_handler()
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/
H A Dh264e_sei.c40 MPP_RET h264e_sei_recovery_point_to_packet(MppPacket packet, RK_S32 *len, RK_U32 recovery_frame_cnt) in h264e_sei_recovery_point_to_packet()
102 MPP_RET h264e_sei_to_packet(MppPacket packet, RK_S32 *len, RK_S32 type, in h264e_sei_to_packet()
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/utils/
H A Dmpp_decoder.h25 MppPacket packet; member
56 MppPacket packet = NULL; variable
/OK3568_Linux_fs/kernel/drivers/input/mouse/
H A Dsentelic.c27 #define GET_ABS_X(packet) ((packet[1] << 2) | ((packet[3] >> 2) & 0x03)) argument
28 #define GET_ABS_Y(packet) ((packet[2] << 2) | (packet[3] & 0x03)) argument
636 static void fsp_packet_debug(struct psmouse *psmouse, unsigned char packet[]) in fsp_packet_debug()
677 static void fsp_packet_debug(struct psmouse *psmouse, unsigned char packet[]) in fsp_packet_debug()
697 unsigned char *packet = psmouse->packet; in fsp_process_byte() local
H A Dalps.c251 unsigned char *packet = psmouse->packet; in alps_process_packet_v1_v2() local
558 unsigned char *packet = psmouse->packet; in alps_process_trackstick_packet_v3() local
728 unsigned char *packet = psmouse->packet; in alps_process_touchpad_packet_v3_v5() local
805 unsigned char *packet = psmouse->packet; in alps_process_packet_v3() local
826 unsigned char *packet = psmouse->packet; in alps_process_packet_v6() local
892 unsigned char *packet = psmouse->packet; in alps_process_packet_v4() local
1091 unsigned char *packet = psmouse->packet; in alps_process_trackstick_packet_v7() local
1140 unsigned char *packet = psmouse->packet; in alps_process_packet_v7() local
1317 unsigned char *packet = psmouse->packet; in alps_process_packet_ss4_v2() local
1467 unsigned char packet[], in alps_report_bare_ps2_packet()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-drv.c1640 struct xgbe_packet_data *packet) in xgbe_prep_tx_tstamp()
1660 static void xgbe_prep_vlan(struct sk_buff *skb, struct xgbe_packet_data *packet) in xgbe_prep_vlan()
1666 static int xgbe_prep_tso(struct sk_buff *skb, struct xgbe_packet_data *packet) in xgbe_prep_tso()
1751 struct xgbe_packet_data *packet) in xgbe_packet_info()
1935 struct xgbe_packet_data *packet; in xgbe_xmit() local
2349 u8 *packet; in xgbe_create_skb() local
2371 struct xgbe_packet_data *packet) in xgbe_rx_buf1_len()
2394 struct xgbe_packet_data *packet, in xgbe_rx_buf2_len()
2484 struct xgbe_packet_data *packet; in xgbe_rx_poll() local
/OK3568_Linux_fs/kernel/drivers/net/usb/
H A Dlg-vl600.c99 struct vl600_pkt_hdr *packet; in vl600_rx_fixup() local
235 struct vl600_pkt_hdr *packet; in vl600_tx_fixup() local
/OK3568_Linux_fs/kernel/tools/firewire/
H A Dnosy-dump.c644 get_bits(struct link_packet *packet, int offset, int width) in get_bits()
684 decode_link_packet(struct link_packet *packet, size_t length, in decode_link_packet()
807 struct link_packet *packet = (struct link_packet *) data; in print_packet() local
842 struct link_packet *packet = (struct link_packet *) data; in print_stats() local
/OK3568_Linux_fs/kernel/drivers/input/joystick/
H A Dxpad.c1026 struct xpad_output_packet *pkt, *packet = NULL; in xpad_prepare_next_out_packet() local
1185 struct xpad_output_packet *packet = in xpad_inquiry_pad_presence() local
1239 struct xpad_output_packet *packet = in xpadone_ack_mode_report() local
1264 struct xpad_output_packet *packet = &xpad->out_packets[XPAD_OUT_FF_IDX]; in xpad_play_effect() local
1401 struct xpad_output_packet *packet = in xpad_send_led_command() local
1543 struct xpad_output_packet *packet = in xpad360w_poweroff_controller() local

12345678910>>...16