Home
last modified time | relevance | path

Searched refs:iw_msix (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/ixl/
H A Dixl_iw.c41 #define IXL_IW_VEC_BASE(pf) ((pf)->msix - (pf)->iw_msix)
42 #define IXL_IW_VEC_COUNT(pf) ((pf)->iw_msix)
169 pf_info->iw_msix.count = IXL_IW_VEC_COUNT(pf); in ixl_iw_pf_init()
170 pf_info->iw_msix.base = IXL_IW_VEC_BASE(pf); in ixl_iw_pf_init()
H A Dixl_iw.h59 struct ixl_iw_msix iw_msix; member
H A Dixl_pf.h123 int iw_msix; member
H A Dif_ixl.c820 pf->iw_enabled = (pf->iw_msix > 0) ? true : false; in ixl_if_attach_post()