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

/freebsd-13-stable/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_pkt_proc_etmv4i.cpp108 m_curr_packet.type = m_i_table[nextByte].pkt_type;
1212 m_i_table[i].pkt_type = ETM4_PKT_I_RESERVED;
1217 m_i_table[0x00].pkt_type = ETM4_PKT_I_EXTENSION;
1221 m_i_table[0x01].pkt_type = ETM4_PKT_I_TRACE_INFO;
1225 m_i_table[0x02].pkt_type = ETM4_PKT_I_TIMESTAMP;
1227 m_i_table[0x03].pkt_type = ETM4_PKT_I_TIMESTAMP;
1231 m_i_table[0x04].pkt_type = ETM4_PKT_I_TRACE_ON;
1236 m_i_table[0x05].pkt_type = ETM4_PKT_I_FUNC_RET;
1245 m_i_table[0x06].pkt_type = ETM4_PKT_I_EXCEPT;
1249 m_i_table[0x07].pkt_type
[all...]
/freebsd-13-stable/contrib/opencsd/decoder/source/ptm/
H A Dtrc_pkt_proc_ptm.cpp121 m_curr_packet.type = m_i_table[currByte].pkt_type;
1157 m_i_table[i].pkt_type = PTM_PKT_BRANCH_ADDRESS;
1163 m_i_table[i].pkt_type = PTM_PKT_ATOM;
1169 m_i_table[i].pkt_type = PTM_PKT_RESERVED;
1177 m_i_table[0x00].pkt_type = PTM_PKT_A_SYNC;
1181 m_i_table[0x08].pkt_type = PTM_PKT_I_SYNC;
1185 m_i_table[0x72].pkt_type = PTM_PKT_WPOINT_UPDATE;
1189 m_i_table[0x0C].pkt_type = PTM_PKT_TRIGGER;
1193 m_i_table[0x6E].pkt_type = PTM_PKT_CONTEXT_ID;
1197 m_i_table[0x3C].pkt_type
[all...]
H A Dtrc_pkt_elem_ptm.cpp379 void PtmTrcPacket::packetTypeName(const ocsd_ptm_pkt_type pkt_type, std::string &name, std::string &desc) const argument
381 switch(pkt_type)
/freebsd-13-stable/usr.sbin/bluetooth/hccontrol/
H A Dlink_control.c181 cp.pkt_type = htole16( NG_HCI_PKT_DM1 | NG_HCI_PKT_DH1 |
231 cp.pkt_type = (n0 & 0xffff);
232 cp.pkt_type = htole16(cp.pkt_type);
376 cp.pkt_type = htole16(NG_HCI_PKT_HV1 | NG_HCI_PKT_HV2 | NG_HCI_PKT_HV3);
389 cp.pkt_type = (uint16_t) (n & 0x0fff);
390 cp.pkt_type = htole16(cp.pkt_type);
468 cp.pkt_type = (uint16_t) (n & 0xffff);
469 cp.pkt_type
[all...]
/freebsd-13-stable/contrib/opencsd/decoder/include/common/
H A Dtrc_pkt_proc_base.h170 ocsd_datapath_resp_t outputOnAllInterfaces(const ocsd_trc_index_t index_sop, const P *pkt, const Pt *pkt_type, std::vector<uint8_t> &pktdata);
172 ocsd_datapath_resp_t outputOnAllInterfaces(const ocsd_trc_index_t index_sop, const P *pkt, const Pt *pkt_type, const uint8_t *pktdata, uint32_t pktlen);
357 template<class P,class Pt, class Pc> ocsd_datapath_resp_t TrcPktProcBase<P, Pt, Pc>::outputOnAllInterfaces(const ocsd_trc_index_t index_sop, const P *pkt, const Pt *pkt_type, std::vector<uint8_t> &pktdata) argument
359 indexPacket(index_sop,pkt_type);
365 template<class P,class Pt, class Pc> ocsd_datapath_resp_t TrcPktProcBase<P, Pt, Pc>::outputOnAllInterfaces(const ocsd_trc_index_t index_sop, const P *pkt, const Pt *pkt_type, const uint8_t *pktdata, uint32_t pktlen) argument
367 indexPacket(index_sop,pkt_type);
/freebsd-13-stable/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 &desc) const argument
175 switch(pkt_type)
/freebsd-13-stable/sys/netgraph/bluetooth/hci/
H A Dng_hci_ulpi.c257 req->cp.pkt_type = (NG_HCI_PKT_DM1|NG_HCI_PKT_DH1);
259 req->cp.pkt_type |= (NG_HCI_PKT_DM3|NG_HCI_PKT_DH3);
261 req->cp.pkt_type |= (NG_HCI_PKT_DM5|NG_HCI_PKT_DH5);
263 req->cp.pkt_type &= unit->packet_mask;
264 if ((req->cp.pkt_type & (NG_HCI_PKT_DM1|NG_HCI_PKT_DH1|
267 req->cp.pkt_type = (NG_HCI_PKT_DM1|NG_HCI_PKT_DH1);
269 req->cp.pkt_type = htole16(req->cp.pkt_type);
450 req->cp.pkt_type = NG_HCI_PKT_HV1;
452 req->cp.pkt_type |
[all...]
/freebsd-13-stable/contrib/opencsd/decoder/include/opencsd/etmv3/
H A Dtrc_pkt_decode_etmv3.h240 bool preISyncValid(ocsd_etmv3_pkt_type pkt_type);
/freebsd-13-stable/contrib/opencsd/decoder/include/opencsd/ptm/
H A Dtrc_pkt_proc_ptm.h181 ocsd_ptm_pkt_type pkt_type; member in struct:TrcPktProcPtm::_pkt_i_table_t
H A Dtrc_pkt_elem_ptm.h125 void packetTypeName(const ocsd_ptm_pkt_type pkt_type, std::string &name, std::string &desc) const;
/freebsd-13-stable/contrib/opencsd/decoder/source/etmv3/
H A Dtrc_pkt_decode_etmv3.cpp230 bool TrcPktDecodeEtmV3::preISyncValid(ocsd_etmv3_pkt_type pkt_type) argument
234 if((pkt_type == ETM3_PKT_TIMESTAMP) ||
236 (m_config->isCycleAcc() && ((pkt_type == ETM3_PKT_CYCLE_COUNT) || (pkt_type == ETM3_PKT_P_HDR)))
/freebsd-13-stable/contrib/opencsd/decoder/include/opencsd/etmv4/
H A Dtrc_pkt_proc_etmv4i.h195 ocsd_etmv4_i_pkt_type pkt_type; member in struct:TrcPktProcEtmV4I::_pkt_i_table_t
H A Dtrc_pkt_elem_etmv4i.h124 void setType(const ocsd_etmv4_i_pkt_type pkt_type) { type = pkt_type; }; argument
/freebsd-13-stable/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-13-stable/contrib/libpcap/
H A Dpcap-int.h372 unsigned char pkt_type; member in struct:pcap_sf_patched_pkthdr
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_iwarp.c2170 enum ecore_iwarp_mpa_pkt_type pkt_type; local
2174 pkt_type = ECORE_IWARP_MPA_PKT_UNALIGNED;
2182 pkt_type = ECORE_IWARP_MPA_PKT_PARTIAL;
2190 pkt_type = ECORE_IWARP_MPA_PKT_PACKED;
2192 pkt_type = ECORE_IWARP_MPA_PKT_PARTIAL;
2197 pkt_type_str[pkt_type], fpdu->fpdu_length, tcp_payload_len);
2199 return pkt_type;
2404 enum ecore_iwarp_mpa_pkt_type pkt_type)
2412 tx_pkt.num_of_bds = (pkt_type == ECORE_IWARP_MPA_PKT_UNALIGNED) ? 3 : 2;
2417 if ((pkt_type
2399 ecore_iwarp_send_fpdu(struct ecore_hwfn *p_hwfn, struct ecore_iwarp_fpdu *fpdu, struct unaligned_opaque_data *curr_pkt, struct ecore_iwarp_ll2_buff *buf, u16 tcp_payload_size, enum ecore_iwarp_mpa_pkt_type pkt_type) argument
2560 enum ecore_iwarp_mpa_pkt_type pkt_type; local
[all...]
/freebsd-13-stable/sys/dev/ice/
H A Dice_switch.c3378 int pkt_type; local
3407 pkt_type = 0;
3412 pkt_type = UCAST_FLTR;
3415 pkt_type = UCAST_FLTR;
3419 pkt_type = MCAST_FLTR;
3422 pkt_type = MCAST_FLTR;
3426 pkt_type = BCAST_FLTR;
3429 pkt_type = BCAST_FLTR;
3443 if (pkt_type == BCAST_FLTR) {
3445 } else if (pkt_type
[all...]
/freebsd-13-stable/sys/dev/sfxge/common/
H A Defx_ev.c869 uint32_t pkt_type; local
871 pkt_type = EFX_QWORD_FIELD(*eqp, FSF_AZ_RX_EV_PKT_TYPE);
872 if (pkt_type >= FSE_AZ_RX_EV_PKT_TYPE_VLAN)
/freebsd-13-stable/sys/netgraph/bluetooth/include/
H A Dng_hci.h726 u_int16_t pkt_type; /* packet type */ member in struct:__anon15018
744 u_int16_t pkt_type; /* packet type */ member in struct:__anon15020
808 u_int16_t pkt_type; /* packet type */ member in struct:__anon15031
2010 u_int16_t pkt_type; /* packet type */ member in struct:__anon15193
/freebsd-13-stable/contrib/tcpdump/
H A Dprint-juniper.c587 uint8_t pkt_type; member in struct:juniper_monitor_header
606 mh->pkt_type));
/freebsd-13-stable/sys/dev/oce/
H A Doce_hw.h2572 uint32_t pkt_type:2; member in struct:oce_nic_rx_cqe::__anon13688::__anon13689
2602 uint32_t pkt_type:2;
2654 uint32_t pkt_type:2; member in struct:oce_nic_rx_cqe_v1::__anon13690::__anon13691
2683 uint32_t pkt_type:2;
H A Doce_if.c1749 if (cqe->u0.s.pkt_type == OCE_MULTICAST_PACKET)
1751 if (cqe->u0.s.pkt_type == OCE_UNICAST_PACKET)
/freebsd-13-stable/sys/dev/cxgb/
H A Dcxgb_main.c295 u32 pkt_type:2; member in struct:filter_info
3096 p->pkt_type = f->proto;
3131 p->pkt_type = 1;
3172 f->proto = p->pkt_type;
3317 V_PKT_TYPE(f->pkt_type) | V_OPT1_VLAN(f->vlan) |
/freebsd-13-stable/tools/tools/cxgbtool/
H A Dcxgbtool.c1286 static const char *pkt_type[] = { "*", "tcp", "udp", "frag" }; local
1332 printf("%4s ", pkt_type[op.proto]);

Completed in 340 milliseconds