Home
last modified time | relevance | path

Searched refs:fw_stats_req (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_stats.c98 bp->fw_stats_req->hdr.cmd_num, in bnx2x_dp_stats()
99 bp->fw_stats_req->hdr.reserved0, in bnx2x_dp_stats()
100 bp->fw_stats_req->hdr.drv_stats_counter, in bnx2x_dp_stats()
101 bp->fw_stats_req->hdr.reserved1, in bnx2x_dp_stats()
102 bp->fw_stats_req->hdr.stats_counters_addrs.hi, in bnx2x_dp_stats()
103 bp->fw_stats_req->hdr.stats_counters_addrs.lo); in bnx2x_dp_stats()
105 for (i = 0; i < bp->fw_stats_req->hdr.cmd_num; i++) { in bnx2x_dp_stats()
113 i, bp->fw_stats_req->query[i].kind, in bnx2x_dp_stats()
114 bp->fw_stats_req->query[i].index, in bnx2x_dp_stats()
115 bp->fw_stats_req->query[i].funcID, in bnx2x_dp_stats()
[all …]
Dbnx2x_sriov.c1890 cur_query_entry = &bp->fw_stats_req-> in bnx2x_iov_adjust_stats_req()
1947 bp->fw_stats_req->hdr.cmd_num = bp->fw_stats_num + stats_count; in bnx2x_iov_adjust_stats_req()
Dbnx2x.h1632 struct bnx2x_fw_stats_req *fw_stats_req; member
Dbnx2x_cmn.c2296 bp->fw_stats_req = (struct bnx2x_fw_stats_req *)bp->fw_stats; in bnx2x_alloc_fw_stats_mem()