Searched refs:vesw (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/infiniband/ulp/opa_vnic/ |
D | opa_vnic_encap.c | 345 dlid = info->vesw.u_mcast_dlid; in opa_vnic_get_dlid() 354 dlid = info->vesw.u_ucast_dlid[def_port]; in opa_vnic_get_dlid() 419 rout_ctrl = OPA_VNIC_ENCAP_RC_EXT(info->vesw.rc, in opa_vnic_get_rc() 422 rout_ctrl = OPA_VNIC_ENCAP_RC_EXT(info->vesw.rc, in opa_vnic_get_rc() 425 rout_ctrl = OPA_VNIC_ENCAP_RC_EXT(info->vesw.rc, IPV6); in opa_vnic_get_rc() 430 rout_ctrl = OPA_VNIC_ENCAP_RC_EXT(info->vesw.rc, in opa_vnic_get_rc() 433 rout_ctrl = OPA_VNIC_ENCAP_RC_EXT(info->vesw.rc, in opa_vnic_get_rc() 436 rout_ctrl = OPA_VNIC_ENCAP_RC_EXT(info->vesw.rc, IPV4); in opa_vnic_get_rc() 439 rout_ctrl = OPA_VNIC_ENCAP_RC_EXT(info->vesw.rc, DEFAULT); in opa_vnic_get_rc() 498 l4_hdr = info->vesw.vesw_id; in opa_vnic_encap_skb() [all …]
|
D | opa_vnic_vema_iface.c | 66 trap_data.fabric_id = info->vesw.fabric_id; in opa_vnic_vema_report_event() 67 trap_data.veswid = info->vesw.vesw_id; in opa_vnic_vema_report_event() 97 cntrs->vesw_id = cpu_to_be16(adapter->info.vesw.vesw_id); in opa_vnic_get_summary_counters() 136 cntrs->vesw_id = cpu_to_be16(adapter->info.vesw.vesw_id); in opa_vnic_get_error_counters() 164 struct __opa_vesw_info *src = &adapter->info.vesw; in opa_vnic_get_vesw_info() 198 struct __opa_vesw_info *dst = &adapter->info.vesw; in opa_vnic_set_vesw_info()
|
D | opa_vnic_netdev.c | 160 rn->set_id(netdev, info->vesw.vesw_id); in opa_vnic_process_vema_config() 164 netdev->max_mtu = max_t(unsigned int, info->vesw.eth_mtu, in opa_vnic_process_vema_config() 171 port_mask = info->vesw.def_port_mask; in opa_vnic_process_vema_config() 201 adapter->info.vesw.eth_mtu = ETH_DATA_LEN; in opa_vnic_set_pod_values()
|
D | opa_vnic_vema.c | 189 port_info->vesw.eth_mtu = cpu_to_be16(ETH_DATA_LEN); in vema_get_pod_values() 292 opa_vnic_get_vesw_info(adapter, &port_info->vesw); in vema_get_veswport_info() 330 opa_vnic_set_vesw_info(adapter, &port_info->vesw); in vema_set_veswport_info() 437 opa_vnic_set_vesw_info(adapter, &port_info->vesw); in vema_set_delete_vesw()
|
D | opa_vnic_encap.h | 215 struct opa_vesw_info vesw; member
|
D | opa_vnic_internal.h | 145 struct __opa_vesw_info vesw; member
|