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

/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_stats.c1440 int first_queue_query_index; local
1522 first_queue_query_index = BNX2X_FIRST_QUEUE_QUERY_IDX;
1524 first_queue_query_index = BNX2X_FIRST_QUEUE_QUERY_IDX - 1;
1529 query[first_queue_query_index + i];
1546 query[first_queue_query_index + i];
H A Dbnx2x_sriov.c1873 int first_queue_query_index, num_queues_req; local
1886 first_queue_query_index = BNX2X_FIRST_QUEUE_QUERY_IDX -
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,
1892 first_queue_query_index + num_queues_req);
1895 query[first_queue_query_index + num_queues_req];

Completed in 200 milliseconds