Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4v/io/
H A Dvsw_hio.c154 hiop->vh_num_shares = num_shares; in vsw_hio_init()
156 hiop->vh_num_shares), KM_SLEEP); in vsw_hio_init()
157 for (i = 0; i < hiop->vh_num_shares; i++) { in vsw_hio_init()
181 vswp->physname, hiop->vh_num_shares); in vsw_hio_init()
234 for (i = 0; i < hiop->vh_num_shares; i++) { in vsw_hio_find_free_share()
258 for (i = 0; i < hiop->vh_num_shares; i++) { in vsw_hio_find_vshare_ldcid()
285 for (i = 0; i < hiop->vh_num_shares; i++) { in vsw_hio_find_vshare_port()
389 for (i = 0; i < hiop->vh_num_shares; i++) { in vsw_hio_free_all_shares()
429 if (free_shares == hiop->vh_num_shares) { in vsw_hio_free_all_shares()
444 } while ((free_shares < hiop->vh_num_shares) && (max_retries > 0)); in vsw_hio_free_all_shares()
[all …]
/titanic_50/usr/src/uts/sun4v/sys/
H A Dvsw_hio.h67 uint32_t vh_num_shares; /* Number of shares available */ member