Home
last modified time | relevance | path

Searched refs:msix_table_size (Results 1 – 3 of 3) sorted by relevance

/drivers/pci/endpoint/functions/
Dpci-epf-test.c753 size_t msix_table_size = 0; in pci_epf_test_alloc_space() local
769 msix_table_size = PCI_MSIX_ENTRY_SIZE * epf->msix_interrupts; in pci_epf_test_alloc_space()
774 test_reg_size = test_reg_bar_size + msix_table_size + pba_size; in pci_epf_test_alloc_space()
/drivers/pci/
Dmsi.c32 #define msix_table_size(flags) ((flags & PCI_MSIX_FLAGS_QSIZE) + 1) macro
794 tsize = msix_table_size(control); in msix_capability_init()
988 return msix_table_size(control); in pci_msix_vec_count()
/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.c4722 int msix_table_size = 0; in bnx2x_alloc_mem_bp() local
4730 msix_table_size = bp->igu_sb_cnt; in bnx2x_alloc_mem_bp()
4732 msix_table_size++; in bnx2x_alloc_mem_bp()
4733 BNX2X_DEV_INFO("msix_table_size %d\n", msix_table_size); in bnx2x_alloc_mem_bp()
4776 tbl = kcalloc(msix_table_size, sizeof(*tbl), GFP_KERNEL); in bnx2x_alloc_mem_bp()