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

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvdc.h283 uint_t hattr_cnt; /* attr. neg. count */ member in struct:vdc_server
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvdc.c4325 * hattr_cnt - number of attribute negotiation attempts
4332 vdc_handshake_retry(vdc_t *vdcp, int hshake_cnt, int hattr_cnt) argument
4341 vdcp->curr_server->hattr_cnt = hattr_cnt;
4347 if (hattr_cnt == 0)
4350 vdcp->curr_server->hattr_total += hattr_cnt;
4387 if (srvr->hattr_cnt == 0) {
4434 int hattr_cnt = 0; local
4504 if (hshake_cnt >= vdc_hshake_retries || hattr_cnt > 0) {
4507 hattr_cnt)) {
[all...]

Completed in 70 milliseconds