Searched refs:IFQ_SET_MAXLEN (Results 51 - 75 of 75) sorted by relevance

123

/freebsd-13-stable/sys/dev/stge/
H A Dif_stge.c580 IFQ_SET_MAXLEN(&ifp->if_snd, ifp->if_snd.ifq_drv_maxlen);
/freebsd-13-stable/sys/dev/cas/
H A Dif_cas.c204 IFQ_SET_MAXLEN(&ifp->if_snd, CAS_TXQUEUELEN);
/freebsd-13-stable/sys/dev/rt/
H A Dif_rt.c539 IFQ_SET_MAXLEN(&ifp->if_snd, RT_TX_QLEN);
/freebsd-13-stable/sys/dev/sis/
H A Dif_sis.c1074 IFQ_SET_MAXLEN(&ifp->if_snd, SIS_TX_LIST_CNT - 1);
/freebsd-13-stable/sys/dev/mge/
H A Dif_mge.c881 IFQ_SET_MAXLEN(&ifp->if_snd, ifp->if_snd.ifq_drv_maxlen);
/freebsd-13-stable/sys/dev/oce/
H A Doce_if.c2126 IFQ_SET_MAXLEN(&sc->ifp->if_snd, sc->ifp->if_snd.ifq_drv_maxlen);
/freebsd-13-stable/sys/dev/neta/
H A Dif_mvneta.c646 IFQ_SET_MAXLEN(&ifp->if_snd, ifp->if_snd.ifq_drv_maxlen);
/freebsd-13-stable/sys/dev/age/
H A Dif_age.c611 IFQ_SET_MAXLEN(&ifp->if_snd, ifp->if_snd.ifq_drv_maxlen);
/freebsd-13-stable/sys/dev/ale/
H A Dif_ale.c630 IFQ_SET_MAXLEN(&ifp->if_snd, ifp->if_snd.ifq_drv_maxlen);
/freebsd-13-stable/sys/dev/an/
H A Dif_an.c750 IFQ_SET_MAXLEN(&ifp->if_snd, ifqmaxlen);
/freebsd-13-stable/sys/dev/dc/
H A Dif_dc.c2399 IFQ_SET_MAXLEN(&ifp->if_snd, DC_TX_LIST_CNT - 1);
/freebsd-13-stable/sys/dev/if_ndis/
H A Dif_ndis.c975 IFQ_SET_MAXLEN(&ifp->if_snd, 50);
/freebsd-13-stable/sys/dev/virtio/network/
H A Dif_vtnet.c1115 IFQ_SET_MAXLEN(&ifp->if_snd, virtqueue_size(vq) - 1);
/freebsd-13-stable/sys/net/
H A Dif.c4389 IFQ_SET_MAXLEN(&((struct ifnet *)ifp)->if_snd, tx_desc_count);
/freebsd-13-stable/sys/dev/re/
H A Dif_re.c1657 IFQ_SET_MAXLEN(&ifp->if_snd, RL_IFQ_MAXLEN);
/freebsd-13-stable/sys/dev/ti/
H A Dif_ti.c2490 IFQ_SET_MAXLEN(&ifp->if_snd, ifp->if_snd.ifq_drv_maxlen);
/freebsd-13-stable/sys/dev/sk/
H A Dif_sk.c1376 IFQ_SET_MAXLEN(&ifp->if_snd, SK_TX_RING_CNT - 1);
/freebsd-13-stable/sys/dev/jme/
H A Dif_jme.c825 IFQ_SET_MAXLEN(&ifp->if_snd, ifp->if_snd.ifq_drv_maxlen);
/freebsd-13-stable/sys/arm/ti/cpsw/
H A Dif_cpsw.c1050 IFQ_SET_MAXLEN(&ifp->if_snd, ifp->if_snd.ifq_drv_maxlen);
/freebsd-13-stable/sys/dev/msk/
H A Dif_msk.c1659 IFQ_SET_MAXLEN(&ifp->if_snd, MSK_TX_RING_CNT - 1);
/freebsd-13-stable/sys/dev/mxge/
H A Dif_mxge.c3440 IFQ_SET_MAXLEN(&sc->ifp->if_snd, tx_ring_entries - 1);
/freebsd-13-stable/sys/dev/alc/
H A Dif_alc.c1582 IFQ_SET_MAXLEN(&ifp->if_snd, ifp->if_snd.ifq_drv_maxlen);
/freebsd-13-stable/sys/dev/hyperv/netvsc/
H A Dif_hn.c2393 IFQ_SET_MAXLEN(&ifp->if_snd, qdepth);
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c2368 IFQ_SET_MAXLEN(&ifp->if_snd, qlnx_get_ifq_snd_maxlen(ha));
/freebsd-13-stable/sys/dev/bce/
H A Dif_bce.c1409 IFQ_SET_MAXLEN(&ifp->if_snd, ifp->if_snd.ifq_drv_maxlen);

Completed in 518 milliseconds

123