Home
last modified time | relevance | path

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

/freebsd/sys/dev/bxe/
H A Dbxe_stats.c109 sc->fw_stats_req->hdr.cmd_num, in bxe_dp_stats()
110 sc->fw_stats_req->hdr.reserved0, in bxe_dp_stats()
111 sc->fw_stats_req->hdr.drv_stats_counter, in bxe_dp_stats()
112 sc->fw_stats_req->hdr.reserved1, in bxe_dp_stats()
125 sc->fw_stats_req->query[i].kind, in bxe_dp_stats()
126 sc->fw_stats_req->query[i].index, in bxe_dp_stats()
127 sc->fw_stats_req->query[i].funcID, in bxe_dp_stats()
128 sc->fw_stats_req->query[i].reserved, in bxe_dp_stats()
129 sc->fw_stats_req->query[i].address.hi, in bxe_dp_stats()
130 sc->fw_stats_req->query[i].address.lo); in bxe_dp_stats()
[all …]
H A Dbxe.h1686 struct bxe_fw_stats_req *fw_stats_req; member
H A Dbxe.c6497 sc->fw_stats_req = NULL; in bxe_free_fw_stats_mem()
6560 sc->fw_stats_req = in bxe_alloc_fw_stats_mem()
19002 if(sc->fw_stats_req != NULL) { in bxe_grc_dump()
19006 sc->fw_stats_req, (sc->fw_stats_req_size + sc->fw_stats_data_size)); in bxe_grc_dump()