/titanic_41/usr/src/lib/libbc/inc/include/netinet/ |
H A D | if_ether.h | 54 #define ETHERMIN (60-14) macro
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | ethernet.h | 111 #define ETHERMIN (60) /* min frame w/header w/o fcs */ macro
|
/titanic_41/usr/src/uts/common/io/bge/ |
H A D | bge_recv2.c | 159 minsize = ETHERMIN + ETHERFCSL - VLAN_TAGSZ; in bge_receive_packet() 162 minsize = ETHERMIN + ETHERFCSL; in bge_receive_packet()
|
/titanic_41/usr/src/uts/common/io/rtls/ |
H A D | rtls.c | 1144 if (totlen < ETHERMIN) { in rtls_send() 1145 bzero(rtlsp->tx_buf[cur_desc] + totlen, ETHERMIN - totlen); in rtls_send() 1146 totlen = ETHERMIN; in rtls_send() 1254 (packet_len < (ETHERMIN + ETHERFCSL)) || in rtls_receive() 1265 (packet_len < (ETHERMIN + ETHERFCSL))) in rtls_receive()
|
/titanic_41/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_tx.c | 234 if (msg_size < ETHERMIN) { in e1000g_send() 1309 ASSERT(tx_buf->len < ETHERMIN); in e1000g_tx_copy() 1312 ETHERMIN - tx_buf->len); in e1000g_tx_copy() 1313 tx_buf->len = ETHERMIN; in e1000g_tx_copy()
|
H A D | e1000g_rx.c | 487 min_size = ETHERMIN; in e1000g_receive()
|
H A D | e1000g_sw.h | 136 #define MIN_TX_BCOPY_THRESHOLD ETHERMIN
|
/titanic_41/usr/src/uts/common/io/efe/ |
H A D | efe.c | 1373 if (len < ETHERMIN) { in efe_recv_pkt() 1453 if (len < ETHERMIN) { in efe_send() 1454 bzero(bp->b_kaddr + len, ETHERMIN - len); in efe_send() 1455 len = ETHERMIN; in efe_send()
|
/titanic_41/usr/src/uts/sun4v/io/ |
H A D | vsw_rxdring.c | 746 if ((rxdp->nbytes < ETHERMIN) || in vsw_receive_packet() 910 if (size < ETHERMIN) in vsw_dringsend_shm() 911 size = ETHERMIN; in vsw_dringsend_shm()
|
H A D | vnet_rxdring.c | 616 if (size < ETHERMIN) in vgen_dringsend_shm() 617 size = ETHERMIN; in vgen_dringsend_shm() 1082 if ((nbytes < ETHERMIN) || in vgen_receive_packet()
|
H A D | vsw_txdring.c | 855 priv_desc->datalen = (size < (size_t)ETHERMIN) ? ETHERMIN : size; in vsw_dringsend() 1167 if ((desc.nbytes < ETHERMIN) || in vsw_process_dringdata()
|
H A D | vnet_txdring.c | 630 if (size < ETHERMIN) in vgen_dringsend() 631 size = ETHERMIN; in vgen_dringsend() 1053 if ((rxd.nbytes < ETHERMIN) || in vgen_process_dringdata()
|
H A D | vsw_phys.c | 1208 mp = allocb(ETHERMIN, BPRI_MED); in vsw_publish_macaddr() 1243 mp->b_wptr += ETHERMIN; /* total size is 42; round up to ETHERMIN */ in vsw_publish_macaddr()
|
H A D | vsw_ldc.c | 3462 if (size < ETHERMIN || size > lp->mtu) { in vsw_process_pkt_data() 3973 if (size < ETHERMIN) in vsw_ldcsend_pkt() 3974 size = ETHERMIN; in vsw_ldcsend_pkt() 4180 priv_desc->datalen = (size < (size_t)ETHERMIN) ? ETHERMIN : size; in vsw_descrsend()
|
/titanic_41/usr/src/uts/common/io/simnet/ |
H A D | simnet.c | 773 if (len < ETHERMIN) { in simnet_m_tx() 774 size = ETHERMIN - len; in simnet_m_tx() 1179 if (mtu > ETHERMIN && mtu < SIMNET_MAX_MTU) in simnet_m_setprop()
|
/titanic_41/usr/src/uts/common/io/ib/clients/eoib/ |
H A D | eib_data.c | 995 if ((pktsz + lsohdr_sz) < (ETHERMIN + EIB_ENCAP_HDR_SZ)) { in eib_data_prepare_sgl() 996 bzero(bufp, (ETHERMIN + EIB_ENCAP_HDR_SZ) - in eib_data_prepare_sgl() 998 swqe->qe_sgl.ds_len = ETHERMIN + EIB_ENCAP_HDR_SZ; in eib_data_prepare_sgl()
|
/titanic_41/usr/src/uts/common/io/hxge/ |
H A D | hxge_vmac.c | 177 hxgep->msg_min = ETHERMIN; in hxge_tx_vmac_enable()
|
/titanic_41/usr/src/uts/common/sys/fibre-channel/ulp/ |
H A D | fcip.h | 53 #define FCIPMIN (ETHERMIN + sizeof (llc_snap_hdr_t) + \
|
/titanic_41/usr/src/uts/common/io/nge/ |
H A D | nge_rx.c | 157 minsize = ETHERMIN; in nge_recv_packet()
|
/titanic_41/usr/src/stand/lib/inet/ |
H A D | ethernet.c | 65 char filler[ETHERMIN - sizeof (struct ether_arp)];
|
/titanic_41/usr/src/uts/common/io/i40e/ |
H A D | i40e_sw.h | 125 #define I40E_MIN_MTU ETHERMIN
|
/titanic_41/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_sw.h | 138 #define MIN_MTU ETHERMIN
|
/titanic_41/usr/src/uts/common/io/igb/ |
H A D | igb_sw.h | 138 #define MIN_MTU ETHERMIN
|
/titanic_41/usr/src/uts/common/io/rge/ |
H A D | rge_rxtx.c | 218 minsize = ETHERMIN; in rge_receive_packet()
|
/titanic_41/usr/src/uts/common/io/sfe/ |
H A D | sfe_util.c | 1266 min_pkt = ETHERMIN; in gem_setup_txbuf_copy() 1287 (min_pkt > ETHERMIN || !dp->gc.gc_tx_auto_pad)) { in gem_setup_txbuf_copy() 1816 int ethermin = ETHERMIN; in gem_receive() 1879 ethermin = ETHERMIN; in gem_receive() 4814 gc->gc_tx_copy_thresh = max(ETHERMIN, gc->gc_tx_copy_thresh); in gem_do_attach() 4815 gc->gc_rx_copy_thresh = max(ETHERMIN, gc->gc_rx_copy_thresh); in gem_do_attach()
|