Home
last modified time | relevance | path

Searched refs:pkt_state (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.c68 static inline bool intel_pt_sample_time(enum intel_pt_pkt_state pkt_state) in intel_pt_sample_time() argument
70 switch (pkt_state) { in intel_pt_sample_time()
95 #define INTEL_PT_STATE_ERR1 (decoder->pkt_state)
147 enum intel_pt_pkt_state pkt_state; member
490 decoder->pkt_state = INTEL_PT_STATE_NO_PSB; in intel_pt_bug()
511 if (decoder->pkt_state != INTEL_PT_STATE_NO_PSB) { in intel_pt_bad_packet()
513 decoder->pkt_state = INTEL_PT_STATE_ERR1; in intel_pt_bad_packet()
527 decoder->pkt_state = INTEL_PT_STATE_NO_PSB; in intel_pt_reposition()
1027 decoder->pkt_state = INTEL_PT_STATE_ERR2; in intel_pt_walk_insn()
1090 decoder->pkt_state = INTEL_PT_STATE_ERR_RESYNC; in intel_pt_walk_insn()
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dmax3421-hcd.c98 enum pkt_state { enum
170 enum pkt_state pkt_state; member
587 switch (max3421_ep->pkt_state) { in max3421_next_transfer()
750 max3421_ep->pkt_state = PKT_STATE_SETUP; in max3421_select_and_start_urb()
752 max3421_ep->pkt_state = PKT_STATE_TRANSFER; in max3421_select_and_start_urb()
865 switch_sndfifo = (max3421_ep->pkt_state == PKT_STATE_TRANSFER && in max3421_handle_error()
1040 switch (max3421_ep->pkt_state) { in max3421_host_transfer_done()
1044 max3421_ep->pkt_state = PKT_STATE_TRANSFER; in max3421_host_transfer_done()
1046 max3421_ep->pkt_state = PKT_STATE_TERMINATE; in max3421_host_transfer_done()
1060 max3421_ep->pkt_state = PKT_STATE_TERMINATE; in max3421_host_transfer_done()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_wlfc.c300 h->items[slot_id].pkt_state = 0; in _dhd_wlfc_hanger_pushpkt()
1225 h->items[hslot].pkt_state = 0; in _dhd_wlfc_pretx_pktprocess()
1470 _dhd_wlfc_hanger_free_pkt(athost_wl_status_info_t* wlfc, uint32 slot_id, uint8 pkt_state, in _dhd_wlfc_hanger_free_pkt() argument
1489 item->pkt_state |= pkt_state; in _dhd_wlfc_hanger_free_pkt()
1492 bcm_object_feature_set(item->pkt, BCM_OBJECT_FEATURE_PKT_STATE, item->pkt_state); in _dhd_wlfc_hanger_free_pkt()
1493 if (item->pkt_state == WLFC_HANGER_PKT_STATE_COMPLETE) { in _dhd_wlfc_hanger_free_pkt()
1503 pkt, old_state, item->pkt_state); in _dhd_wlfc_hanger_free_pkt()
1518 __FUNCTION__, __LINE__, item->pkt_state, pkt_state)); in _dhd_wlfc_hanger_free_pkt()
H A Ddhd_wlfc.h82 uint8 pkt_state; /**< bitmask containing eg WLFC_HANGER_PKT_STATE_TXCOMPLETE */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_wlfc.c300 h->items[slot_id].pkt_state = 0; in _dhd_wlfc_hanger_pushpkt()
1225 h->items[hslot].pkt_state = 0; in _dhd_wlfc_pretx_pktprocess()
1470 _dhd_wlfc_hanger_free_pkt(athost_wl_status_info_t* wlfc, uint32 slot_id, uint8 pkt_state, in _dhd_wlfc_hanger_free_pkt() argument
1489 item->pkt_state |= pkt_state; in _dhd_wlfc_hanger_free_pkt()
1492 bcm_object_feature_set(item->pkt, BCM_OBJECT_FEATURE_PKT_STATE, item->pkt_state); in _dhd_wlfc_hanger_free_pkt()
1493 if (item->pkt_state == WLFC_HANGER_PKT_STATE_COMPLETE) { in _dhd_wlfc_hanger_free_pkt()
1503 pkt, old_state, item->pkt_state); in _dhd_wlfc_hanger_free_pkt()
1518 __FUNCTION__, __LINE__, item->pkt_state, pkt_state)); in _dhd_wlfc_hanger_free_pkt()
H A Ddhd_wlfc.h82 uint8 pkt_state; /**< bitmask containing eg WLFC_HANGER_PKT_STATE_TXCOMPLETE */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_wlfc.c300 h->items[slot_id].pkt_state = 0; in _dhd_wlfc_hanger_pushpkt()
1228 h->items[hslot].pkt_state = 0; in _dhd_wlfc_pretx_pktprocess()
1473 _dhd_wlfc_hanger_free_pkt(athost_wl_status_info_t* wlfc, uint32 slot_id, uint8 pkt_state, in _dhd_wlfc_hanger_free_pkt() argument
1492 item->pkt_state |= pkt_state; in _dhd_wlfc_hanger_free_pkt()
1495 bcm_object_feature_set(item->pkt, BCM_OBJECT_FEATURE_PKT_STATE, item->pkt_state); in _dhd_wlfc_hanger_free_pkt()
1496 if (item->pkt_state == WLFC_HANGER_PKT_STATE_COMPLETE) { in _dhd_wlfc_hanger_free_pkt()
1506 pkt, old_state, item->pkt_state); in _dhd_wlfc_hanger_free_pkt()
1521 __FUNCTION__, __LINE__, item->pkt_state, pkt_state)); in _dhd_wlfc_hanger_free_pkt()
H A Ddhd_wlfc.h82 uint8 pkt_state; /**< bitmask containing eg WLFC_HANGER_PKT_STATE_TXCOMPLETE */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_wlfc.c306 h->items[slot_id].pkt_state = 0; in _dhd_wlfc_hanger_pushpkt()
1225 h->items[hslot].pkt_state = 0; in _dhd_wlfc_pretx_pktprocess()
1474 _dhd_wlfc_hanger_free_pkt(athost_wl_status_info_t* wlfc, uint32 slot_id, uint8 pkt_state, in _dhd_wlfc_hanger_free_pkt() argument
1493 item->pkt_state |= pkt_state; in _dhd_wlfc_hanger_free_pkt()
1496 bcm_object_feature_set(item->pkt, BCM_OBJECT_FEATURE_PKT_STATE, item->pkt_state); in _dhd_wlfc_hanger_free_pkt()
1497 if (item->pkt_state == WLFC_HANGER_PKT_STATE_COMPLETE) { in _dhd_wlfc_hanger_free_pkt()
1507 pkt, old_state, item->pkt_state); in _dhd_wlfc_hanger_free_pkt()
1522 __FUNCTION__, __LINE__, item->pkt_state, pkt_state)); in _dhd_wlfc_hanger_free_pkt()
H A Ddhd_wlfc.h82 uint8 pkt_state; /**< bitmask containing eg WLFC_HANGER_PKT_STATE_TXCOMPLETE */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_wlfc.c420 h->items[slot_id].pkt_state = 0; in _dhd_wlfc_hanger_pushpkt()
1370 h->items[hslot].pkt_state = 0; in _dhd_wlfc_pretx_pktprocess()
1651 _dhd_wlfc_hanger_free_pkt(athost_wl_status_info_t* wlfc, uint32 slot_id, uint8 pkt_state, in _dhd_wlfc_hanger_free_pkt() argument
1670 item->pkt_state |= pkt_state; in _dhd_wlfc_hanger_free_pkt()
1673 bcm_object_feature_set(item->pkt, BCM_OBJECT_FEATURE_PKT_STATE, item->pkt_state); in _dhd_wlfc_hanger_free_pkt()
1674 if (item->pkt_state == WLFC_HANGER_PKT_STATE_COMPLETE) { in _dhd_wlfc_hanger_free_pkt()
1684 pkt, old_state, item->pkt_state); in _dhd_wlfc_hanger_free_pkt()
1699 __FUNCTION__, __LINE__, item->pkt_state, pkt_state)); in _dhd_wlfc_hanger_free_pkt()
H A Ddhd_wlfc.h80 uint8 pkt_state; /**< bitmask containing eg WLFC_HANGER_PKT_STATE_TXCOMPLETE */ member
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_wlfc.c420 h->items[slot_id].pkt_state = 0; in _dhd_wlfc_hanger_pushpkt()
1373 h->items[hslot].pkt_state = 0; in _dhd_wlfc_pretx_pktprocess()
1654 _dhd_wlfc_hanger_free_pkt(athost_wl_status_info_t* wlfc, uint32 slot_id, uint8 pkt_state, in _dhd_wlfc_hanger_free_pkt() argument
1673 item->pkt_state |= pkt_state; in _dhd_wlfc_hanger_free_pkt()
1676 bcm_object_feature_set(item->pkt, BCM_OBJECT_FEATURE_PKT_STATE, item->pkt_state); in _dhd_wlfc_hanger_free_pkt()
1677 if (item->pkt_state == WLFC_HANGER_PKT_STATE_COMPLETE) { in _dhd_wlfc_hanger_free_pkt()
1687 pkt, old_state, item->pkt_state); in _dhd_wlfc_hanger_free_pkt()
1702 __FUNCTION__, __LINE__, item->pkt_state, pkt_state)); in _dhd_wlfc_hanger_free_pkt()
H A Ddhd_wlfc.h80 uint8 pkt_state; /**< bitmask containing eg WLFC_HANGER_PKT_STATE_TXCOMPLETE */ member