Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_cpr.c211 struct input *fwd_cmd; in bnxt_handle_fwd_req() local
233 fwd_cmd = (struct input *)bp->pf->vf_info[vf_id].req_buf; in bnxt_handle_fwd_req()
245 if (bnxt_rcv_msg_from_vf(bp, vf_id, fwd_cmd)) { in bnxt_handle_fwd_req()
251 if (fwd_cmd->req_type == HWRM_FUNC_VF_CFG) { in bnxt_handle_fwd_req()
252 struct hwrm_func_vf_cfg_input *vfc = (void *)fwd_cmd; in bnxt_handle_fwd_req()
261 if (fwd_cmd->req_type == HWRM_CFA_L2_SET_RX_MASK) { in bnxt_handle_fwd_req()
263 (void *)fwd_cmd; in bnxt_handle_fwd_req()
274 rc = bnxt_hwrm_exec_fwd_resp(bp, fw_vf_id, fwd_cmd, req_len); in bnxt_handle_fwd_req()
279 rte_le_to_cpu_16(fwd_cmd->req_type)); in bnxt_handle_fwd_req()
285 rc = bnxt_hwrm_reject_fwd_resp(bp, fw_vf_id, fwd_cmd, req_len); in bnxt_handle_fwd_req()
[all …]