Searched refs:is_fcoe (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_sriov.c | 1878 bool is_fcoe = false; in bnx2x_iov_adjust_stats_req() local 1884 is_fcoe = true; in bnx2x_iov_adjust_stats_req() 1887 num_queues_req = BNX2X_NUM_ETH_QUEUES(bp) + is_fcoe; in bnx2x_iov_adjust_stats_req() 1889 (is_fcoe ? 0 : 1); in bnx2x_iov_adjust_stats_req() 1892 "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", in bnx2x_iov_adjust_stats_req() 1893 BNX2X_NUM_ETH_QUEUES(bp), is_fcoe, first_queue_query_index, in bnx2x_iov_adjust_stats_req()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_sriov.c | 1876 bool is_fcoe = false; in bnx2x_iov_adjust_stats_req() local 1882 is_fcoe = true; in bnx2x_iov_adjust_stats_req() 1885 num_queues_req = BNX2X_NUM_ETH_QUEUES(bp) + is_fcoe; in bnx2x_iov_adjust_stats_req() 1887 (is_fcoe ? 0 : 1); in bnx2x_iov_adjust_stats_req() 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", in bnx2x_iov_adjust_stats_req() 1891 BNX2X_NUM_ETH_QUEUES(bp), is_fcoe, first_queue_query_index, in bnx2x_iov_adjust_stats_req()
|
Completed in 9 milliseconds