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

/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_tcp.c82 sfxge_packet_type_t pkt_type = SFXGE_PACKET_TYPE_UNKNOWN; local
136 pkt_type = SFXGE_PACKET_TYPE_IPV4_OTHER;
159 pkt_type = SFXGE_PACKET_TYPE_IPV4_TCP;
178 pkt_type = SFXGE_PACKET_TYPE_IPV4_UDP;
197 pkt_type = SFXGE_PACKET_TYPE_IPV4_SCTP;
212 return (pkt_type);
H A Dsfxge_rx.c1519 sfxge_packet_type_t pkt_type; local
1545 pkt_type = sfxge_pkthdr_parse(mp, &etherhp, &iphp, &thp, &off,
1547 ASSERT(pkt_type == SFXGE_PACKET_TYPE_IPV4_TCP);
H A Dsfxge_tx.c2759 sfxge_packet_type_t pkt_type; local
2796 pkt_type = sfxge_pkthdr_parse(mp, &etherhp, &iphp, &thp,
2799 if (pkt_type != SFXGE_PACKET_TYPE_IPV4_TCP ||
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_rxdma.h171 uint32_t pkt_type:2; member in struct:_rcr_entry_t::__anon5847
185 uint32_t pkt_type:2;
H A Dhxge_rxdma.c724 entry_p->bits.pkt_type,
1665 uint64_t pkt_type; local
1687 pkt_type = (rcr_entry & RCR_PKT_TYPE_MASK);
2059 is_tcp_udp = ((pkt_type == RCR_PKT_IS_TCP ||
2060 pkt_type == RCR_PKT_IS_UDP) ? B_TRUE : B_FALSE);
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_hw_eth.h266 uint32_t pkt_type:2; member in struct:oce_nic_rx_cqe::__anon7725::__anon7726
296 uint32_t pkt_type:2;
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_rxdma_hw.h713 uint32_t pkt_type:2; member in struct:_rcr_entry_t::__anon8544::__anon8545
731 uint32_t pkt_type:2;
747 uint32_t pkt_type:2; member in struct:_rcr_entry_t::__anon8544::__anon8547
765 uint32_t pkt_type:2;
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_ev.c678 uint32_t pkt_type; local
680 pkt_type = EFX_QWORD_FIELD(*eqp, FSF_AZ_RX_EV_PKT_TYPE);
681 if (pkt_type >= FSE_AZ_RX_EV_PKT_TYPE_VLAN)
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_rxdma.c1139 entry_p->bits.hdw.pkt_type,
2202 uint64_t pkt_type; local
2215 pkt_type = (rcr_entry & RCR_PKT_TYPE_MASK);
2237 "error_type 0x%x pkt_type 0x%x "
2243 pkt_type,
2249 "error_type 0x%x pkt_type 0x%x ", rcr_desc_rd_head_p,
2253 pkt_type));
2707 is_tcp_udp = ((pkt_type == RCR_PKT_IS_TCP ||
2708 pkt_type == RCR_PKT_IS_UDP) ?
2712 is_tcp_udp = ((pkt_type
[all...]
H A Dnxge_fflp.c2593 nxge_iptun_pkt_type_to_pid(uint8_t pkt_type) argument
2597 switch (pkt_type) {
2613 pkt_type));
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_sched.c1465 enum pkt_type { enum
1509 enum pkt_type type;
1706 uint32_t sap, size_t hdrsize, enum pkt_type *type, uint_t *indx)
1918 enum pkt_type type;
/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c1701 int pkt_type)
1736 switch (pkt_type) {
1700 sata_get_error_retrieval_pkt(dev_info_t *dip, sata_device_t *sata_device, int pkt_type) argument

Completed in 177 milliseconds