Symbol: pkt_type
usr/src/uts/common/io/hxge/hxge_rxdma.c
1656
uint64_t pkt_type;
usr/src/uts/common/io/hxge/hxge_rxdma.c
1678
pkt_type = (rcr_entry & RCR_PKT_TYPE_MASK);
usr/src/uts/common/io/hxge/hxge_rxdma.c
2040
is_tcp_udp = ((pkt_type == RCR_PKT_IS_TCP ||
usr/src/uts/common/io/hxge/hxge_rxdma.c
2041
pkt_type == RCR_PKT_IS_UDP) ? B_TRUE : B_FALSE);
usr/src/uts/common/io/hxge/hxge_rxdma.c
715
entry_p->bits.pkt_type,
usr/src/uts/common/io/hxge/hxge_rxdma.h
171
uint32_t pkt_type:2;
usr/src/uts/common/io/hxge/hxge_rxdma.h
185
uint32_t pkt_type:2;
usr/src/uts/common/io/nxge/nxge_fflp.c
2584
nxge_iptun_pkt_type_to_pid(uint8_t pkt_type)
usr/src/uts/common/io/nxge/nxge_fflp.c
2588
switch (pkt_type) {
usr/src/uts/common/io/nxge/nxge_fflp.c
2604
pkt_type));
usr/src/uts/common/io/nxge/nxge_rxdma.c
1130
entry_p->bits.hdw.pkt_type,
usr/src/uts/common/io/nxge/nxge_rxdma.c
2184
uint64_t pkt_type;
usr/src/uts/common/io/nxge/nxge_rxdma.c
2197
pkt_type = (rcr_entry & RCR_PKT_TYPE_MASK);
usr/src/uts/common/io/nxge/nxge_rxdma.c
2220
pkt_type,
usr/src/uts/common/io/nxge/nxge_rxdma.c
2230
pkt_type));
usr/src/uts/common/io/nxge/nxge_rxdma.c
2679
is_tcp_udp = ((pkt_type == RCR_PKT_IS_TCP ||
usr/src/uts/common/io/nxge/nxge_rxdma.c
2680
pkt_type == RCR_PKT_IS_UDP) ?
usr/src/uts/common/io/nxge/nxge_rxdma.c
2684
is_tcp_udp = ((pkt_type == RCR_PKT_IS_TCP) ?
usr/src/uts/common/io/sata/impl/sata.c
1869
int pkt_type)
usr/src/uts/common/io/sata/impl/sata.c
1904
switch (pkt_type) {
usr/src/uts/common/io/sfxge/common/efx_ev.c
678
uint32_t pkt_type;
usr/src/uts/common/io/sfxge/common/efx_ev.c
680
pkt_type = EFX_QWORD_FIELD(*eqp, FSF_AZ_RX_EV_PKT_TYPE);
usr/src/uts/common/io/sfxge/common/efx_ev.c
681
if (pkt_type >= FSE_AZ_RX_EV_PKT_TYPE_VLAN)
usr/src/uts/common/io/sfxge/sfxge_rx.c
1519
sfxge_packet_type_t pkt_type;
usr/src/uts/common/io/sfxge/sfxge_rx.c
1545
pkt_type = sfxge_pkthdr_parse(mp, &etherhp, &iphp, &thp, &off,
usr/src/uts/common/io/sfxge/sfxge_rx.c
1547
ASSERT(pkt_type == SFXGE_PACKET_TYPE_IPV4_TCP);
usr/src/uts/common/io/sfxge/sfxge_tcp.c
136
pkt_type = SFXGE_PACKET_TYPE_IPV4_OTHER;
usr/src/uts/common/io/sfxge/sfxge_tcp.c
159
pkt_type = SFXGE_PACKET_TYPE_IPV4_TCP;
usr/src/uts/common/io/sfxge/sfxge_tcp.c
178
pkt_type = SFXGE_PACKET_TYPE_IPV4_UDP;
usr/src/uts/common/io/sfxge/sfxge_tcp.c
197
pkt_type = SFXGE_PACKET_TYPE_IPV4_SCTP;
usr/src/uts/common/io/sfxge/sfxge_tcp.c
212
return (pkt_type);
usr/src/uts/common/io/sfxge/sfxge_tcp.c
82
sfxge_packet_type_t pkt_type = SFXGE_PACKET_TYPE_UNKNOWN;
usr/src/uts/common/io/sfxge/sfxge_tx.c
2759
sfxge_packet_type_t pkt_type;
usr/src/uts/common/io/sfxge/sfxge_tx.c
2796
pkt_type = sfxge_pkthdr_parse(mp, &etherhp, &iphp, &thp,
usr/src/uts/common/io/sfxge/sfxge_tx.c
2799
if (pkt_type != SFXGE_PACKET_TYPE_IPV4_TCP ||
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_hw_eth.h
266
uint32_t pkt_type:2;
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_hw_eth.h
296
uint32_t pkt_type:2;
usr/src/uts/common/sys/nxge/nxge_rxdma_hw.h
713
uint32_t pkt_type:2;
usr/src/uts/common/sys/nxge/nxge_rxdma_hw.h
731
uint32_t pkt_type:2;
usr/src/uts/common/sys/nxge/nxge_rxdma_hw.h
747
uint32_t pkt_type:2;
usr/src/uts/common/sys/nxge/nxge_rxdma_hw.h
765
uint32_t pkt_type:2;