Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_mgmt.c195 if (msg_temp.len_req > BNXT_MGMT_MAX_HWRM_REQ_LENGTH || in bnxt_mgmt_process_hwrm()
208 req = malloc(msg_temp.len_req, M_BNXT, M_WAITOK | M_ZERO); in bnxt_mgmt_process_hwrm()
211 if (copyin((void *)msg_temp.usr_req, req, msg_temp.len_req)) { in bnxt_mgmt_process_hwrm()
264 ret = bnxt_hwrm_passthrough(softc, req, msg->len_req, resp, msg->len_resp, msg->timeout); in bnxt_mgmt_process_hwrm()
H A Dbnxt_mgmt.h92 uint32_t len_req; member