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

/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c2262 bp->fw_stats_num = 2 + is_fcoe_stats + num_queue_stats;
2265 * the VFs themselves. We don't include them in the bp->fw_stats_num as
2278 (((bp->fw_stats_num + vf_headroom) / STATS_QUERY_CMD_COUNT) +
2279 (((bp->fw_stats_num + vf_headroom) % STATS_QUERY_CMD_COUNT) ?
2282 DP(BNX2X_MSG_SP, "stats fw_stats_num %d, vf headroom %d, num_groups %d\n",
2283 bp->fw_stats_num, vf_headroom, num_groups);
H A Dbnx2x_stats.c1446 stats_hdr->cmd_num = bp->fw_stats_num;
H A Dbnx2x.h1620 u8 fw_stats_num; member in struct:bnx2x
H A Dbnx2x_sriov.c1951 bp->fw_stats_req->hdr.cmd_num = bp->fw_stats_num + stats_count;

Completed in 228 milliseconds