Home
last modified time | relevance | path

Searched refs:IFQ_SET_MAXLEN (Results 1 – 14 of 14) sorted by relevance

/f-stack/freebsd/mips/cavium/octe/
H A Docte.c186 IFQ_SET_MAXLEN(&priv->tx_free_queue[qos], MAX_OUT_QUEUE_DEPTH); in octe_attach()
199 IFQ_SET_MAXLEN(&ifp->if_snd, MAX_OUT_QUEUE_DEPTH); in octe_attach()
/f-stack/freebsd/netgraph/bluetooth/drivers/h4/
H A Dng_h4.c178 IFQ_SET_MAXLEN(&sc->outq, NG_H4_DEFAULTQLEN); in ng_h4_open()
931 IFQ_SET_MAXLEN(&sc->outq,
/f-stack/freebsd/netgraph/
H A Dng_device.c178 IFQ_SET_MAXLEN(&priv->readq, ifqmaxlen); in ng_device_constructor()
H A Dng_tty.c165 IFQ_SET_MAXLEN(&sc->outq, ifqmaxlen); in ngt_constructor()
H A Dng_iface.c557 IFQ_SET_MAXLEN(&ifp->if_snd, ifqmaxlen); in ng_iface_constructor()
/f-stack/freebsd/mips/cavium/
H A Dif_octm.c246 IFQ_SET_MAXLEN(&ifp->if_snd, CVMX_MGMT_PORT_NUM_TX_BUFFERS); in octm_attach()
/f-stack/freebsd/net/
H A Difq.h239 #define IFQ_SET_MAXLEN(ifq, len) ((ifq)->ifq_maxlen = (len)) macro
H A Dif_tuntap.c959 IFQ_SET_MAXLEN(&ifp->if_snd, ifqmaxlen); in tuncreate()
H A Dif.c4376 IFQ_SET_MAXLEN(&((struct ifnet *)ifp)->if_snd, tx_desc_count); in if_setsendqlen()
/f-stack/freebsd/arm/allwinner/
H A Dif_emac.c969 IFQ_SET_MAXLEN(&ifp->if_snd, IFQ_MAXLEN); in emac_attach()
/f-stack/freebsd/mips/nlm/dev/net/
H A Dxlpge.c1063 IFQ_SET_MAXLEN(&ifp->if_snd, ifp->if_snd.ifq_drv_maxlen); in nlm_xlpge_ifinit()
/f-stack/freebsd/mips/atheros/ar531x/
H A Dif_are.c305 IFQ_SET_MAXLEN(&ifp->if_snd, ifqmaxlen); in are_attach()
/f-stack/freebsd/mips/atheros/
H A Dif_arge.c867 IFQ_SET_MAXLEN(&ifp->if_snd, ifqmaxlen); in arge_attach()
/f-stack/freebsd/arm/ti/cpsw/
H A Dif_cpsw.c1050 IFQ_SET_MAXLEN(&ifp->if_snd, ifp->if_snd.ifq_drv_maxlen); in cpswp_attach()