Home
last modified time | relevance | path

Searched refs:relaxed_ordering (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/chxge/
H A Dch.h133 uint32_t relaxed_ordering: 1; member
H A Dch.c2168 chp->ch_config.relaxed_ordering = 0; in ch_get_prop()
2172 chp->ch_config.relaxed_ordering = 1; in ch_get_prop()
H A Dpe.c957 pcix_cmd |= (chp->ch_config.relaxed_ordering << 17); in pe_attach()