Searched refs:msix_lfmap (Results 1 – 2 of 2) sorted by relevance
574 pfvf->msix_lfmap = devm_kcalloc(rvu->dev, pfvf->msix.max, in rvu_setup_msix_resources()576 if (!pfvf->msix_lfmap) in rvu_setup_msix_resources()610 pfvf->msix_lfmap = in rvu_setup_msix_resources()613 if (!pfvf->msix_lfmap) in rvu_setup_msix_resources()1475 if (pfvf->msix_lfmap[vec] == MSIX_BLKLF(blkaddr, lf)) in rvu_get_msix_offset()1503 pfvf->msix_lfmap[offset + vec] = MSIX_BLKLF(block->addr, lf); in rvu_set_msix_offset()1524 pfvf->msix_lfmap[offset + vec] = 0; in rvu_clear_msix_offset()
147 u16 *msix_lfmap; /* Vector to block LF mapping */ member