Home
last modified time | relevance | path

Searched refs:tun_cls (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_sp_commands.c156 type = qed_tunn_clss_to_fw_clss(p_src->vxlan.tun_cls); in qed_set_tunn_cls_info()
157 p_tun->vxlan.tun_cls = type; in qed_set_tunn_cls_info()
158 type = qed_tunn_clss_to_fw_clss(p_src->l2_gre.tun_cls); in qed_set_tunn_cls_info()
159 p_tun->l2_gre.tun_cls = type; in qed_set_tunn_cls_info()
160 type = qed_tunn_clss_to_fw_clss(p_src->ip_gre.tun_cls); in qed_set_tunn_cls_info()
161 p_tun->ip_gre.tun_cls = type; in qed_set_tunn_cls_info()
162 type = qed_tunn_clss_to_fw_clss(p_src->l2_geneve.tun_cls); in qed_set_tunn_cls_info()
163 p_tun->l2_geneve.tun_cls = type; in qed_set_tunn_cls_info()
164 type = qed_tunn_clss_to_fw_clss(p_src->ip_geneve.tun_cls); in qed_set_tunn_cls_info()
165 p_tun->ip_geneve.tun_cls = type; in qed_set_tunn_cls_info()
[all …]
H A Dqed_main.c386 if (tun->vxlan.tun_cls == QED_TUNN_CLSS_MAC_VLAN && in qed_fill_dev_info()
391 tun->l2_gre.tun_cls == QED_TUNN_CLSS_MAC_VLAN && in qed_fill_dev_info()
392 tun->ip_gre.tun_cls == QED_TUNN_CLSS_MAC_VLAN) in qed_fill_dev_info()
396 tun->l2_geneve.tun_cls == QED_TUNN_CLSS_MAC_VLAN && in qed_fill_dev_info()
397 tun->ip_geneve.tun_cls == QED_TUNN_CLSS_MAC_VLAN) in qed_fill_dev_info()
1307 tunn_info.vxlan.tun_cls = QED_TUNN_CLSS_MAC_VLAN; in qed_slowpath_start()
1308 tunn_info.l2_gre.tun_cls = QED_TUNN_CLSS_MAC_VLAN; in qed_slowpath_start()
1309 tunn_info.ip_gre.tun_cls = QED_TUNN_CLSS_MAC_VLAN; in qed_slowpath_start()
1310 tunn_info.l2_geneve.tun_cls = QED_TUNN_CLSS_MAC_VLAN; in qed_slowpath_start()
1311 tunn_info.ip_geneve.tun_cls = QED_TUNN_CLSS_MAC_VLAN; in qed_slowpath_start()
H A Dqed_sriov.c2179 p_resp->vxlan_clss = p_tun->vxlan.tun_cls; in qed_iov_pf_update_tun_response()
2180 p_resp->l2gre_clss = p_tun->l2_gre.tun_cls; in qed_iov_pf_update_tun_response()
2181 p_resp->ipgre_clss = p_tun->ip_gre.tun_cls; in qed_iov_pf_update_tun_response()
2182 p_resp->l2geneve_clss = p_tun->l2_geneve.tun_cls; in qed_iov_pf_update_tun_response()
2183 p_resp->ipgeneve_clss = p_tun->ip_geneve.tun_cls; in qed_iov_pf_update_tun_response()
2191 enum qed_tunn_mode mask, u8 tun_cls) in __qed_iov_pf_update_tun_param() argument
2200 p_tun->tun_cls = tun_cls; in __qed_iov_pf_update_tun_param()
2208 u8 tun_cls, u8 update_port, u16 port) in qed_iov_pf_update_tun_param() argument
2259 (tun_src->vxlan.tun_cls != QED_TUNN_CLSS_MAC_VLAN || in qed_pf_validate_modify_tunn_config()
2262 tun_src->l2_gre.tun_cls != QED_TUNN_CLSS_MAC_VLAN || in qed_pf_validate_modify_tunn_config()
[all …]
H A Dqed.h139 enum qed_tunn_clss tun_cls; member
H A Dqed_vf.c585 *p_cls = p_src->tun_cls; in __qed_vf_prep_tunn_req_tlv()
627 p_tun->tun_cls = tunn_cls; in __qed_vf_update_tunn_param()