/linux-6.12.1/drivers/net/ethernet/sfc/ |
D | ef10_sriov.c | 134 efx_ef10_vport_del_mac(efx, vf->vport_id, vf->mac); in efx_ef10_sriov_free_vf_vports() 138 if (vf->vport_id) { in efx_ef10_sriov_free_vf_vports() 139 efx_ef10_vport_free(efx, vf->vport_id); in efx_ef10_sriov_free_vf_vports() 140 vf->vport_id = 0; in efx_ef10_sriov_free_vf_vports() 168 vf->vlan, &vf->vport_id); in efx_ef10_sriov_assign_vf_vport() 172 rc = efx_ef10_vport_add_mac(efx, vf->vport_id, vf->mac); in efx_ef10_sriov_assign_vf_vport() 178 rc = efx_ef10_evb_port_assign(efx, vf->vport_id, vf_i); in efx_ef10_sriov_assign_vf_vport() 235 rc = efx_ef10_vadaptor_alloc(efx, efx->vport_id); in efx_ef10_vadaptor_alloc_set_features() 239 rc = efx_ef10_vadaptor_query(efx, efx->vport_id, in efx_ef10_vadaptor_alloc_set_features() 280 EFX_EF10_NO_VLAN, &efx->vport_id); in efx_ef10_vswitching_probe_pf() [all …]
|
D | filter.h | 159 u32 vport_id; member 322 u32 vport_id) in efx_filter_set_vport_id() argument 325 spec->vport_id = vport_id; in efx_filter_set_vport_id()
|
D | rx_common.c | 623 return memcmp(&left->vport_id, &right->vport_id, in efx_filter_spec_equal() 625 offsetof(struct efx_filter_spec, vport_id)) == 0; in efx_filter_spec_equal() 630 BUILD_BUG_ON(offsetof(struct efx_filter_spec, vport_id) & 3); in efx_filter_spec_hash() 631 return jhash2((const u32 *)&spec->vport_id, in efx_filter_spec_hash() 633 offsetof(struct efx_filter_spec, vport_id)) / 4, in efx_filter_spec_hash()
|
D | ef10_sriov.h | 24 unsigned int vport_id; member
|
D | mcdi_functions.c | 183 MCDI_SET_DWORD(inbuf, INIT_TXQ_IN_PORT_ID, efx->vport_id); in efx_mcdi_tx_init() 306 MCDI_SET_DWORD(inbuf, INIT_RXQ_IN_PORT_ID, efx->vport_id); in efx_mcdi_rx_init()
|
/linux-6.12.1/drivers/net/ethernet/intel/idpf/ |
D | virtchnl2.h | 611 __le32 vport_id; member 639 __le32 vport_id; member 703 __le32 vport_id; member 782 __le32 vport_id; member 808 __le32 vport_id; member 911 __le32 vport_id; member 936 __le32 vport_id; member 1046 __le32 vport_id; member 1084 __le32 vport_id; member 1104 __le32 vport_id; member [all …]
|
D | idpf_virtchnl.c | 136 vport = idpf_vid_to_vport(adapter, le32_to_cpu(v2e->vport_id)); in idpf_handle_event_link() 139 v2e->vport_id); in idpf_handle_event_link() 1368 v_id.vport_id = cpu_to_le32(vport->vport_id); in idpf_send_destroy_vport_msg() 1392 v_id.vport_id = cpu_to_le32(vport->vport_id); in idpf_send_enable_vport_msg() 1416 v_id.vport_id = cpu_to_le32(vport->vport_id); in idpf_send_disable_vport_msg() 1526 ctq->vport_id = cpu_to_le32(vport->vport_id); in idpf_send_config_tx_queues_msg() 1678 crq->vport_id = cpu_to_le32(vport->vport_id); in idpf_send_config_rx_queues_msg() 1823 eq->vport_id = cpu_to_le32(vport->vport_id); in idpf_send_ena_dis_queues_msg() 1953 vqvm->vport_id = cpu_to_le32(vport->vport_id); in idpf_send_map_unmap_queue_vector_msg() 2067 eq->vport_id = cpu_to_le32(vport->vport_id); in idpf_send_delete_queues_msg() [all …]
|
D | idpf_lib.c | 723 np->vport_id = vport->vport_id; in idpf_cfg_netdev() 740 np->vport_id = vport->vport_id; in idpf_cfg_netdev() 1342 vport->vport_id, err); in idpf_vport_open() 1353 vport->vport_id, err); in idpf_vport_open() 1360 vport->vport_id, err); in idpf_vport_open() 1367 vport->vport_id, err); in idpf_vport_open() 1374 vport->vport_id, err); in idpf_vport_open() 1384 vport->vport_id, err); in idpf_vport_open() 1391 vport->vport_id, err); in idpf_vport_open() 1398 vport->vport_id, err); in idpf_vport_open() [all …]
|
D | idpf_virtchnl.h | 61 u32 vport_id);
|
D | idpf.h | 153 u32 vport_id; member 320 u32 vport_id; member
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/esw/diag/ |
D | qos_tracepoint.h | 17 __field(unsigned short, vport_id) 21 __entry->vport_id = vport->vport; 25 __get_str(devname), __entry->vport_id, __entry->tsar_ix 33 __field(unsigned short, vport_id) 40 __entry->vport_id = vport->vport; 47 __get_str(devname), __entry->vport_id, __entry->tsar_ix,
|
/linux-6.12.1/drivers/net/ethernet/qlogic/qed/ |
D | qed_l2.c | 209 p_cid->rel.vport_id = p_params->vport_id; in _qed_eth_queue_to_cid() 235 rc = qed_fw_vport(p_hwfn, p_cid->rel.vport_id, &p_cid->abs.vport_id); in _qed_eth_queue_to_cid() 271 p_cid->rel.vport_id, in _qed_eth_queue_to_cid() 272 p_cid->abs.vport_id, in _qed_eth_queue_to_cid() 352 rc = qed_fw_vport(p_hwfn, p_params->vport_id, &abs_vport_id); in qed_sp_eth_vport_start() 368 p_ramrod->vport_id = abs_vport_id; in qed_sp_eth_vport_start() 420 return qed_vf_pf_vport_start(p_hwfn, p_params->vport_id, in qed_sp_vport_start() 676 rc = qed_fw_vport(p_hwfn, p_params->vport_id, &abs_vport_id); in qed_sp_vport_update() 696 p_cmn->vport_id = abs_vport_id; in qed_sp_vport_update() 744 int qed_sp_vport_stop(struct qed_hwfn *p_hwfn, u16 opaque_fid, u8 vport_id) in qed_sp_vport_stop() argument [all …]
|
D | qed_l2.h | 140 u8 vport_id; member 173 u8 vport_id; member 217 int qed_sp_vport_stop(struct qed_hwfn *p_hwfn, u16 opaque_fid, u8 vport_id); 320 u8 vport_id; member
|
D | qed_sriov.c | 453 vf->vport_id = idx + 1; in qed_iov_setup_vfdb() 1700 params.vport_id = p_vf->vport_id; in __qed_iov_spoofchk_set() 1729 filter.vport_to_add_to = p_vf->vport_id; in qed_iov_reconfigure_unicast_vlan() 1787 filter.vport_to_add_to = p_vf->vport_id; in qed_iov_configure_vport_forced() 1814 filter.vport_to_add_to = p_vf->vport_id; in qed_iov_configure_vport_forced() 1831 vport_update.vport_id = p_vf->vport_id; in qed_iov_configure_vport_forced() 1952 params.vport_id = vf->vport_id; in qed_iov_vf_mbx_start_vport() 1996 rc = qed_sp_vport_stop(p_hwfn, vf->opaque_fid, vf->vport_id); in qed_iov_vf_mbx_stop_vport() 2121 params.vport_id = vf->vport_id; in qed_iov_vf_mbx_start_rxq() 2456 params.vport_id = vf->vport_id; in qed_iov_vf_mbx_start_txq() [all …]
|
D | qed_vf.h | 334 u8 vport_id; member 988 u8 vport_id, 1193 u8 vport_id, in qed_vf_pf_vport_start() argument
|
D | qed_sriov.h | 184 u8 vport_id; member
|
/linux-6.12.1/include/linux/qed/ |
D | qed_eth_if.h | 22 u8 vport_id; member 67 u8 vport_id; member 101 u8 vport_id; member 117 u8 vport_id; member 281 u8 vport_id);
|
/linux-6.12.1/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_mbx.c | 132 dest_vfid = (u8)vport->vport_id; in hclge_inform_vf_reset() 277 req->vfid = vport->vport_id; in hclge_query_ring_vector_map() 596 HCLGE_MBX_LINK_STAT_CHANGE, vport->vport_id); in hclge_push_vf_link_status() 645 vport->vport_id - HCLGE_VF_VPORT_START_NUM, ret); in hclge_mbx_reset_vf_queue() 655 vport->vport_id - HCLGE_VF_VPORT_START_NUM); in hclge_reset_vf() 657 return hclge_func_reset_cmd(hdev, vport->vport_id); in hclge_reset_vf() 673 vport->vport_id - HCLGE_VF_VPORT_START_NUM); in hclge_notify_vf_config() 684 vport->vport_id, in hclge_notify_vf_config() 690 vport->vport_id - HCLGE_VF_VPORT_START_NUM); in hclge_notify_vf_config() 707 vport->vport_id - HCLGE_VF_VPORT_START_NUM); in hclge_vf_keep_alive()
|
D | hclge_main.c | 1780 is_pf = !(vport->vport_id); in hclge_map_tqp_to_vport() 1781 ret = hclge_map_tqps_to_func(hdev, vport->vport_id, q->index, in hclge_map_tqp_to_vport() 1864 vport->vport_id = i; in hclge_alloc_vport() 3898 ret = hclge_set_vf_rst(hdev, vport->vport_id, reset); in hclge_set_all_vf_rst() 3902 vport->vport_id - HCLGE_VF_VPORT_START_NUM, in hclge_set_all_vf_rst() 3926 vport->vport_id - HCLGE_VF_VPORT_START_NUM, in hclge_set_all_vf_rst() 4756 hdev->vector_status[idx] = hdev->vport[0].vport_id; in hclge_get_vector_info() 5009 req->vfid = vport->vport_id; in hclge_bind_ring_with_vector() 5036 req->vfid = vport->vport_id; in hclge_bind_ring_with_vector() 5139 return hclge_cmd_set_promisc_mode(vport->back, vport->vport_id, in hclge_set_vport_promisc_mode() [all …]
|
D | hclge_tm.c | 626 vport->vport_id, shap_cfg_cmd->qs_id, in hclge_tm_qs_shaper_cfg() 685 if (vport->vport_id) { in hclge_tm_update_kinfo_rss_size() 689 vport->vport_id - HCLGE_VF_VPORT_START_NUM; in hclge_tm_update_kinfo_rss_size() 726 if (vport->vport_id == PF_VPORT_ID) in hclge_tm_vport_tc_info_update() 1106 vport->vport_id, shaper_para, in hclge_tm_pri_vnet_base_shaper_pri_cfg() 1116 vport->vport_id, shaper_para, in hclge_tm_pri_vnet_base_shaper_pri_cfg() 1249 ret = hclge_tm_pri_weight_cfg(hdev, vport->vport_id, vport->dwrr); in hclge_tm_pri_vnet_base_dwrr_pri_cfg() 1413 if (vport->vport_id >= HNAE3_MAX_TC) in hclge_tm_schd_mode_vnet_base_cfg() 1416 ret = hclge_tm_pri_schd_mode_cfg(hdev, vport->vport_id); in hclge_tm_schd_mode_vnet_base_cfg()
|
/linux-6.12.1/include/linux/net/intel/ |
D | iidc.h | 46 u16 vport_id; /* VSI index */ member
|
/linux-6.12.1/drivers/scsi/elx/efct/ |
D | efct_lio.c | 771 struct fc_vport_identifiers vport_id; in efct_lio_npiv_make_nport() local 819 memset(&vport_id, 0, sizeof(vport_id)); in efct_lio_npiv_make_nport() 820 vport_id.port_name = npiv_wwpn; in efct_lio_npiv_make_nport() 821 vport_id.node_name = npiv_wwnn; in efct_lio_npiv_make_nport() 822 vport_id.roles = FC_PORT_ROLE_FCP_INITIATOR; in efct_lio_npiv_make_nport() 823 vport_id.vport_type = FC_PORTTYPE_NPIV; in efct_lio_npiv_make_nport() 824 vport_id.disable = false; in efct_lio_npiv_make_nport() 826 new_fc_vport = fc_vport_create(efct->shost, 0, &vport_id); in efct_lio_npiv_make_nport()
|
/linux-6.12.1/drivers/scsi/qla2xxx/ |
D | tcm_qla2xxx.c | 1658 struct fc_vport_identifiers vport_id; in tcm_qla2xxx_lport_register_npiv_cb() local 1671 memset(&vport_id, 0, sizeof(vport_id)); in tcm_qla2xxx_lport_register_npiv_cb() 1672 vport_id.port_name = npiv_wwpn; in tcm_qla2xxx_lport_register_npiv_cb() 1673 vport_id.node_name = npiv_wwnn; in tcm_qla2xxx_lport_register_npiv_cb() 1674 vport_id.roles = FC_PORT_ROLE_FCP_INITIATOR; in tcm_qla2xxx_lport_register_npiv_cb() 1675 vport_id.vport_type = FC_PORTTYPE_NPIV; in tcm_qla2xxx_lport_register_npiv_cb() 1676 vport_id.disable = false; in tcm_qla2xxx_lport_register_npiv_cb() 1678 vport = fc_vport_create(sh, 0, &vport_id); in tcm_qla2xxx_lport_register_npiv_cb()
|
/linux-6.12.1/drivers/infiniband/hw/irdma/ |
D | main.c | 175 qset.vport_id = vsi->vsi_idx; in irdma_lan_register_qset() 202 qset.vport_id = vsi->vsi_idx; in irdma_lan_unregister_qset()
|
/linux-6.12.1/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_83xx_hw.h | 176 u8 vport_id; member 181 u8 vport_id;
|