Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/chxge/
H A Dsge.c150 sge->ptimeout = 1; in t1_sge_create()
267 ch_start_cyclic(&sge->espi_wa_cyclic, sge->ptimeout); in sge_start()
1645 sge->ptimeout = max(val, 1); in t1_sge_set_ptimeout()
1654 return (is_T2(adapter) ? sge->ptimeout : 0); in t1_sge_get_ptimeout()
H A Dsge.h419 uint32_t ptimeout; member
/illumos-gate/usr/src/uts/common/io/
H A Decpp.c4239 wait_dsr(struct ecppunit *pp, uint8_t mask, uint8_t val, int ptimeout) in wait_dsr() argument
4241 while (((DSR_READ(pp) & mask) != val) && ptimeout--) { in wait_dsr()
4245 return (ptimeout); in wait_dsr()