Home
last modified time | relevance | path

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

/linux/drivers/pci/msi/
H A Dmsi.h6 #define msix_table_size(flags) ((flags & PCI_MSIX_FLAGS_QSIZE) + 1) macro
H A Dapi.c78 return msix_table_size(control); in pci_msix_vec_count()
/linux/drivers/pci/endpoint/functions/
H A Dpci-epf-test.c1213 size_t msix_table_size = 0; in pci_epf_test_alloc_space() local
1225 msix_table_size = PCI_MSIX_ENTRY_SIZE * epf->msix_interrupts; in pci_epf_test_alloc_space()
1230 test_reg_size = test_reg_bar_size + msix_table_size + pba_size; in pci_epf_test_alloc_space()
/linux/drivers/nvme/target/
H A Dpci-epf.c2157 size_t msix_table_size = 0; in nvmet_pci_epf_configure_bar() local
2189 msix_table_size = PCI_MSIX_ENTRY_SIZE * epf->msix_interrupts; in nvmet_pci_epf_configure_bar()
2193 reg_size += msix_table_size + pba_size; in nvmet_pci_epf_configure_bar()
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c4730 int msix_table_size = 0; in bnx2x_alloc_mem_bp() local
4738 msix_table_size = bp->igu_sb_cnt; in bnx2x_alloc_mem_bp()
4740 msix_table_size++; in bnx2x_alloc_mem_bp()
4741 BNX2X_DEV_INFO("msix_table_size %d\n", msix_table_size); in bnx2x_alloc_mem_bp()
4781 tbl = kzalloc_objs(*tbl, msix_table_size); in bnx2x_alloc_mem_bp()