Searched refs:vport_id (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_hsi_init_func.h128 u8 vport_id /* VPORT ID */; member in struct:init_qm_pq_params
H A Decore_l2_api.h76 u8 vport_id; member in struct:ecore_queue_start_common_params
337 u8 vport_id; /* VPORT ID */ member in struct:ecore_sp_vport_start_params
370 u8 vport_id; member in struct:ecore_sp_vport_update_params
422 * @param vport_id VPort ID
428 u8 vport_id);
527 u8 vport_id; member in struct:ecore_ntuple_filter_params
H A Decore_l2.c249 p_cid->rel.vport_id = p_params->vport_id;
276 rc = ecore_fw_vport(p_hwfn, p_cid->rel.vport_id, &p_cid->abs.vport_id);
311 p_cid->rel.vport_id, p_cid->abs.vport_id,
389 rc = ecore_fw_vport(p_hwfn, p_params->vport_id, &abs_vport_id);
406 p_ramrod->vport_id = abs_vport_id;
485 return ecore_vf_pf_vport_start(p_hwfn, p_params->vport_id,
650 p_ramrod->common.vport_id, stat
827 ecore_sp_vport_stop(struct ecore_hwfn *p_hwfn, u16 opaque_fid, u8 vport_id) argument
[all...]
H A Decore_l2.h47 u8 vport_id; member in struct:ecore_queue_cid_params
H A Decore_init_fw_funcs.c433 rl_valid = pq_params[i].rl_valid && pq_params[i].vport_id < max_qm_global_rls;
436 vport_id_in_pf = pq_params[i].vport_id - start_vport;
450 if (pq_params[i].rl_valid && pq_params[i].vport_id >= max_qm_global_rls)
456 QM_INIT_TX_PQ_MAP(p_hwfn, tx_pq_map, E5, pq_id, rl_valid ? 1 : 0, first_tx_pq_id, rl_valid ? pq_params[i].vport_id : 0, ext_voq, pq_params[i].wrr_group);
460 QM_INIT_TX_PQ_MAP(p_hwfn, tx_pq_map, E4, pq_id, rl_valid ? 1 : 0, first_tx_pq_id, rl_valid ? pq_params[i].vport_id : 0, ext_voq, pq_params[i].wrr_group);
475 pq_info = PQ_INFO_ELEMENT(first_tx_pq_id, pf_id, pq_params[i].tc_id, port_id, rl_valid ? 1 : 0, rl_valid ? pq_params[i].vport_id : 0);
634 u8 i, vport_id; local
643 for (i = 0, vport_id = start_vport; i < num_vports; i++, vport_id++) {
650 STORE_RT_REG(p_hwfn, QM_REG_RLGLBLCRD_RT_OFFSET + vport_id, (u3
873 ecore_init_vport_rl(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u8 vport_id, u32 vport_rl, u32 link_speed) argument
[all...]
H A Decore_vf.h266 * @param vport_id
278 u8 vport_id,
359 static OSAL_INLINE enum _ecore_status_t ecore_vf_pf_vport_start(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u8 OSAL_UNUSED vport_id, u16 OSAL_UNUSED mtu, u8 OSAL_UNUSED inner_vlan_removal, enum ecore_tpa_mode OSAL_UNUSED tpa_mode, u8 OSAL_UNUSED max_buffers_per_cqe, u8 OSAL_UNUSED only_untagged, u8 OSAL_UNUSED zero_placement_offset) {return ECORE_INVAL;} argument
H A Decore_sriov.c1129 if (p_params->vport_id >= RESC_NUM(p_hwfn, ECORE_VPORT)) {
1131 p_params->rel_vf_id, p_params->vport_id);
1143 if (!p_params->vport_id) {
1153 vf->vport_id = p_params->vport_id;
1932 params.vport_id = p_vf->vport_id;
1962 filter.vport_to_add_to = p_vf->vport_id;
2024 filter.vport_to_add_to = p_vf->vport_id;
2050 filter.vport_to_add_to = p_vf->vport_id;
4794 u8 vport_id; local
[all...]
H A Decore_sriov.h154 u8 vport_id; member in struct:ecore_vf_info
H A Decore_init_fw_funcs.h189 * @param vport_id - VPORT ID
197 u8 vport_id,
H A Decore_hsi_eth.h1212 u8 vport_id /* the vport id */; member in struct:eth_filter_cmd
1513 u8 vport_id /* Vport Id of GFT Action */; member in struct:rx_create_gft_action_data
1523 u8 vport_id /* ID of RX queue */; member in struct:rx_create_openflow_action_data
1538 u8 vport_id /* ID of virtual port */; member in struct:rx_queue_start_ramrod_data
1569 u8 vport_id /* ID of virtual port */; member in struct:rx_queue_stop_ramrod_data
1582 u8 vport_id /* ID of virtual port */; member in struct:rx_queue_update_ramrod_data
1622 __le16 vport_id /* RX vport Id. For drop flow, set to ETH_GFT_TRASHCAN_VPORT. */; member in struct:rx_update_gft_filter_data
1624 u8 rx_qid_valid /* If set, rx_qid will used for traffic steering, in additional to vport_id. flow_id_valid must be cleared. If cleared, queue ID will selected by RSS. */;
1640 u8 vport_id /* VPort ID */; member in struct:tx_queue_start_ramrod_data
1712 u8 vport_id; member in struct:vport_start_ramrod_data
1740 u8 vport_id; member in struct:vport_stop_ramrod_data
1750 u8 vport_id; member in struct:vport_update_ramrod_data_cmn
[all...]
H A Dqlnx_os.c6666 u8 vport_id,
6689 vport_start_params.vport_id = vport_id;
6693 QL_DPRINT2(ha, "Setting mtu to %d and VPORT ID = %d\n", mtu, vport_id);
6705 " with MTU %d\n" , vport_id, mtu);
6712 vport_id, mtu);
6731 sp_params.vport_id = params->vport_id;
6790 QL_DPRINT1(ha, "Update sp vport ID=%d\n", params->vport_id);
6801 params->vport_id, param
6665 qlnx_start_vport(struct ecore_dev *cdev, u8 vport_id, u16 mtu, u8 drop_ttl0_flg, u8 inner_vlan_removal_en_flg, u8 tx_switching, u8 hw_lro_enable) argument
6884 int rc, tc, i, vport_id = 0, local
[all...]
H A Decore_vfpf_if.h391 u8 vport_id; member in struct:vfpf_vport_start_tlv
H A Decore_vf.c1111 u8 vport_id,
1129 req->vport_id = vport_id;
1110 ecore_vf_pf_vport_start(struct ecore_hwfn *p_hwfn, u8 vport_id, u16 mtu, u8 inner_vlan_removal, enum ecore_tpa_mode tpa_mode, u8 max_buffers_per_cqe, u8 only_untagged, u8 zero_placement_offset) argument
H A Dbcm_osal.h570 #define OSAL_IOV_POST_START_VPORT(p_hwfn, relative_vf_id, vport_id, opaque_fid)
H A Dqlnx_def.h262 uint8_t vport_id; member in struct:qlnx_update_vport_params
H A Decore_iov_api.h120 u8 vport_id; member in struct:ecore_iov_vf_init_params
H A Decore_dev.c2012 qm_info->qm_pq_params[pq_idx].vport_id = qm_info->start_vport + qm_info->num_vports;
2297 DP_VERBOSE(p_hwfn, ECORE_MSG_HW, "pq idx %d, vport_id %d, tc %d, wrr_grp %d, rl_valid %d\n",
2298 qm_info->start_pq + i, pq->vport_id, pq->tc_id, pq->wrr_group, pq->rl_valid);
6647 u16 vport_id, u32 req_rate,
6659 if ((i != vport_id) && p_hwfn->qm_info.wfq_data[i].configured) {
6675 vport_id, req_rate, min_pf_rate);
6709 p_hwfn->qm_info.wfq_data[vport_id].min_speed = req_rate;
6710 p_hwfn->qm_info.wfq_data[vport_id].configured = true;
6646 ecore_init_wfq_param(struct ecore_hwfn *p_hwfn, u16 vport_id, u32 req_rate, u32 min_pf_rate) argument

Completed in 240 milliseconds