Searched defs:burstsize (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/chxge/
H A Dch.h132 uint32_t burstsize: 2; member in struct:ch_cfg
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe.c1002 sfe_encode_mxdma(uint_t burstsize) argument
1006 if (burstsize > 256) {
1012 if (burstsize <= sfe_mxdma_value[i]) {
/illumos-gate/usr/src/uts/sun/io/
H A Dsocal.c480 int burstsize; local
848 burstsize = ddi_dma_burstsizes(socalp->request[0].skc_dhandle);
849 DEBUGF(4, (CE_CONT, "socal%d: attach: burstsize = 0x%x\n",
850 instance, burstsize));
851 j = burstsize & BURSTSIZE_MASK;
865 burstsize = ddi_dma_burstsizes(socalp->request[0].
867 DEBUGF(4, (CE_CONT, "socal%d: attach: 64bit burstsize = 0x%x\n",
868 instance, burstsize));
869 j = burstsize & BURSTSIZE_MASK;

Completed in 76 milliseconds