Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/
H A Dbnxt_cpr.c273 struct input *fwd_cmd; in bnxt_handle_fwd_req() local
295 fwd_cmd = (struct input *)bp->pf->vf_info[vf_id].req_buf; in bnxt_handle_fwd_req()
307 if (bnxt_rcv_msg_from_vf(bp, vf_id, fwd_cmd)) { in bnxt_handle_fwd_req()
313 if (fwd_cmd->req_type == HWRM_FUNC_VF_CFG) { in bnxt_handle_fwd_req()
314 struct hwrm_func_vf_cfg_input *vfc = (void *)fwd_cmd; in bnxt_handle_fwd_req()
323 if (fwd_cmd->req_type == HWRM_CFA_L2_SET_RX_MASK) { in bnxt_handle_fwd_req()
325 (void *)fwd_cmd; in bnxt_handle_fwd_req()
336 rc = bnxt_hwrm_exec_fwd_resp(bp, fw_vf_id, fwd_cmd, req_len); in bnxt_handle_fwd_req()
341 rte_le_to_cpu_16(fwd_cmd->req_type)); in bnxt_handle_fwd_req()
347 rc = bnxt_hwrm_reject_fwd_resp(bp, fw_vf_id, fwd_cmd, req_len); in bnxt_handle_fwd_req()
[all …]