Searched refs:msix_lfmap (Results 1 – 2 of 2) sorted by relevance
626 pfvf->msix_lfmap = devm_kcalloc(rvu->dev, pfvf->msix.max, in rvu_setup_msix_resources()628 if (!pfvf->msix_lfmap) in rvu_setup_msix_resources()662 pfvf->msix_lfmap = in rvu_setup_msix_resources()665 if (!pfvf->msix_lfmap) in rvu_setup_msix_resources()1693 if (pfvf->msix_lfmap[vec] == MSIX_BLKLF(blkaddr, lf)) in rvu_get_msix_offset()1721 pfvf->msix_lfmap[offset + vec] = MSIX_BLKLF(block->addr, lf); in rvu_set_msix_offset()1742 pfvf->msix_lfmap[offset + vec] = 0; in rvu_clear_msix_offset()
196 u16 *msix_lfmap; /* Vector to block LF mapping */ member