Home
last modified time | relevance | path

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

/linux-3.3/drivers/pci/
Dmsi.h21 #define msix_table_size(control) ((control & PCI_MSIX_FLAGS_QSIZE)+1) macro
22 #define multi_msix_capable(control) msix_table_size((control))
/linux-3.3/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.c3294 int msix_table_size = 0; in bnx2x_alloc_mem_bp() local
3300 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()