Home
last modified time | relevance | path

Searched refs:burstsize (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/chxge/
H A Dch.h130 uint32_t burstsize: 2; member
H A Dch.c2043 chp->ch_config.burstsize = 1; in ch_get_prop()
2074 chp->ch_config.burstsize = 1; in ch_get_prop()
2079 chp->ch_config.burstsize = 2; in ch_get_prop()
H A Dpe.c944 pcix_cmd |= (chp->ch_config.burstsize << 18); in pe_attach()
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dcommon.h934 int pktsize, int burstsize);
940 int *pktsize, int *burstsize);
H A Dt4_hw.c12063 int pktsize, int burstsize) in t4_sched_params() argument
12085 cmd.u.params.burstsize = cpu_to_be16(burstsize); in t4_sched_params()
12096 int *pktsize, int *burstsize) in t4_read_sched_params() argument
12124 *burstsize = be16_to_cpu(cmd.u.params.burstsize); in t4_read_sched_params()
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe.c925 sfe_encode_mxdma(uint_t burstsize) in sfe_encode_mxdma() argument
929 if (burstsize > 256) { in sfe_encode_mxdma()
935 if (burstsize <= sfe_mxdma_value[i]) { in sfe_encode_mxdma()
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h8768 __be16 burstsize; member