Searched refs:msix_lfmap (Results 1 – 2 of 2) sorted by relevance
559 pfvf->msix_lfmap = devm_kcalloc(rvu->dev, pfvf->msix.max, in rvu_setup_msix_resources()561 if (!pfvf->msix_lfmap) in rvu_setup_msix_resources()595 pfvf->msix_lfmap = in rvu_setup_msix_resources()598 if (!pfvf->msix_lfmap) in rvu_setup_msix_resources()1381 if (pfvf->msix_lfmap[vec] == MSIX_BLKLF(blkaddr, lf)) in rvu_get_msix_offset()1409 pfvf->msix_lfmap[offset + vec] = MSIX_BLKLF(block->addr, lf); in rvu_set_msix_offset()1430 pfvf->msix_lfmap[offset + vec] = 0; in rvu_clear_msix_offset()
145 u16 *msix_lfmap; /* Vector to block LF mapping */ member