Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/qlogic/qed/
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 …]
Dqed_main.c395 if (tun->vxlan.tun_cls == QED_TUNN_CLSS_MAC_VLAN && in qed_fill_dev_info()
400 tun->l2_gre.tun_cls == QED_TUNN_CLSS_MAC_VLAN && in qed_fill_dev_info()
401 tun->ip_gre.tun_cls == QED_TUNN_CLSS_MAC_VLAN) in qed_fill_dev_info()
405 tun->l2_geneve.tun_cls == QED_TUNN_CLSS_MAC_VLAN && in qed_fill_dev_info()
406 tun->ip_geneve.tun_cls == QED_TUNN_CLSS_MAC_VLAN) in qed_fill_dev_info()
1317 tunn_info.vxlan.tun_cls = QED_TUNN_CLSS_MAC_VLAN; in qed_slowpath_start()
1318 tunn_info.l2_gre.tun_cls = QED_TUNN_CLSS_MAC_VLAN; in qed_slowpath_start()
1319 tunn_info.ip_gre.tun_cls = QED_TUNN_CLSS_MAC_VLAN; in qed_slowpath_start()
1320 tunn_info.l2_geneve.tun_cls = QED_TUNN_CLSS_MAC_VLAN; in qed_slowpath_start()
1321 tunn_info.ip_geneve.tun_cls = QED_TUNN_CLSS_MAC_VLAN; in qed_slowpath_start()
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
2215 __qed_iov_pf_update_tun_param(p_req, p_tun, mask, tun_cls); in qed_iov_pf_update_tun_param()
2259 (tun_src->vxlan.tun_cls != QED_TUNN_CLSS_MAC_VLAN || in qed_pf_validate_modify_tunn_config()
[all …]
Dqed.h139 enum qed_tunn_clss tun_cls; member
Dqed_vf.c588 *p_cls = p_src->tun_cls; in __qed_vf_prep_tunn_req_tlv()
630 p_tun->tun_cls = tunn_cls; in __qed_vf_update_tunn_param()