Searched defs:orig_cbctl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dpcic.c6700 uint32_t cbctl = 0, orig_cbctl, cbstev, cbps; local
6712 orig_cbctl = pcic_getcb(pcic, CB_CONTROL);
6718 socket, sockp->pcs_vcc, sockp->pcs_vpp1, orig_cbctl, cbctl);
6720 if (cbctl != orig_cbctl) {
6722 (orig_cbctl & (CB_C_VCCMASK|CB_C_VPPMASK)) == 0) {
6729 if ((cbctl & CB_C_VCCMASK) == (orig_cbctl & CB_C_VCCMASK)) {
6761 cbctl, orig_cbctl);
6764 (orig_cbctl & (CB_C_VCCMASK|CB_C_VPPMASK)) == 0) {
6772 (orig_cbctl & (CB_C_VCCMASK|CB_C_VPPMASK)) == 0) {
6780 cbctl, orig_cbctl, sock
[all...]

Completed in 74 milliseconds