Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usbgem/
H A Dusbgem.h342 uint_t txmaxdma; /* tx max dma burst size */ member
H A Dusbgem.c3823 dp->txmaxdma = usbgem_prop_get_int(dp, "txmaxdma", dp->txmaxdma); in usbgem_read_conf()
4456 dp->txmaxdma = 16*4; /* tx max dma burst size */ in usbgem_do_attach()
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.h557 uint_t txmaxdma; /* tx max dma burst size */ member
H A Dsfe_util.c4718 dp->txmaxdma = gem_prop_get_int(dp, "txmaxdma", dp->txmaxdma); in gem_read_conf()
4863 dp->txmaxdma = 16*4; /* tx max dma burst size */ in gem_do_attach()
H A Dsfe.c997 txmxdma = max(dp->txmaxdma, 256); in sfe_set_media()