Searched refs:tun_cls (Results 1 – 6 of 6) sorted by relevance
140 type = ecore_tunn_clss_to_fw_clss(p_src->vxlan.tun_cls); in ecore_set_tunn_cls_info()141 p_tun->vxlan.tun_cls = (enum ecore_tunn_clss)type; in ecore_set_tunn_cls_info()142 type = ecore_tunn_clss_to_fw_clss(p_src->l2_gre.tun_cls); in ecore_set_tunn_cls_info()143 p_tun->l2_gre.tun_cls = (enum ecore_tunn_clss)type; in ecore_set_tunn_cls_info()144 type = ecore_tunn_clss_to_fw_clss(p_src->ip_gre.tun_cls); in ecore_set_tunn_cls_info()145 p_tun->ip_gre.tun_cls = (enum ecore_tunn_clss)type; in ecore_set_tunn_cls_info()146 type = ecore_tunn_clss_to_fw_clss(p_src->l2_geneve.tun_cls); in ecore_set_tunn_cls_info()147 p_tun->l2_geneve.tun_cls = (enum ecore_tunn_clss)type; in ecore_set_tunn_cls_info()148 type = ecore_tunn_clss_to_fw_clss(p_src->ip_geneve.tun_cls); in ecore_set_tunn_cls_info()149 p_tun->ip_geneve.tun_cls = (enum ecore_tunn_clss)type; in ecore_set_tunn_cls_info()[all …]
2473 p_resp->vxlan_clss = p_tun->vxlan.tun_cls; in ecore_iov_pf_update_tun_response()2474 p_resp->l2gre_clss = p_tun->l2_gre.tun_cls; in ecore_iov_pf_update_tun_response()2475 p_resp->ipgre_clss = p_tun->ip_gre.tun_cls; in ecore_iov_pf_update_tun_response()2476 p_resp->l2geneve_clss = p_tun->l2_geneve.tun_cls; in ecore_iov_pf_update_tun_response()2477 p_resp->ipgeneve_clss = p_tun->ip_geneve.tun_cls; in ecore_iov_pf_update_tun_response()2485 enum ecore_tunn_mode mask, u8 tun_cls) in __ecore_iov_pf_update_tun_param() argument2494 p_tun->tun_cls = tun_cls; in __ecore_iov_pf_update_tun_param()2502 u8 tun_cls, u8 update_port, u16 port) in ecore_iov_pf_update_tun_param() argument2509 __ecore_iov_pf_update_tun_param(p_req, p_tun, mask, tun_cls); in ecore_iov_pf_update_tun_param()
239 enum ecore_tunn_clss tun_cls; member
700 *p_cls = p_src->tun_cls; in __ecore_vf_prep_tunn_req_tlv()743 p_tun->tun_cls = tunn_cls; in __ecore_vf_update_tunn_param()
365 if (tun->vxlan.tun_cls == ECORE_TUNN_CLSS_MAC_VLAN && in qed_fill_dev_info()370 tun->l2_gre.tun_cls == ECORE_TUNN_CLSS_MAC_VLAN && in qed_fill_dev_info()371 tun->ip_gre.tun_cls == ECORE_TUNN_CLSS_MAC_VLAN) in qed_fill_dev_info()375 tun->l2_geneve.tun_cls == ECORE_TUNN_CLSS_MAC_VLAN && in qed_fill_dev_info()376 tun->ip_geneve.tun_cls == ECORE_TUNN_CLSS_MAC_VLAN) in qed_fill_dev_info()
475 tunn.vxlan.tun_cls = clss; in qede_vxlan_enable()488 tunn.vxlan.tun_cls); in qede_vxlan_enable()508 tunn.l2_geneve.tun_cls = clss; in qede_geneve_enable()509 tunn.ip_geneve.tun_cls = clss; in qede_geneve_enable()