Home
last modified time | relevance | path

Searched refs:ch_config (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/chxge/
H A Dch.c641 if (chp->ch_config.cksum_enabled) in ch_attach()
645 chp->ch_config.cksum_enabled = 0; in ch_attach()
1927 chp->ch_config.enable_dvma = 1; in ch_get_prop()
1955 chp->ch_config.burstsize_set = 0; in ch_get_prop()
1967 chp->ch_config.burstsize_set = 0; in ch_get_prop()
1979 chp->ch_config.burstsize_set = 0; in ch_get_prop()
2043 chp->ch_config.burstsize = 1; in ch_get_prop()
2044 chp->ch_config.burstsize_set = 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()
[all …]
H A Dpe.c180 if (sa->ch_config.cksum_enabled) { in pe_init()
413 if (sa->ch_config.enable_dvma) { in pe_start()
511 if (sa->ch_config.enable_dvma) { in pe_start()
942 if (chp->ch_config.burstsize_set) { in pe_attach()
944 pcix_cmd |= (chp->ch_config.burstsize << 18); in pe_attach()
949 if (chp->ch_config.transaction_cnt_set) { in pe_attach()
951 pcix_cmd |= (chp->ch_config.transaction_cnt << 20); in pe_attach()
957 pcix_cmd |= (chp->ch_config.relaxed_ordering << 17); in pe_attach()
H A Dch.h144 ch_cfg_t ch_config; /* instance configuration */ member
H A Dsge.c989 if (adapter->ch_config.cksum_enabled && in t1_sge_rx()