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

/illumos-gate/usr/src/uts/common/io/chxge/
H A Dch.c639 if (chp->ch_config.cksum_enabled)
643 chp->ch_config.cksum_enabled = 0;
1694 if (chp->ch_config.cksum_enabled) {
1927 chp->ch_config.enable_dvma = 1;
1938 chp->ch_config.burstsize_set = 0;
1939 chp->ch_config.transaction_cnt_set = 0;
1955 chp->ch_config.burstsize_set = 0;
1956 chp->ch_config.transaction_cnt_set = 0;
1967 chp->ch_config.burstsize_set = 0;
1968 chp->ch_config
[all...]
H A Dpe.c180 if (sa->ch_config.cksum_enabled) {
413 if (sa->ch_config.enable_dvma) {
511 if (sa->ch_config.enable_dvma) {
942 if (chp->ch_config.burstsize_set) {
944 pcix_cmd |= (chp->ch_config.burstsize << 18);
949 if (chp->ch_config.transaction_cnt_set) {
951 pcix_cmd |= (chp->ch_config.transaction_cnt << 20);
957 pcix_cmd |= (chp->ch_config.relaxed_ordering << 17);
H A Dch.h146 ch_cfg_t ch_config; /* instance configuration */ member in struct:ch
H A Dsge.c991 if (adapter->ch_config.cksum_enabled &&

Completed in 70 milliseconds