Home
last modified time | relevance | path

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

/drivers/net/
Dbnx2x_main.c5862 #define BNX2X_PCI_ALLOC(x, y, size) \ in bnx2x_alloc_mem() macro
5885 BNX2X_PCI_ALLOC(bnx2x_fp(bp, i, status_blk), in bnx2x_alloc_mem()
5900 BNX2X_PCI_ALLOC(bnx2x_fp(bp, i, tx_desc_ring), in bnx2x_alloc_mem()
5906 BNX2X_PCI_ALLOC(bnx2x_fp(bp, i, rx_desc_ring), in bnx2x_alloc_mem()
5910 BNX2X_PCI_ALLOC(bnx2x_fp(bp, i, rx_comp_ring), in bnx2x_alloc_mem()
5918 BNX2X_PCI_ALLOC(bnx2x_fp(bp, i, rx_sge_ring), in bnx2x_alloc_mem()
5924 BNX2X_PCI_ALLOC(bp->def_status_blk, &bp->def_status_blk_mapping, in bnx2x_alloc_mem()
5927 BNX2X_PCI_ALLOC(bp->slowpath, &bp->slowpath_mapping, in bnx2x_alloc_mem()
5931 BNX2X_PCI_ALLOC(bp->t1, &bp->t1_mapping, 64*1024); in bnx2x_alloc_mem()
5942 BNX2X_PCI_ALLOC(bp->t2, &bp->t2_mapping, 16*1024); in bnx2x_alloc_mem()
[all …]