Searched refs:msix_lfmap (Results 1 – 2 of 2) sorted by relevance
631 pfvf->msix_lfmap = devm_kcalloc(rvu->dev, pfvf->msix.max, in rvu_setup_msix_resources()633 if (!pfvf->msix_lfmap) in rvu_setup_msix_resources()667 pfvf->msix_lfmap = in rvu_setup_msix_resources()670 if (!pfvf->msix_lfmap) in rvu_setup_msix_resources()1875 if (pfvf->msix_lfmap[vec] == MSIX_BLKLF(blkaddr, lf)) in rvu_get_msix_offset()1903 pfvf->msix_lfmap[offset + vec] = MSIX_BLKLF(block->addr, lf); in rvu_set_msix_offset()1924 pfvf->msix_lfmap[offset + vec] = 0; in rvu_clear_msix_offset()
257 u16 *msix_lfmap; /* Vector to block LF mapping */ member