Searched refs:vesw (Results 1 – 6 of 6) sorted by relevance
/drivers/infiniband/ulp/opa_vnic/ |
D | opa_vnic_encap.c | 345 dlid = info->vesw.u_mcast_dlid; in opa_vnic_get_dlid() 355 dlid = info->vesw.u_ucast_dlid[def_port]; in opa_vnic_get_dlid() 420 rout_ctrl = OPA_VNIC_ENCAP_RC_EXT(info->vesw.rc, in opa_vnic_get_rc() 423 rout_ctrl = OPA_VNIC_ENCAP_RC_EXT(info->vesw.rc, in opa_vnic_get_rc() 426 rout_ctrl = OPA_VNIC_ENCAP_RC_EXT(info->vesw.rc, IPV6); in opa_vnic_get_rc() 431 rout_ctrl = OPA_VNIC_ENCAP_RC_EXT(info->vesw.rc, in opa_vnic_get_rc() 434 rout_ctrl = OPA_VNIC_ENCAP_RC_EXT(info->vesw.rc, in opa_vnic_get_rc() 437 rout_ctrl = OPA_VNIC_ENCAP_RC_EXT(info->vesw.rc, IPV4); in opa_vnic_get_rc() 440 rout_ctrl = OPA_VNIC_ENCAP_RC_EXT(info->vesw.rc, DEFAULT); in opa_vnic_get_rc() 499 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 | 158 rn->set_id(netdev, info->vesw.vesw_id); in opa_vnic_process_vema_config() 162 netdev->max_mtu = max_t(unsigned int, info->vesw.eth_mtu, in opa_vnic_process_vema_config() 169 port_mask = info->vesw.def_port_mask; in opa_vnic_process_vema_config() 199 adapter->info.vesw.eth_mtu = ETH_DATA_LEN; in opa_vnic_set_pod_values()
|
D | opa_vnic_vema.c | 188 port_info->vesw.eth_mtu = cpu_to_be16(ETH_DATA_LEN); in vema_get_pod_values() 290 opa_vnic_get_vesw_info(adapter, &port_info->vesw); in vema_get_veswport_info() 328 opa_vnic_set_vesw_info(adapter, &port_info->vesw); in vema_set_veswport_info() 435 opa_vnic_set_vesw_info(adapter, &port_info->vesw); in vema_set_delete_vesw()
|
D | opa_vnic_encap.h | 224 struct opa_vesw_info vesw; member
|
D | opa_vnic_internal.h | 145 struct __opa_vesw_info vesw; member
|