Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/sfe/
H A Dsfe.c1080 lp->tx_drain_threshold = ROUNDUP2(dp->txthr, TXCFG_FIFO_UNIT); in sfe_set_media()
2068 dp->txthr += 4; /* VTAG_SIZE */ in sfe_attach_chip()
2070 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()