Searched refs:len_resp (Results 1 – 2 of 2) sorted by relevance
195 msg_temp.len_resp > BNXT_MGMT_MAX_HWRM_RESP_LENGTH) { in bnxt_mgmt_process_hwrm()208 resp = malloc(msg_temp.len_resp, M_BNXT, M_WAITOK | M_ZERO); in bnxt_mgmt_process_hwrm()263 ret = bnxt_hwrm_passthrough(softc, req, msg->len_req, resp, msg->len_resp, msg->timeout); in bnxt_mgmt_process_hwrm()280 if (copyout(resp, (void *) msg->usr_resp, msg->len_resp)) { in bnxt_mgmt_process_hwrm()
93 uint32_t len_resp; member