Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_pkt_proc_etmv4i_impl.cpp1212 m_i_table[0x04].pkt_type = ETM4_PKT_I_TRACE_ON; in BuildIPacketTable()
1216 m_i_table[0x06].pkt_type = ETM4_PKT_I_EXCEPT; in BuildIPacketTable()
1253 m_i_table[0x2D].pkt_type = ETM4_PKT_I_COMMIT; in BuildIPacketTable()
1406 m_i_table[0xA0+i].pkt_type = ETM4_PKT_I_Q; in BuildIPacketTable()
1413 m_i_table[i].pkt_type = ETM4_PKT_I_ATOM_F6; in BuildIPacketTable()
1418 m_i_table[i].pkt_type = ETM4_PKT_I_ATOM_F5; in BuildIPacketTable()
1423 m_i_table[i].pkt_type = ETM4_PKT_I_ATOM_F2; in BuildIPacketTable()
1428 m_i_table[i].pkt_type = ETM4_PKT_I_ATOM_F4; in BuildIPacketTable()
1433 m_i_table[i].pkt_type = ETM4_PKT_I_ATOM_F6; in BuildIPacketTable()
1438 m_i_table[0xF5].pkt_type = ETM4_PKT_I_ATOM_F5; in BuildIPacketTable()
[all …]
H A Dtrc_pkt_proc_etmv4i_impl.h187 ocsd_etmv4_i_pkt_type pkt_type; member
/freebsd-12.1/contrib/opencsd/decoder/source/ptm/
H A Dtrc_pkt_proc_ptm.cpp1163 m_i_table[i].pkt_type = PTM_PKT_ATOM; in BuildIPacketTable()
1169 m_i_table[i].pkt_type = PTM_PKT_RESERVED; in BuildIPacketTable()
1177 m_i_table[0x00].pkt_type = PTM_PKT_A_SYNC; in BuildIPacketTable()
1181 m_i_table[0x08].pkt_type = PTM_PKT_I_SYNC; in BuildIPacketTable()
1185 m_i_table[0x72].pkt_type = PTM_PKT_WPOINT_UPDATE; in BuildIPacketTable()
1189 m_i_table[0x0C].pkt_type = PTM_PKT_TRIGGER; in BuildIPacketTable()
1193 m_i_table[0x6E].pkt_type = PTM_PKT_CONTEXT_ID; in BuildIPacketTable()
1197 m_i_table[0x3C].pkt_type = PTM_PKT_VMID; in BuildIPacketTable()
1201 m_i_table[0x42].pkt_type = PTM_PKT_TIMESTAMP; in BuildIPacketTable()
1203 m_i_table[0x46].pkt_type = PTM_PKT_TIMESTAMP; in BuildIPacketTable()
[all …]
H A Dtrc_pkt_elem_ptm.cpp379 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-12.1/usr.sbin/bluetooth/hccontrol/
H A Dlink_control.c181 cp.pkt_type = htole16( NG_HCI_PKT_DM1 | NG_HCI_PKT_DH1 | in hci_create_connection()
231 cp.pkt_type = (n0 & 0xffff); in hci_create_connection()
232 cp.pkt_type = htole16(cp.pkt_type); in hci_create_connection()
376 cp.pkt_type = htole16(NG_HCI_PKT_HV1 | NG_HCI_PKT_HV2 | NG_HCI_PKT_HV3); in hci_add_sco_connection()
389 cp.pkt_type = (uint16_t) (n & 0x0fff); in hci_add_sco_connection()
390 cp.pkt_type = htole16(cp.pkt_type); in hci_add_sco_connection()
468 cp.pkt_type = (uint16_t) (n & 0xffff); in hci_change_connection_packet_type()
469 cp.pkt_type = htole16(cp.pkt_type); in hci_change_connection_packet_type()
509 le16toh(ep->pkt_type)); in hci_change_connection_packet_type()
/freebsd-12.1/contrib/opencsd/decoder/include/common/
H A Dtrc_pkt_proc_base.h170 …AllInterfaces(const ocsd_trc_index_t index_sop, const P *pkt, const Pt *pkt_type, std::vector<uint…
172 …AllInterfaces(const ocsd_trc_index_t index_sop, const P *pkt, const Pt *pkt_type, const uint8_t *p…
357 …AllInterfaces(const ocsd_trc_index_t index_sop, const P *pkt, const Pt *pkt_type, std::vector<uint… in outputOnAllInterfaces() argument
359 indexPacket(index_sop,pkt_type); in outputOnAllInterfaces()
365 …AllInterfaces(const ocsd_trc_index_t index_sop, const P *pkt, const Pt *pkt_type, const uint8_t *p… in outputOnAllInterfaces() argument
367 indexPacket(index_sop,pkt_type); in outputOnAllInterfaces()
/freebsd-12.1/sys/netgraph/bluetooth/hci/
H A Dng_hci_ulpi.c257 req->cp.pkt_type = (NG_HCI_PKT_DM1|NG_HCI_PKT_DH1); in ng_hci_lp_acl_con_req()
263 req->cp.pkt_type &= unit->packet_mask; in ng_hci_lp_acl_con_req()
267 req->cp.pkt_type = (NG_HCI_PKT_DM1|NG_HCI_PKT_DH1); in ng_hci_lp_acl_con_req()
269 req->cp.pkt_type = htole16(req->cp.pkt_type); in ng_hci_lp_acl_con_req()
450 req->cp.pkt_type = NG_HCI_PKT_HV1; in ng_hci_lp_sco_con_req()
452 req->cp.pkt_type |= NG_HCI_PKT_HV2; in ng_hci_lp_sco_con_req()
454 req->cp.pkt_type |= NG_HCI_PKT_HV3; in ng_hci_lp_sco_con_req()
456 req->cp.pkt_type &= unit->packet_mask; in ng_hci_lp_sco_con_req()
457 if ((req->cp.pkt_type & (NG_HCI_PKT_HV1| in ng_hci_lp_sco_con_req()
460 req->cp.pkt_type = NG_HCI_PKT_HV1; in ng_hci_lp_sco_con_req()
[all …]
/freebsd-12.1/contrib/opencsd/decoder/source/etmv3/
H A Dtrc_pkt_decode_etmv3.cpp227 bool TrcPktDecodeEtmV3::preISyncValid(ocsd_etmv3_pkt_type pkt_type) in preISyncValid() argument
231 if((pkt_type == ETM3_PKT_TIMESTAMP) || in preISyncValid()
233 … (m_config->isCycleAcc() && ((pkt_type == ETM3_PKT_CYCLE_COUNT) || (pkt_type == ETM3_PKT_P_HDR))) in preISyncValid()
/freebsd-12.1/contrib/opencsd/decoder/source/stm/
H A Dtrc_pkt_elem_stm.cpp168 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-12.1/contrib/opencsd/decoder/include/opencsd/ptm/
H A Dtrc_pkt_proc_ptm.h181 ocsd_ptm_pkt_type pkt_type; member
H A Dtrc_pkt_elem_ptm.h125 … void packetTypeName(const ocsd_ptm_pkt_type pkt_type, std::string &name, std::string &desc) const;
/freebsd-12.1/contrib/opencsd/decoder/include/opencsd/etmv3/
H A Dtrc_pkt_decode_etmv3.h240 bool preISyncValid(ocsd_etmv3_pkt_type pkt_type);
/freebsd-12.1/contrib/opencsd/decoder/include/opencsd/stm/
H A Dtrc_pkt_elem_stm.h103 void pktTypeName(const ocsd_stm_pkt_type pkt_type, std::string &name, std::string &desc) const;
/freebsd-12.1/contrib/opencsd/decoder/include/opencsd/etmv4/
H A Dtrc_pkt_elem_etmv4i.h117 void setType(const ocsd_etmv4_i_pkt_type pkt_type) { type = pkt_type; }; in setType() argument
/freebsd-12.1/sys/netgraph/bluetooth/include/
H A Dng_hci.h662 u_int16_t pkt_type; /* packet type */ member
680 u_int16_t pkt_type; /* packet type */ member
744 u_int16_t pkt_type; /* packet type */ member
1923 u_int16_t pkt_type; /* packet type */ member
/freebsd-12.1/contrib/libpcap/
H A Dpcap-int.h367 unsigned char pkt_type; member
/freebsd-12.1/sys/dev/sfxge/common/
H A Defx_ev.c867 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()
/freebsd-12.1/contrib/tcpdump/
H A Dprint-juniper.c587 uint8_t pkt_type; in juniper_monitor_print() member
606 mh->pkt_type)); in juniper_monitor_print()
/freebsd-12.1/sys/dev/oce/
H A Doce_hw.h2604 uint32_t pkt_type:2; member
2634 uint32_t pkt_type:2;
2686 uint32_t pkt_type:2; member
2715 uint32_t pkt_type:2;
H A Doce_if.c1808 if (cqe->u0.s.pkt_type == OCE_MULTICAST_PACKET) in oce_rx()
1810 if (cqe->u0.s.pkt_type == OCE_UNICAST_PACKET) in oce_rx()
/freebsd-12.1/sys/dev/cxgb/
H A Dcxgb_main.c294 u32 pkt_type:2; member
3091 p->pkt_type = f->proto; in cxgb_extension_ioctl()
3126 p->pkt_type = 1; in cxgb_extension_ioctl()
3167 f->proto = p->pkt_type; in cxgb_extension_ioctl()
3312 V_PKT_TYPE(f->pkt_type) | V_OPT1_VLAN(f->vlan) | in set_filter()
/freebsd-12.1/tools/tools/cxgbtool/
H A Dcxgbtool.c1286 static const char *pkt_type[] = { "*", "tcp", "udp", "frag" }; in show_filters() local
1332 printf("%4s ", pkt_type[op.proto]); in show_filters()