Home
last modified time | relevance | path

Searched refs:canpause (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/iprb/
H A Diprb.c347 if (ip->canpause) { in iprb_attach()
553 ip->canpause = B_TRUE; in iprb_identify()
563 ip->canpause = B_TRUE; in iprb_identify()
576 ip->canpause = B_TRUE; in iprb_identify()
581 ip->canpause = B_TRUE; in iprb_identify()
873 PUTCB8(cb, CB_CONFIG_OFFSET + 17, (ip->canpause ? 0x40 : 0)); in iprb_set_config()
877 (ip->canpause ? 0x18 : 0)); in iprb_set_config()
H A Diprb.h98 boolean_t canpause; member