Searched refs:ETHERMIN (Results 26 - 44 of 44) sorted by relevance

12

/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_phys.c1208 mp = allocb(ETHERMIN, BPRI_MED);
1243 mp->b_wptr += ETHERMIN; /* total size is 42; round up to ETHERMIN */
H A Dvsw_ldc.c3462 if (size < ETHERMIN || size > lp->mtu) {
3973 if (size < ETHERMIN)
3974 size = ETHERMIN;
4180 priv_desc->datalen = (size < (size_t)ETHERMIN) ? ETHERMIN : size;
H A Dvnet_gen.c933 if (size < ETHERMIN)
934 size = ETHERMIN;
5337 if (size < ETHERMIN || size > lp->mtu) {
/illumos-gate/usr/src/uts/sun/io/eri/
H A Deri.c3536 if (len_msg < ETHERMIN) {
3537 bzero((ptr + len_msg), (ETHERMIN - len_msg));
3538 len_msg = ETHERMIN;
3676 if ((flags & ERI_RMD_BAD) || (len < ETHERMIN) || (len > ETHERMAX+4)) {
3681 if (len < ETHERMIN) {
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.c1264 min_pkt = ETHERMIN;
1285 (min_pkt > ETHERMIN || !dp->gc.gc_tx_auto_pad)) {
1814 int ethermin = ETHERMIN;
1877 ethermin = ETHERMIN;
4812 gc->gc_tx_copy_thresh = max(ETHERMIN, gc->gc_tx_copy_thresh);
4813 gc->gc_rx_copy_thresh = max(ETHERMIN, gc->gc_rx_copy_thresh);
H A Dsfe.c1106 val = ROUNDUP2(max(dp->rxthr, ETHERMIN), RXCFG_FIFO_UNIT);
/illumos-gate/usr/src/uts/common/io/elxl/
H A Delxl.c1200 bzero(txd->ed_buf + len, ETHERMIN - len);
1201 len = ETHERMIN;
/illumos-gate/usr/src/uts/common/io/atge/
H A Datge_l1e.c297 l1e->atge_l1e_proc_max = L1E_RX_PAGE_SZ / ETHERMIN;
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_sw.h137 #define MIN_TX_BCOPY_THRESHOLD ETHERMIN
H A De1000g_main.c970 Adapter->min_frame_size = ETHERMIN + ETHERFCSL;
/illumos-gate/usr/src/uts/common/io/udmf/
H A Dudmf_usbgem.c424 /* minimum ethernet packet size of ETHERMIN */
425 pkt_size = max(pkt_size, ETHERMIN);
/illumos-gate/usr/src/uts/common/io/hme/
H A Dhme.c3414 if ((len < ETHERMIN) || (rflags & HMERMD_OVFLOW) ||
3416 if (len < ETHERMIN)
/illumos-gate/usr/src/uts/common/io/usb/clients/usbecm/
H A Dusbecm.c1275 if (data_len < ETHERMIN) {
1279 "usbecm_send_data: short packet, padding to ETHERMIN");
1281 new_data_len = ETHERMIN;
/illumos-gate/usr/src/uts/common/io/vr/
H A Dvr.c1544 padlen = ETHERMIN - pklen;
3521 if (val >= ETHERMIN && val <= ETHERMTU)
/illumos-gate/usr/src/uts/common/io/vioif/
H A Dvioif.c1420 mac_prop_info_set_range_uint32(prh, ETHERMIN, MAX_MTU);
/illumos-gate/usr/src/uts/common/io/dmfe/
H A Ddmfe_main.c675 } else if (packet_length < ETHERMIN) {
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_send.c852 min_len = (ETHERMIN + TX_PKT_HEADER_SIZE + (npads * 2));
H A Dnxge_mac.c4440 nxgep->msg_min = ETHERMIN;
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Didn_dlpi.c1895 if (pktlen < ETHERMIN)

Completed in 162 milliseconds

12