/titanic_41/usr/src/uts/common/io/atge/ |
H A D | atge_l1e_reg.h | 81 #define L1E_MAX_FRAMELEN ETHERMAX 92 ((L1E_RX_PAGE_SZ * L1E_RX_PAGES) / ETHERMAX)
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | ethernet.h | 112 #define ETHERMAX (1514) /* max frame w/header w/o fcs */ macro
|
/titanic_41/usr/src/uts/sun4v/sys/ |
H A D | vnet_common.h | 43 #define MAX_COOKIES ((ETHERMAX >> MMU_PAGESHIFT) + 2ULL)
|
H A D | vsw.h | 55 #define VSW_MTU ETHERMAX
|
/titanic_41/usr/src/uts/common/io/dmfe/ |
H A D | dmfe_impl.h | 53 #define DMFE_MAX_PKT_SIZE (VLAN_TAGSZ + ETHERMAX + ETHERFCSL)
|
/titanic_41/usr/src/uts/common/io/rtls/ |
H A D | rtls.h | 103 #define RTLS_HIWAT (RTLS_MAX_TX_DESC * ETHERMAX)
|
H A D | rtls.c | 1116 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 D | vr.h | 111 #define VR_MAX_PKTSZ (ETHERMAX + ETHERFCSL + VLAN_TAGSZ + VR_SLOPSZ)
|
/titanic_41/usr/src/uts/common/io/bge/ |
H A D | bge_send.c | 455 (txbuf->copy_len > ETHERMAX)) in bge_send_serial()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/bridged/ |
H A D | events.c | 488 uint16_t buffer[ETHERMAX / sizeof (uint16_t)]; in receive_packet()
|
/titanic_41/usr/src/uts/common/io/efe/ |
H A D | efe.c | 1379 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 D | iprb.c | 1085 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 D | elxl.c | 1156 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 D | hme.c | 2612 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 D | usbecm.c | 1065 > ETHERMAX) { in usbecm_bulkin_cb() 1264 if (data_len > ETHERMAX) { in usbecm_send_data()
|
/titanic_41/usr/src/uts/sun4v/io/ |
H A D | vsw_ldc.c | 1976 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 D | vnet_gen.c | 3697 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 D | vsw.c | 1980 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 D | pcn.c | 58 #define ETHERVLANMTU (ETHERMAX + 4)
|
/titanic_41/usr/src/uts/common/io/afe/ |
H A D | afe.c | 104 #define ETHERVLANMTU (ETHERMAX + 4)
|
/titanic_41/usr/src/uts/common/io/rge/ |
H A D | rge_chip.c | 771 rgep->ethmax_size = ETHERMAX; in rge_chip_ident()
|
/titanic_41/usr/src/uts/intel/io/dnet/ |
H A D | dnet.c | 227 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 D | eri.c | 3676 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 D | sfe_util.c | 699 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 D | mxfe.c | 100 #define ETHERVLANMTU (ETHERMAX + 4)
|