Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_mgmt.c168 struct bnxt_mgmt_req mgmt_req = {}; in bnxt_mgmt_process_hwrm() local
176 if (copyin(user_ptr, &mgmt_req, sizeof(struct bnxt_mgmt_req))) { in bnxt_mgmt_process_hwrm()
181 softc = bnxt_find_dev(mgmt_req.hdr.domain, mgmt_req.hdr.bus, in bnxt_mgmt_process_hwrm()
182 mgmt_req.hdr.devfn, NULL); in bnxt_mgmt_process_hwrm()
189 if (copyin((void*)mgmt_req.req.hreq, &msg_temp, sizeof(msg_temp))) { in bnxt_mgmt_process_hwrm()
230 if (copyin((void *)mgmt_req.req.hreq, msg2, size)) { in bnxt_mgmt_process_hwrm()