Home
last modified time | relevance | path

Searched refs:ifq_drv_maxlen (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/net/
H A Dif_debug.c99 IF_DB_PRINTF("%d", if_snd.ifq_drv_maxlen); in if_show_ifnet()
H A Difq.h277 while ((ifq)->ifq_drv_len < (ifq)->ifq_drv_maxlen) { \
H A Dif_tuntap.c974 ifp->if_snd.ifq_drv_maxlen = 0; in tuncreate()
H A Dif.c4377 ((struct ifnet *)ifp)->if_snd.ifq_drv_maxlen = tx_desc_count; in if_setsendqlen()
/f-stack/freebsd/net/altq/
H A Dif_altq.h53 int ifq_drv_maxlen; member
H A Daltq_subr.c219 ifq->ifq_drv_maxlen = 0; /* disable bulk dequeue */
/f-stack/freebsd/mips/cavium/octe/
H A Docte.c200 ifp->if_snd.ifq_drv_maxlen = MAX_OUT_QUEUE_DEPTH; in octe_attach()
/f-stack/freebsd/mips/cavium/
H A Dif_octm.c247 ifp->if_snd.ifq_drv_maxlen = CVMX_MGMT_PORT_NUM_TX_BUFFERS; in octm_attach()
/f-stack/freebsd/netgraph/
H A Dng_iface.c558 ifp->if_snd.ifq_drv_maxlen = ifqmaxlen; in ng_iface_constructor()
/f-stack/freebsd/mips/nlm/dev/net/
H A Dxlpge.c1062 ifp->if_snd.ifq_drv_maxlen = NLM_XLPGE_TXQ_SIZE; /* TODO: make this a sysint */ in nlm_xlpge_ifinit()
1063 IFQ_SET_MAXLEN(&ifp->if_snd, ifp->if_snd.ifq_drv_maxlen); in nlm_xlpge_ifinit()
/f-stack/freebsd/arm/ti/cpsw/
H A Dif_cpsw.c1049 ifp->if_snd.ifq_drv_maxlen = sc->swsc->tx.queue_slots; in cpswp_attach()
1050 IFQ_SET_MAXLEN(&ifp->if_snd, ifp->if_snd.ifq_drv_maxlen); in cpswp_attach()