Home
last modified time | relevance | path

Searched refs:txthr (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usbgem/
H A Dusbgem.h341 uint_t txthr; /* tx fifo threshoold */ member
H A Dusbgem.c3821 dp->txthr = usbgem_prop_get_int(dp, "txthr", dp->txthr); in usbgem_read_conf()
4455 dp->txthr = ETHERMAX; /* tx fifo threshoold */ in usbgem_do_attach()
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe.c1003 lp->tx_drain_threshold = ROUNDUP2(dp->txthr, TXCFG_FIFO_UNIT); in sfe_set_media()
1985 dp->txthr += 4; /* VTAG_SIZE */ in sfe_attach_chip()
1987 dp->txthr = min(dp->txthr, TXFIFOSIZE - 2); in sfe_attach_chip()
H A Dsfe_util.h556 uint_t txthr; /* tx fifo threshoold */ member
H A Dsfe_util.c4716 dp->txthr = gem_prop_get_int(dp, "txthr", dp->txthr); in gem_read_conf()
4862 dp->txthr = ETHERMAX; /* tx fifo threshold */ in gem_do_attach()