Searched refs:is_fcoe (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sriov.c1876 bool is_fcoe = false; local
1882 is_fcoe = true;
1885 num_queues_req = BNX2X_NUM_ETH_QUEUES(bp) + is_fcoe;
1887 (is_fcoe ? 0 : 1);
1890 "BNX2X_NUM_ETH_QUEUES %d, is_fcoe %d, first_queue_query_index %d => determined the last non virtual statistics query index is %d. Will add queries on top of that\n",
1891 BNX2X_NUM_ETH_QUEUES(bp), is_fcoe, first_queue_query_index,

Completed in 169 milliseconds