| /illumos-gate/usr/src/uts/common/io/sfxge/ |
| H A D | sfxge_tcp.c | 82 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 D | sfxge_rx.c | 1519 sfxge_packet_type_t pkt_type; local 1545 pkt_type = sfxge_pkthdr_parse(mp, ðerhp, &iphp, &thp, &off, 1547 ASSERT(pkt_type == SFXGE_PACKET_TYPE_IPV4_TCP);
|
| H A D | sfxge_tx.c | 2759 sfxge_packet_type_t pkt_type; local 2796 pkt_type = sfxge_pkthdr_parse(mp, ðerhp, &iphp, &thp, 2799 if (pkt_type != SFXGE_PACKET_TYPE_IPV4_TCP ||
|
| /illumos-gate/usr/src/uts/common/io/hxge/ |
| H A D | hxge_rxdma.h | 171 uint32_t pkt_type:2; member in struct:_rcr_entry_t::__anon5847 185 uint32_t pkt_type:2;
|
| H A D | hxge_rxdma.c | 724 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 D | oce_hw_eth.h | 266 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 D | nxge_rxdma_hw.h | 713 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 D | efx_ev.c | 678 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 D | nxge_rxdma.c | 1139 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 D | nxge_fflp.c | 2593 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 D | mac_sched.c | 1465 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 D | sata.c | 1701 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
|