Searched refs:burstsize (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/chxge/
H A Dch.h132 uint32_t burstsize: 2; member in struct:ch_cfg
H A Dch.c2043 chp->ch_config.burstsize = 1;
2055 * alter the burstsize parameter via an entry
2063 "pci-burstsize", -1);
2074 chp->ch_config.burstsize = 1;
2079 chp->ch_config.burstsize = 2;
H A Dpe.c940 * if the burstsize is set, then use it instead of default
944 pcix_cmd |= (chp->ch_config.burstsize << 18);
/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;
/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]) {

Completed in 101 milliseconds