Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon.c1396 if (state->hs_msix_pba_entries) { in hermon_drv_fini2()
1397 kmem_free(state->hs_msix_pba_entries, in hermon_drv_fini2()
1399 state->hs_msix_pba_entries = NULL; in hermon_drv_fini2()
4759 state->hs_msix_pba_entries = kmem_alloc(state->hs_msix_pba_size, in hermon_set_msix_info()
4928 hs_msix_pba_entries + i) = data64; in hermon_quiesce()
4978 (state->hs_msix_pba_entries + i); in hermon_quiesce()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon.h731 char *hs_msix_pba_entries; /* MSI-X PBA entry */ member