Searched refs:msix_table_size (Results 1 – 2 of 2) sorted by relevance
21 #define msix_table_size(control) ((control & PCI_MSIX_FLAGS_QSIZE)+1) macro22 #define multi_msix_capable(control) msix_table_size((control))
3294 int msix_table_size = 0; in bnx2x_alloc_mem_bp() local3300 msix_table_size = bp->igu_sb_cnt + 1; in bnx2x_alloc_mem_bp()3310 tbl = kcalloc(msix_table_size, sizeof(*tbl), GFP_KERNEL); in bnx2x_alloc_mem_bp()