Searched refs:msix_table_size (Results 1 – 6 of 6) sorted by relevance
6 #define msix_table_size(flags) ((flags & PCI_MSIX_FLAGS_QSIZE) + 1) macro
78 return msix_table_size(control); in pci_msix_vec_count()
731 tsize = msix_table_size(control); in msix_capability_init()
998 size_t msix_table_size, pba_size, align; in epf_ntb_config_spad_bar_alloc() local1034 msix_table_size = PCI_MSIX_ENTRY_SIZE * ntb->db_count; in epf_ntb_config_spad_bar_alloc()1040 ctrl_size = ctrl_size + msix_table_size + pba_size; in epf_ntb_config_spad_bar_alloc()
2160 size_t msix_table_size = 0; in nvmet_pci_epf_configure_bar() local2192 msix_table_size = PCI_MSIX_ENTRY_SIZE * epf->msix_interrupts; in nvmet_pci_epf_configure_bar()2196 reg_size += msix_table_size + pba_size; in nvmet_pci_epf_configure_bar()
4732 int msix_table_size = 0; in bnx2x_alloc_mem_bp() local4740 msix_table_size = bp->igu_sb_cnt; in bnx2x_alloc_mem_bp()4742 msix_table_size++; in bnx2x_alloc_mem_bp()4743 BNX2X_DEV_INFO("msix_table_size %d\n", msix_table_size); in bnx2x_alloc_mem_bp()4786 tbl = kcalloc(msix_table_size, sizeof(*tbl), GFP_KERNEL); in bnx2x_alloc_mem_bp()