Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
Dqed_sp_commands.c154 type = qed_tunn_clss_to_fw_clss(p_src->vxlan.tun_cls); in qed_set_tunn_cls_info()
155 p_tun->vxlan.tun_cls = type; in qed_set_tunn_cls_info()
156 type = qed_tunn_clss_to_fw_clss(p_src->l2_gre.tun_cls); in qed_set_tunn_cls_info()
157 p_tun->l2_gre.tun_cls = type; in qed_set_tunn_cls_info()
158 type = qed_tunn_clss_to_fw_clss(p_src->ip_gre.tun_cls); in qed_set_tunn_cls_info()
159 p_tun->ip_gre.tun_cls = type; in qed_set_tunn_cls_info()
160 type = qed_tunn_clss_to_fw_clss(p_src->l2_geneve.tun_cls); in qed_set_tunn_cls_info()
161 p_tun->l2_geneve.tun_cls = type; in qed_set_tunn_cls_info()
162 type = qed_tunn_clss_to_fw_clss(p_src->ip_geneve.tun_cls); in qed_set_tunn_cls_info()
163 p_tun->ip_geneve.tun_cls = type; in qed_set_tunn_cls_info()
[all …]
Dqed_main.c419 if (tun->vxlan.tun_cls == QED_TUNN_CLSS_MAC_VLAN && in qed_fill_dev_info()
424 tun->l2_gre.tun_cls == QED_TUNN_CLSS_MAC_VLAN && in qed_fill_dev_info()
425 tun->ip_gre.tun_cls == QED_TUNN_CLSS_MAC_VLAN) in qed_fill_dev_info()
429 tun->l2_geneve.tun_cls == QED_TUNN_CLSS_MAC_VLAN && in qed_fill_dev_info()
430 tun->ip_geneve.tun_cls == QED_TUNN_CLSS_MAC_VLAN) in qed_fill_dev_info()
1336 tunn_info.vxlan.tun_cls = QED_TUNN_CLSS_MAC_VLAN; in qed_slowpath_start()
1337 tunn_info.l2_gre.tun_cls = QED_TUNN_CLSS_MAC_VLAN; in qed_slowpath_start()
1338 tunn_info.ip_gre.tun_cls = QED_TUNN_CLSS_MAC_VLAN; in qed_slowpath_start()
1339 tunn_info.l2_geneve.tun_cls = QED_TUNN_CLSS_MAC_VLAN; in qed_slowpath_start()
1340 tunn_info.ip_geneve.tun_cls = QED_TUNN_CLSS_MAC_VLAN; in qed_slowpath_start()
Dqed_sriov.c2177 p_resp->vxlan_clss = p_tun->vxlan.tun_cls; in qed_iov_pf_update_tun_response()
2178 p_resp->l2gre_clss = p_tun->l2_gre.tun_cls; in qed_iov_pf_update_tun_response()
2179 p_resp->ipgre_clss = p_tun->ip_gre.tun_cls; in qed_iov_pf_update_tun_response()
2180 p_resp->l2geneve_clss = p_tun->l2_geneve.tun_cls; in qed_iov_pf_update_tun_response()
2181 p_resp->ipgeneve_clss = p_tun->ip_geneve.tun_cls; in qed_iov_pf_update_tun_response()
2189 enum qed_tunn_mode mask, u8 tun_cls) in __qed_iov_pf_update_tun_param() argument
2198 p_tun->tun_cls = tun_cls; in __qed_iov_pf_update_tun_param()
2206 u8 tun_cls, u8 update_port, u16 port) in qed_iov_pf_update_tun_param() argument
2213 __qed_iov_pf_update_tun_param(p_req, p_tun, mask, tun_cls); in qed_iov_pf_update_tun_param()
2257 (tun_src->vxlan.tun_cls != QED_TUNN_CLSS_MAC_VLAN || in qed_pf_validate_modify_tunn_config()
[all …]
Dqed.h144 enum qed_tunn_clss tun_cls; member
Dqed_vf.c580 *p_cls = p_src->tun_cls; in __qed_vf_prep_tunn_req_tlv()
622 p_tun->tun_cls = tunn_cls; in __qed_vf_update_tunn_param()