Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/pci/
Dmsi.c29 #define msix_table_size(flags) ((flags & PCI_MSIX_FLAGS_QSIZE) + 1) macro
782 base = msix_map_region(dev, msix_table_size(control)); in msix_capability_init()
961 return msix_table_size(control); in pci_msix_vec_count()
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.c4630 int msix_table_size = 0; in bnx2x_alloc_mem_bp() local
4638 msix_table_size = bp->igu_sb_cnt; in bnx2x_alloc_mem_bp()
4640 msix_table_size++; in bnx2x_alloc_mem_bp()
4641 BNX2X_DEV_INFO("msix_table_size %d\n", msix_table_size); in bnx2x_alloc_mem_bp()
4684 tbl = kcalloc(msix_table_size, sizeof(*tbl), GFP_KERNEL); in bnx2x_alloc_mem_bp()