Home
last modified time | relevance | path

Searched refs:pkt_type (Results 1 - 14 of 14) sorted by relevance

/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/tl/
H A Dmali_kbase_tlstream.c31 * @pkt_type: packet's type
39 enum tl_packet_type pkt_type, unsigned int stream_id, int numbered) in kbasep_packet_header_setup()
42 MIPE_PACKET_HEADER_W0(pkt_family, pkt_class, pkt_type, stream_id), in kbasep_packet_header_setup()
103 enum tl_packet_type pkt_type; member
144 if (TL_PACKET_TYPE_BODY == tl_stream_cfg[stream_type].pkt_type) { in kbase_tlstream_init()
152 tl_stream_cfg[stream_type].pkt_class, tl_stream_cfg[stream_type].pkt_type, in kbase_tlstream_init()
38 kbasep_packet_header_setup(char *buffer, enum tl_packet_family pkt_family, enum tl_packet_class pkt_class, enum tl_packet_type pkt_type, unsigned int stream_id, int numbered) kbasep_packet_header_setup() argument
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tl/
H A Dmali_kbase_tlstream.c30 * @pkt_type: packet's type
41 enum tl_packet_type pkt_type, in kbasep_packet_header_setup()
46 MIPE_PACKET_HEADER_W0(pkt_family, pkt_class, pkt_type, stream_id), in kbasep_packet_header_setup()
111 enum tl_packet_type pkt_type; member
155 if (tl_stream_cfg[stream_type].pkt_type == TL_PACKET_TYPE_BODY) in kbase_tlstream_init()
165 tl_stream_cfg[stream_type].pkt_type, in kbase_tlstream_init()
37 kbasep_packet_header_setup( char *buffer, enum tl_packet_family pkt_family, enum tl_packet_class pkt_class, enum tl_packet_type pkt_type, unsigned int stream_id, int numbered) kbasep_packet_header_setup() argument
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_mipe_proto.h68 #define MIPE_PACKET_HEADER_W0(pkt_family, pkt_class, pkt_type, stream_id) \
72 | BITFIELD_SET(PACKET_TYPE, pkt_type) \
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_mipe_proto.h69 #define MIPE_PACKET_HEADER_W0(pkt_family, pkt_class, pkt_type, stream_id) \
73 | BITFIELD_SET(PACKET_TYPE, pkt_type) \
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_tlstream.c235 enum tl_packet_type pkt_type; member
452 * @pkt_type: packet's type
460 enum tl_packet_class pkt_class, enum tl_packet_type pkt_type, in kbasep_tlstream_packet_header_setup()
468 KBASE_DEBUG_ASSERT((pkt_type == TL_PACKET_TYPE_HEADER) || (pkt_type == TL_PACKET_TYPE_SUMMARY) || in kbasep_tlstream_packet_header_setup()
469 (pkt_type == TL_PACKET_TYPE_BODY)); in kbasep_tlstream_packet_header_setup()
474 kbasep_tlstream_put_bits(&word0, pkt_type, PACKET_TYPE_POS, PACKET_TYPE_LEN); in kbasep_tlstream_packet_header_setup()
560 if (TL_PACKET_TYPE_BODY == tl_stream_cfg[stream_type].pkt_type) { in kbasep_timeline_stream_init()
568 tl_stream_cfg[stream_type].pkt_class, tl_stream_cfg[stream_type].pkt_type, in kbasep_timeline_stream_init()
459 kbasep_tlstream_packet_header_setup(char *buffer, enum tl_packet_family pkt_family, enum tl_packet_class pkt_class, enum tl_packet_type pkt_type, unsigned int stream_id, int numbered) kbasep_tlstream_packet_header_setup() argument
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_tlstream.c236 enum tl_packet_type pkt_type; member
703 * @pkt_type: packet's type
714 enum tl_packet_type pkt_type, in kbasep_tlstream_packet_header_setup()
724 (pkt_type == TL_PACKET_TYPE_HEADER) || in kbasep_tlstream_packet_header_setup()
725 (pkt_type == TL_PACKET_TYPE_SUMMARY) || in kbasep_tlstream_packet_header_setup()
726 (pkt_type == TL_PACKET_TYPE_BODY)); in kbasep_tlstream_packet_header_setup()
738 &word0, pkt_type, in kbasep_tlstream_packet_header_setup()
836 if (TL_PACKET_TYPE_BODY == tl_stream_cfg[stream_type].pkt_type) in kbasep_timeline_stream_init()
846 tl_stream_cfg[stream_type].pkt_type, in kbasep_timeline_stream_init()
710 kbasep_tlstream_packet_header_setup( char *buffer, enum tl_packet_family pkt_family, enum tl_packet_class pkt_class, enum tl_packet_type pkt_type, unsigned int stream_id, int numbered) kbasep_tlstream_packet_header_setup() argument
/device/soc/rockchip/common/sdk_linux/net/bluetooth/
H A Dsco.c791 cp.pkt_type = cpu_to_le16(conn->pkt_type); in sco_conn_defer_accept()
799 if (conn->pkt_type & ESCO_2EV3) { in sco_conn_defer_accept()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_wlfc.h408 ewlfc_packet_state_t pkt_type; member
H A Ddhd_wlfc.c818 void* p, ewlfc_packet_state_t pkt_type, uint32 hslot) in _dhd_wlfc_rollback_packet_toq()
834 if (pkt_type == eWLFC_PKTTYPE_SUPPRESSED) in _dhd_wlfc_rollback_packet_toq()
844 if (pkt_type == eWLFC_PKTTYPE_DELAYED) { in _dhd_wlfc_rollback_packet_toq()
2098 _dhd_wlfc_rollback_packet_toq(ctx, commit_info->p, commit_info->pkt_type, hslot); in _dhd_wlfc_handle_packet_commit()
3225 commit_info.pkt_type = (commit_info.needs_hdr) ? eWLFC_PKTTYPE_DELAYED : in dhd_wlfc_transfer_packets()
3349 commit_info.pkt_type = (commit_info.needs_hdr) ? eWLFC_PKTTYPE_DELAYED : in dhd_wlfc_transfer_packets()
817 _dhd_wlfc_rollback_packet_toq(athost_wl_status_info_t* ctx, void* p, ewlfc_packet_state_t pkt_type, uint32 hslot) _dhd_wlfc_rollback_packet_toq() argument
H A Ddhd.h617 uint16 pkt_type; member
H A Ddhd_linux.c4750 if (skb->pkt_type == PACKET_MULTICAST) { in dhd_rx_frame()
/device/soc/rockchip/common/vendor/drivers/net/ethernet/
H A Ddwmac-rk-tool.c454 skb->pkt_type = PACKET_HOST; in dwmac_rk_get_skb()
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-rk-tool.c463 skb->pkt_type = PACKET_HOST; in dwmac_rk_get_skb()
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/
H A Dr8168_n.c[all...]

Completed in 84 milliseconds