Home
last modified time | relevance | path

Searched refs:ETHERMAX (Results 1 – 25 of 27) sorted by relevance

12

/titanic_41/usr/src/uts/common/io/atge/
H A Datge_l1e_reg.h81 #define L1E_MAX_FRAMELEN ETHERMAX
92 ((L1E_RX_PAGE_SZ * L1E_RX_PAGES) / ETHERMAX)
/titanic_41/usr/src/uts/common/sys/
H A Dethernet.h112 #define ETHERMAX (1514) /* max frame w/header w/o fcs */ macro
/titanic_41/usr/src/uts/sun4v/sys/
H A Dvnet_common.h43 #define MAX_COOKIES ((ETHERMAX >> MMU_PAGESHIFT) + 2ULL)
H A Dvsw.h55 #define VSW_MTU ETHERMAX
/titanic_41/usr/src/uts/common/io/dmfe/
H A Ddmfe_impl.h53 #define DMFE_MAX_PKT_SIZE (VLAN_TAGSZ + ETHERMAX + ETHERFCSL)
/titanic_41/usr/src/uts/common/io/rtls/
H A Drtls.h103 #define RTLS_HIWAT (RTLS_MAX_TX_DESC * ETHERMAX)
H A Drtls.c1116 if (totlen > (ETHERMAX + 4)) { /* 4 bytes for VLAN header */ in rtls_send()
1255 (packet_len > (ETHERMAX + ETHERFCSL + 4))) { in rtls_receive()
1267 else if (packet_len > (ETHERMAX + ETHERFCSL + 4)) in rtls_receive()
/titanic_41/usr/src/uts/common/io/vr/
H A Dvr.h111 #define VR_MAX_PKTSZ (ETHERMAX + ETHERFCSL + VLAN_TAGSZ + VR_SLOPSZ)
/titanic_41/usr/src/uts/common/io/bge/
H A Dbge_send.c455 (txbuf->copy_len > ETHERMAX)) in bge_send_serial()
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Devents.c488 uint16_t buffer[ETHERMAX / sizeof (uint16_t)]; in receive_packet()
/titanic_41/usr/src/uts/common/io/efe/
H A Defe.c1379 if (len > ETHERMAX + VLAN_TAGSZ) { in efe_recv_pkt()
1428 if (len > ETHERMAX + VLAN_TAGSZ) { in efe_send()
/titanic_41/usr/src/uts/common/io/iprb/
H A Diprb.c1085 if ((sz = msgsize(mp)) > (ETHERMAX + VLAN_TAGSZ)) { in iprb_send()
1184 if (cnt > (ETHERMAX + VLAN_TAGSZ)) { in iprb_rx()
/titanic_41/usr/src/uts/common/io/elxl/
H A Delxl.c1156 if (len > (ETHERMAX + VLAN_TAGSZ)) { in elxl_m_tx()
1292 if (len > (ETHERMAX + VLAN_TAGSZ)) { in elxl_recv()
/titanic_41/usr/src/uts/common/io/hme/
H A Dhme.c2612 PUT_MACREG(txmax, ETHERMAX + ETHERFCSL + 4); in hmeinit()
2613 PUT_MACREG(rxmax, ETHERMAX + ETHERFCSL + 4); in hmeinit()
3415 (len > (ETHERMAX + 4))) { in hmeread()
/titanic_41/usr/src/uts/common/io/usb/clients/usbecm/
H A Dusbecm.c1065 > ETHERMAX) { in usbecm_bulkin_cb()
1264 if (data_len > ETHERMAX) { in usbecm_send_data()
/titanic_41/usr/src/uts/sun4v/io/
H A Dvsw_ldc.c1976 lp->mtu = ETHERMAX + VLAN_TAGSZ; in vsw_set_vnet_proto_ops()
1989 lp->mtu = ETHERMAX; in vsw_set_vnet_proto_ops()
2634 if (msg->mtu < ETHERMAX) { in vsw_process_attr_info()
H A Dvnet_gen.c3697 lp->mtu = ETHERMAX + VLAN_TAGSZ; in vgen_set_vnet_proto_ops()
3711 lp->mtu = ETHERMAX; in vgen_set_vnet_proto_ops()
4654 if (msg->mtu < ETHERMAX) { in vgen_handle_attr_info()
H A Dvsw.c1980 mblk_sz = (VIO_PKT_DATA_HDRSIZE + ETHERMAX + 7) & ~7; in vsw_read_pri_eth_types()
/titanic_41/usr/src/uts/common/io/pcn/
H A Dpcn.c58 #define ETHERVLANMTU (ETHERMAX + 4)
/titanic_41/usr/src/uts/common/io/afe/
H A Dafe.c104 #define ETHERVLANMTU (ETHERMAX + 4)
/titanic_41/usr/src/uts/common/io/rge/
H A Drge_chip.c771 rgep->ethmax_size = ETHERMAX; in rge_chip_ident()
/titanic_41/usr/src/uts/intel/io/dnet/
H A Ddnet.c227 int rx_buf_size = (ETHERMAX + ETHERFCSL + VLAN_TAGSZ + 3) & ~3;
1434 if (totlen > ETHERMAX + VLAN_TAGSZ) { in dnet_send()
/titanic_41/usr/src/uts/sun/io/eri/
H A Deri.c3676 if ((flags & ERI_RMD_BAD) || (len < ETHERMIN) || (len > ETHERMAX+4)) { in eri_read_dma()
3683 } else if (len > ETHERMAX+4) { in eri_read_dma()
/titanic_41/usr/src/uts/common/io/sfe/
H A Dsfe_util.c699 ASSERT(tx_buf_len >= ETHERMAX+ETHERFCSL); in gem_alloc_memory()
4864 dp->txthr = ETHERMAX; /* tx fifo threshold */ in gem_do_attach()
/titanic_41/usr/src/uts/common/io/mxfe/
H A Dmxfe.c100 #define ETHERVLANMTU (ETHERMAX + 4)

12