/freebsd/contrib/opencsd/decoder/source/etmv4/ |
H A D | trc_pkt_proc_etmv4i.cpp | 113 m_curr_packet.type = m_i_table[nextByte].pkt_type; in processData() 1276 m_i_table[i].pkt_type = ETM4_PKT_I_RESERVED; in BuildIPacketTable() 1281 m_i_table[0x00].pkt_type = ETM4_PKT_I_EXTENSION; in BuildIPacketTable() 1285 m_i_table[0x01].pkt_type = ETM4_PKT_I_TRACE_INFO; in BuildIPacketTable() 1289 m_i_table[0x02].pkt_type = ETM4_PKT_I_TIMESTAMP; in BuildIPacketTable() 1291 m_i_table[0x03].pkt_type = ETM4_PKT_I_TIMESTAMP; in BuildIPacketTable() 1295 m_i_table[0x04].pkt_type = ETM4_PKT_I_TRACE_ON; in BuildIPacketTable() 1300 m_i_table[0x05].pkt_type = ETM4_PKT_I_FUNC_RET; in BuildIPacketTable() 1309 m_i_table[0x06].pkt_type = ETM4_PKT_I_EXCEPT; in BuildIPacketTable() 1313 m_i_table[0x07].pkt_type = ETM4_PKT_I_EXCEPT_RTN; in BuildIPacketTable() [all …]
|
/freebsd/contrib/tcpdump/ |
H A D | print-bcm-li.c | 66 u_int shim, direction, pkt_type, pkt_subtype, li_id; in bcm_li_print() local 76 pkt_type = (shim >> 25) & 0xf; in bcm_li_print() 86 tok2str(bcm_li_pkt_type_values, "unknown", pkt_type), in bcm_li_print() 96 switch (pkt_type) { in bcm_li_print()
|
/freebsd/contrib/opencsd/decoder/source/ptm/ |
H A D | trc_pkt_proc_ptm.cpp | 121 m_curr_packet.type = m_i_table[currByte].pkt_type; in processData() 1160 m_i_table[i].pkt_type = PTM_PKT_BRANCH_ADDRESS; in BuildIPacketTable() 1166 m_i_table[i].pkt_type = PTM_PKT_ATOM; in BuildIPacketTable() 1172 m_i_table[i].pkt_type = PTM_PKT_RESERVED; in BuildIPacketTable() 1180 m_i_table[0x00].pkt_type = PTM_PKT_A_SYNC; in BuildIPacketTable() 1184 m_i_table[0x08].pkt_type = PTM_PKT_I_SYNC; in BuildIPacketTable() 1188 m_i_table[0x72].pkt_type = PTM_PKT_WPOINT_UPDATE; in BuildIPacketTable() 1192 m_i_table[0x0C].pkt_type = PTM_PKT_TRIGGER; in BuildIPacketTable() 1196 m_i_table[0x6E].pkt_type = PTM_PKT_CONTEXT_ID; in BuildIPacketTable() 1200 m_i_table[0x3C].pkt_type = PTM_PKT_VMID; in BuildIPacketTable() [all …]
|
H A D | trc_pkt_elem_ptm.cpp | 379 void PtmTrcPacket::packetTypeName(const ocsd_ptm_pkt_type pkt_type, std::string &name, std::string … in packetTypeName() argument 381 switch(pkt_type) in packetTypeName()
|
/freebsd/usr.sbin/bluetooth/hccontrol/ |
H A D | link_control.c | 180 cp.pkt_type = htole16( NG_HCI_PKT_DM1 | NG_HCI_PKT_DH1 | in hci_create_connection() 230 cp.pkt_type = (n0 & 0xffff); in hci_create_connection() 231 cp.pkt_type = htole16(cp.pkt_type); in hci_create_connection() 375 cp.pkt_type = htole16(NG_HCI_PKT_HV1 | NG_HCI_PKT_HV2 | NG_HCI_PKT_HV3); in hci_add_sco_connection() 388 cp.pkt_type = (uint16_t) (n & 0x0fff); in hci_add_sco_connection() 389 cp.pkt_type = htole16(cp.pkt_type); in hci_add_sco_connection() 467 cp.pkt_type = (uint16_t) (n & 0xffff); in hci_change_connection_packet_type() 468 cp.pkt_type = htole16(cp.pkt_type); in hci_change_connection_packet_type() 508 le16toh(ep->pkt_type)); in hci_change_connection_packet_type()
|
/freebsd/sys/netgraph/bluetooth/hci/ |
H A D | ng_hci_ulpi.c | 256 req->cp.pkt_type = (NG_HCI_PKT_DM1|NG_HCI_PKT_DH1); in ng_hci_lp_acl_con_req() 258 req->cp.pkt_type |= (NG_HCI_PKT_DM3|NG_HCI_PKT_DH3); in ng_hci_lp_acl_con_req() 260 req->cp.pkt_type |= (NG_HCI_PKT_DM5|NG_HCI_PKT_DH5); in ng_hci_lp_acl_con_req() 262 req->cp.pkt_type &= unit->packet_mask; in ng_hci_lp_acl_con_req() 263 if ((req->cp.pkt_type & (NG_HCI_PKT_DM1|NG_HCI_PKT_DH1| in ng_hci_lp_acl_con_req() 266 req->cp.pkt_type = (NG_HCI_PKT_DM1|NG_HCI_PKT_DH1); in ng_hci_lp_acl_con_req() 268 req->cp.pkt_type = htole16(req->cp.pkt_type); in ng_hci_lp_acl_con_req() 449 req->cp.pkt_type = NG_HCI_PKT_HV1; in ng_hci_lp_sco_con_req() 451 req->cp.pkt_type |= NG_HCI_PKT_HV2; in ng_hci_lp_sco_con_req() 453 req->cp.pkt_type |= NG_HCI_PKT_HV3; in ng_hci_lp_sco_con_req() [all …]
|
/freebsd/contrib/opencsd/decoder/include/common/ |
H A D | trc_pkt_proc_base.h | 177 …AllInterfaces(const ocsd_trc_index_t index_sop, const P *pkt, const Pt *pkt_type, std::vector<uint… 179 …AllInterfaces(const ocsd_trc_index_t index_sop, const P *pkt, const Pt *pkt_type, const uint8_t *p… 381 …AllInterfaces(const ocsd_trc_index_t index_sop, const P *pkt, const Pt *pkt_type, std::vector<uint… in outputOnAllInterfaces() argument 383 indexPacket(index_sop,pkt_type); in outputOnAllInterfaces() 389 …AllInterfaces(const ocsd_trc_index_t index_sop, const P *pkt, const Pt *pkt_type, const uint8_t *p… in outputOnAllInterfaces() argument 391 indexPacket(index_sop,pkt_type); in outputOnAllInterfaces()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/ |
H A D | mcu.h | 16 u8 pkt_type; member 66 u8 pkt_type; member
|
/freebsd/contrib/opencsd/decoder/source/etmv3/ |
H A D | trc_pkt_decode_etmv3.cpp | 230 bool TrcPktDecodeEtmV3::preISyncValid(ocsd_etmv3_pkt_type pkt_type) in preISyncValid() argument 234 if((pkt_type == ETM3_PKT_TIMESTAMP) || in preISyncValid() 236 … (m_config->isCycleAcc() && ((pkt_type == ETM3_PKT_CYCLE_COUNT) || (pkt_type == ETM3_PKT_P_HDR))) in preISyncValid()
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | dp_tx.c | 467 enum hal_tx_rate_stats_pkt_type pkt_type; in ath11k_dp_tx_update_txcompl() local 489 pkt_type = FIELD_GET(HAL_TX_RATE_STATS_INFO0_PKT_TYPE, in ath11k_dp_tx_update_txcompl() 507 if (pkt_type == HAL_TX_RATE_STATS_PKT_TYPE_11A || in ath11k_dp_tx_update_txcompl() 508 pkt_type == HAL_TX_RATE_STATS_PKT_TYPE_11B) { in ath11k_dp_tx_update_txcompl() 510 pkt_type, in ath11k_dp_tx_update_txcompl() 516 } else if (pkt_type == HAL_TX_RATE_STATS_PKT_TYPE_11N) { in ath11k_dp_tx_update_txcompl() 527 } else if (pkt_type == HAL_TX_RATE_STATS_PKT_TYPE_11AC) { in ath11k_dp_tx_update_txcompl() 537 } else if (pkt_type == HAL_TX_RATE_STATS_PKT_TYPE_11AX) { in ath11k_dp_tx_update_txcompl() 549 if (ofdma && pkt_type == HAL_TX_RATE_STATS_PKT_TYPE_11AX) { in ath11k_dp_tx_update_txcompl()
|
/freebsd/contrib/opencsd/decoder/source/stm/ |
H A D | trc_pkt_elem_stm.cpp | 168 void StmTrcPacket::pktTypeName(const ocsd_stm_pkt_type pkt_type, std::string &name, std::string &de… in pktTypeName() argument 175 switch(pkt_type) in pktTypeName()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/ |
H A D | mcu.h | 11 u8 pkt_type; member
|
/freebsd/contrib/opencsd/decoder/include/opencsd/ptm/ |
H A D | trc_pkt_proc_ptm.h | 181 ocsd_ptm_pkt_type pkt_type; member
|
H A D | trc_pkt_elem_ptm.h | 125 … void packetTypeName(const ocsd_ptm_pkt_type pkt_type, std::string &name, std::string &desc) const;
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_iwarp.c | 2168 enum ecore_iwarp_mpa_pkt_type pkt_type; in ecore_iwarp_mpa_classify() local 2172 pkt_type = ECORE_IWARP_MPA_PKT_UNALIGNED; in ecore_iwarp_mpa_classify() 2180 pkt_type = ECORE_IWARP_MPA_PKT_PARTIAL; in ecore_iwarp_mpa_classify() 2188 pkt_type = ECORE_IWARP_MPA_PKT_PACKED; in ecore_iwarp_mpa_classify() 2190 pkt_type = ECORE_IWARP_MPA_PKT_PARTIAL; in ecore_iwarp_mpa_classify() 2195 pkt_type_str[pkt_type], fpdu->fpdu_length, tcp_payload_len); in ecore_iwarp_mpa_classify() 2197 return pkt_type; in ecore_iwarp_mpa_classify() 2402 enum ecore_iwarp_mpa_pkt_type pkt_type) in ecore_iwarp_send_fpdu() argument 2410 tx_pkt.num_of_bds = (pkt_type == ECORE_IWARP_MPA_PKT_UNALIGNED) ? 3 : 2; in ecore_iwarp_send_fpdu() 2415 if ((pkt_type == ECORE_IWARP_MPA_PKT_UNALIGNED) || in ecore_iwarp_send_fpdu() [all …]
|
/freebsd/contrib/opencsd/decoder/include/opencsd/etmv3/ |
H A D | trc_pkt_decode_etmv3.h | 240 bool preISyncValid(ocsd_etmv3_pkt_type pkt_type);
|
/freebsd/sys/dev/ice/ |
H A D | ice_switch.c | 3542 int pkt_type; in _ice_set_vsi_promisc() 3575 pkt_type = 0; in _ice_set_vsi_promisc() 3581 pkt_type = UCAST_FLTR; in _ice_set_vsi_promisc() 3584 pkt_type = UCAST_FLTR; in _ice_set_vsi_promisc() 3588 pkt_type = MCAST_FLTR; in _ice_set_vsi_promisc() 3591 pkt_type = MCAST_FLTR; in _ice_set_vsi_promisc() 3595 pkt_type = BCAST_FLTR; in _ice_set_vsi_promisc() 3598 pkt_type = BCAST_FLTR; in _ice_set_vsi_promisc() 3602 pkt_type = UCAST_FLTR; in _ice_set_vsi_promisc() 3615 if (pkt_type in _ice_set_vsi_promisc() 3515 int pkt_type; _ice_set_vsi_promisc() local [all...] |
/freebsd/contrib/opencsd/decoder/include/opencsd/stm/ |
H A D | trc_pkt_elem_stm.h | 103 void pktTypeName(const ocsd_stm_pkt_type pkt_type, std::string &name, std::string &desc) const;
|
/freebsd/contrib/opencsd/decoder/include/opencsd/etmv4/ |
H A D | trc_pkt_proc_etmv4i.h | 197 ocsd_etmv4_i_pkt_type pkt_type; member
|
H A D | trc_pkt_elem_etmv4i.h | 124 void setType(const ocsd_etmv4_i_pkt_type pkt_type) { type = pkt_type; }; in setType() argument
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | coex.h | 267 enum btc_pkt_type pkt_type);
|
H A D | core.c | 484 enum btc_pkt_type pkt_type) in rtw89_core_tx_update_ampdu_info() argument 493 if (pkt_type == PACKET_EAPOL) { in rtw89_core_tx_update_ampdu_info() 704 enum btc_pkt_type pkt_type) in __rtw89_core_tx_check_he_qos_htc() argument 713 if (pkt_type < PACKET_MAX) in __rtw89_core_tx_check_he_qos_htc() 775 enum btc_pkt_type pkt_type) in rtw89_core_tx_update_he_qos_htc() argument 781 if (!__rtw89_core_tx_check_he_qos_htc(rtwdev, tx_req, pkt_type)) in rtw89_core_tx_update_he_qos_htc() 936 enum btc_pkt_type pkt_type; in rtw89_core_tx_update_desc_info() local 960 pkt_type = rtw89_core_tx_btc_spec_pkt_notify(rtwdev, tx_req); in rtw89_core_tx_update_desc_info() 961 rtw89_core_tx_update_he_qos_htc(rtwdev, tx_req, pkt_type); in rtw89_core_tx_update_desc_info() 962 rtw89_core_tx_update_ampdu_info(rtwdev, tx_req, pkt_type); in rtw89_core_tx_update_desc_info() [all …]
|
/freebsd/sys/netgraph/bluetooth/include/ |
H A D | ng_hci.h | 727 u_int16_t pkt_type; /* packet type */ 745 u_int16_t pkt_type; /* packet type */ 809 u_int16_t pkt_type; /* packet type */ 2069 u_int16_t pkt_type; /* packet type */ 725 u_int16_t pkt_type; /* packet type */ global() member 743 u_int16_t pkt_type; /* packet type */ global() member 807 u_int16_t pkt_type; /* packet type */ global() member 2009 u_int16_t pkt_type; /* packet type */ global() member
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_skbuff.c | 293 skb->pkt_type, skb->dev, skb->sk); in DB_SHOW_COMMAND()
|
/freebsd/sys/dev/sfxge/common/ |
H A D | efx_ev.c | 867 uint32_t pkt_type; in siena_ev_rx() local 869 pkt_type = EFX_QWORD_FIELD(*eqp, FSF_AZ_RX_EV_PKT_TYPE); in siena_ev_rx() 870 if (pkt_type >= FSE_AZ_RX_EV_PKT_TYPE_VLAN) in siena_ev_rx()
|