Home
last modified time | relevance | path

Searched refs:pkt_type (Results 1 – 25 of 48) sorted by relevance

12

/device/soc/telink/b91/b91_ble_sdk/drivers/B91/
Demi.c123 unsigned char pkt_type) in rf_emi_tx_continue_update_data() argument
151 write_reg8(0x140808, pkt_type); // 0:pbrs9 1:0xf0 2:0x55 in rf_emi_tx_continue_update_data()
311 void rf_emi_tx_burst_loop(rf_mode_e rf_mode, unsigned char pkt_type) in rf_emi_tx_burst_loop() argument
333 if (pkt_type == 0) { in rf_emi_tx_burst_loop()
352 if (pkt_type == 0) { in rf_emi_tx_burst_loop()
371 if (pkt_type == 0) { in rf_emi_tx_burst_loop()
389 if (pkt_type == 0) { in rf_emi_tx_burst_loop()
406 …_setup(rf_mode_e rf_mode, rf_power_level_e power_level, signed char rf_chn, unsigned char pkt_type) in rf_emi_tx_burst_setup() argument
440 if (pkt_type == 1) { in rf_emi_tx_burst_setup()
442 } else if (pkt_type == 2) { in rf_emi_tx_burst_setup()
[all …]
Demi.h91 unsigned char pkt_type);
108 void rf_emi_tx_burst_loop(rf_mode_e rf_mode, unsigned char pkt_type);
122 unsigned char pkt_type);
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tl/
Dmali_kbase_tlstream.c41 enum tl_packet_type pkt_type, in kbasep_packet_header_setup() argument
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()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/tl/
Dmali_kbase_tlstream.c39 … enum tl_packet_type pkt_type, unsigned int stream_id, int numbered) in kbasep_packet_header_setup() argument
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()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
Dmali_kbase_mipe_proto.h68 #define MIPE_PACKET_HEADER_W0(pkt_family, pkt_class, pkt_type, stream_id) \ argument
72 | BITFIELD_SET(PACKET_TYPE, pkt_type) \
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
Dmali_kbase_mipe_proto.h69 #define MIPE_PACKET_HEADER_W0(pkt_family, pkt_class, pkt_type, stream_id) \ argument
73 | BITFIELD_SET(PACKET_TYPE, pkt_type) \
/device/board/unionman/unionpi_tiger/hardware/bt/src/
Dhci_h5.c465 void skb_set_pkt_type(sk_buff *skb, uint8_t pkt_type) in skb_set_pkt_type() argument
467 BT_CONTEXT(skb)->PacketType = pkt_type; in skb_set_pkt_type()
710 static sk_buff *h5_prepare_pkt(tHCI_H5_CB *h5, uint8_t *data, signed long len, signed long pkt_type) in h5_prepare_pkt() argument
717 switch (pkt_type) { in h5_prepare_pkt()
771 hdr[1] = ((len << SKB_4) & 0xff) | pkt_type; in h5_prepare_pkt()
1149 static uint8_t hci_recv_frame(sk_buff *skb, uint8_t pkt_type) in hci_recv_frame() argument
1173 if (pkt_type == HCI_EVENT_PKT) { in hci_recv_frame()
1216 uint8_t pkt_type = 0; in h5_complete_rx_pkt() local
1252 pkt_type = H5_HDR_PKT_TYPE(h5_hdr); in h5_complete_rx_pkt()
1253 switch (pkt_type) { in h5_complete_rx_pkt()
[all …]
/device/board/hisilicon/hispark_phoenix/peripherals/bluetooth/rtkbt/code/libbt-vendor/src/
Dhci_h5.c721 void skb_set_pkt_type(sk_buff *skb, uint8_t pkt_type) in skb_set_pkt_type() argument
723 BT_CONTEXT(skb)->PacketType = pkt_type; in skb_set_pkt_type()
969 static sk_buff *h5_prepare_pkt(tHCI_H5_CB *h5, uint8_t *data, signed long len, signed long pkt_type) in h5_prepare_pkt() argument
977 switch (pkt_type) in h5_prepare_pkt()
1029 hdr[1] = ((len << 4) & 0xff) | pkt_type; in h5_prepare_pkt()
1599 static uint8_t hci_recv_frame(sk_buff *skb, uint8_t pkt_type) in hci_recv_frame() argument
1625 if (pkt_type == HCI_EVENT_PKT) in hci_recv_frame()
1671 uint8_t pkt_type = 0; in h5_complete_rx_pkt() local
1711 pkt_type = H5_HDR_PKT_TYPE(h5_hdr); in h5_complete_rx_pkt()
1713 switch (pkt_type) in h5_complete_rx_pkt()
[all …]
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/l2cap/
Dl2c_main.c124 UINT8 pkt_type; in l2c_rcv_acl_data() local
135 pkt_type = HCID_GET_EVENT (handle); in l2c_rcv_acl_data()
140 if (pkt_type != L2CAP_PKT_CONTINUE) { in l2c_rcv_acl_data()
175 L2CAP_TRACE_WARNING ("L2CAP - expected pkt start or complete, got: %d", pkt_type); in l2c_rcv_acl_data()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
Dmali_kbase_tlstream.c235 enum tl_packet_type pkt_type; member
460 … enum tl_packet_class pkt_class, enum tl_packet_type pkt_type, in kbasep_tlstream_packet_header_setup() argument
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()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
Dmali_kbase_tlstream.c236 enum tl_packet_type pkt_type; member
714 enum tl_packet_type pkt_type, in kbasep_tlstream_packet_header_setup() argument
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()
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/
Ddhd_linux_pktdump.h50 enum pkt_type { enum
Ddhd_wlfc.h194 ewlfc_packet_state_t pkt_type; member
/device/soc/asrmicro/asr582x/liteos_m/sdk/drivers/ble_inc/
Dsonata_gap.h597 typedef uint16_t (*sonata_gap_check_pkt_type_t)(uint8_t pkt_type);
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/bluetooth/
Drtk_btusb.c800 memcpy(skb_push(rtk_skb_copy, 1), &bt_cb(skb)->pkt_type, 1); in hci_send_to_stack()
831 if (bt_cb(skb)->pkt_type == HCI_SCODATA_PKT) in hci_recv_frame()
860 if (bt_cb(skb)->pkt_type == HCI_SCODATA_PKT) in hci_recv_sco_frame()
910 scb->pkt_type = type; in hci_reassembly()
978 bt_cb(skb)->pkt_type = type; in hci_reassembly()
1201 bt_cb(skb)->pkt_type = *((__u8 *)skb->data); in btchr_write()
1617 unsigned char pkt_type = HCI_EVENT_PKT; in check_fw_version() local
1657 memcpy(skb_push(rtk_skb_copy, 1), &pkt_type, 1); in check_fw_version()
3463 __func__, bt_cb(skb)->pkt_type, skb->len); in snd_send_sco_frame()
3498 __func__, urb, bt_cb(skb)->pkt_type, err); in snd_send_sco_frame()
[all …]
Drtk_btusb.h270 __u8 pkt_type; member
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/phydm/txbf/
Dhaltxbfinterface.c104 ACT_PKT_TYPE pkt_type = ACT_PKT_TYPE_UNKNOWN; local
115 pkt_type = PacketGetActionFrameType(p_pdu_os);
118 if (pkt_type == ACT_PKT_VHT_COMPRESSED_BEAMFORMING) {
125 } else if (pkt_type == ACT_PKT_HT_COMPRESSED_BEAMFORMING) {
137 idx, pkt_type, nc, nr, CH_W);
/device/soc/chipsea/cst85/liteos_m/sdk/modules/btdm/ble/ble_stack/common/api/
Dbt_common_hci.h804 uint16_t pkt_type ; member
913 uint8_t pkt_type; member
942 uint16_t pkt_type; member
1132 uint16_t pkt_type; member
1221 uint16_t pkt_type; member
3581 uint16_t pkt_type; member
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/umac/
Dmain.c245 switch (skb->pkt_type) { in ieee80211_tasklet_handler()
249 skb->pkt_type = 0; in ieee80211_tasklet_handler()
253 skb->pkt_type = 0; in ieee80211_tasklet_handler()
258 skb->pkt_type); in ieee80211_tasklet_handler()
Dstatus.c31 skb->pkt_type = IEEE80211_TX_STATUS_MSG; in mac80211_tx_status_irqsafe()
830 skb->pkt_type = PACKET_OTHERHOST; in ieee80211_tx_monitor()
/device/soc/rockchip/common/sdk_linux/net/bluetooth/
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/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/os_dep/linux/
Drecv_linux.c686 skb->pkt_type = PACKET_OTHERHOST; in rtw_hostapd_mlme_rx()
724 skb->pkt_type = PACKET_OTHERHOST; in rtw_recv_monitor()
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/
Ddhd_wlfc.h188 ewlfc_packet_state_t pkt_type; member
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/
Ddhd_wlfc.h176 ewlfc_packet_state_t pkt_type; member
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/
Dosdep_service_bsd.h280 u8 pkt_type:3, member

12