Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c1725 bp->num_ethernet_queues = 1; in bnx2x_enable_msix()
1726 bp->num_queues = bp->num_ethernet_queues + bp->num_cnic_queues; in bnx2x_enable_msix()
1739 bp->num_ethernet_queues -= diff; in bnx2x_enable_msix()
1740 bp->num_queues = bp->num_ethernet_queues + bp->num_cnic_queues; in bnx2x_enable_msix()
1957 bp->num_ethernet_queues = bnx2x_calc_num_queues(bp); in bnx2x_set_num_queues()
1961 bp->num_ethernet_queues = 1; in bnx2x_set_num_queues()
1965 bp->num_queues = bp->num_ethernet_queues + bp->num_cnic_queues; in bnx2x_set_num_queues()
4703 bp->num_ethernet_queues -= delta; in bnx2x_alloc_fp_mem()
4704 bp->num_queues = bp->num_ethernet_queues + in bnx2x_alloc_fp_mem()
H A Dbnx2x.h1593 uint num_ethernet_queues; member
1867 #define BNX2X_NUM_ETH_QUEUES(bp) ((bp)->num_ethernet_queues)