Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/qlogic/qed/
Dqed_sp_commands.c180 type = qed_tunn_clss_to_fw_clss(p_src->vxlan.tun_cls); in qed_set_tunn_cls_info()
181 p_tun->vxlan.tun_cls = type; in qed_set_tunn_cls_info()
182 type = qed_tunn_clss_to_fw_clss(p_src->l2_gre.tun_cls); in qed_set_tunn_cls_info()
183 p_tun->l2_gre.tun_cls = type; in qed_set_tunn_cls_info()
184 type = qed_tunn_clss_to_fw_clss(p_src->ip_gre.tun_cls); in qed_set_tunn_cls_info()
185 p_tun->ip_gre.tun_cls = type; in qed_set_tunn_cls_info()
186 type = qed_tunn_clss_to_fw_clss(p_src->l2_geneve.tun_cls); in qed_set_tunn_cls_info()
187 p_tun->l2_geneve.tun_cls = type; in qed_set_tunn_cls_info()
188 type = qed_tunn_clss_to_fw_clss(p_src->ip_geneve.tun_cls); in qed_set_tunn_cls_info()
189 p_tun->ip_geneve.tun_cls = type; in qed_set_tunn_cls_info()
[all …]
Dqed_main.c254 if (tun->vxlan.tun_cls == QED_TUNN_CLSS_MAC_VLAN && in qed_fill_dev_info()
259 tun->l2_gre.tun_cls == QED_TUNN_CLSS_MAC_VLAN && in qed_fill_dev_info()
260 tun->ip_gre.tun_cls == QED_TUNN_CLSS_MAC_VLAN) in qed_fill_dev_info()
264 tun->l2_geneve.tun_cls == QED_TUNN_CLSS_MAC_VLAN && in qed_fill_dev_info()
265 tun->ip_geneve.tun_cls == QED_TUNN_CLSS_MAC_VLAN) in qed_fill_dev_info()
1280 tunn_info.vxlan.tun_cls = QED_TUNN_CLSS_MAC_VLAN; in qed_slowpath_start()
1281 tunn_info.l2_gre.tun_cls = QED_TUNN_CLSS_MAC_VLAN; in qed_slowpath_start()
1282 tunn_info.ip_gre.tun_cls = QED_TUNN_CLSS_MAC_VLAN; in qed_slowpath_start()
1283 tunn_info.l2_geneve.tun_cls = QED_TUNN_CLSS_MAC_VLAN; in qed_slowpath_start()
1284 tunn_info.ip_geneve.tun_cls = QED_TUNN_CLSS_MAC_VLAN; in qed_slowpath_start()
Dqed_sriov.c2197 p_resp->vxlan_clss = p_tun->vxlan.tun_cls; in qed_iov_pf_update_tun_response()
2198 p_resp->l2gre_clss = p_tun->l2_gre.tun_cls; in qed_iov_pf_update_tun_response()
2199 p_resp->ipgre_clss = p_tun->ip_gre.tun_cls; in qed_iov_pf_update_tun_response()
2200 p_resp->l2geneve_clss = p_tun->l2_geneve.tun_cls; in qed_iov_pf_update_tun_response()
2201 p_resp->ipgeneve_clss = p_tun->ip_geneve.tun_cls; in qed_iov_pf_update_tun_response()
2209 enum qed_tunn_mode mask, u8 tun_cls) in __qed_iov_pf_update_tun_param() argument
2218 p_tun->tun_cls = tun_cls; in __qed_iov_pf_update_tun_param()
2226 u8 tun_cls, u8 update_port, u16 port) in qed_iov_pf_update_tun_param() argument
2233 __qed_iov_pf_update_tun_param(p_req, p_tun, mask, tun_cls); in qed_iov_pf_update_tun_param()
2277 (tun_src->vxlan.tun_cls != QED_TUNN_CLSS_MAC_VLAN || in qed_pf_validate_modify_tunn_config()
[all …]
Dqed.h170 enum qed_tunn_clss tun_cls; member
Dqed_vf.c593 *p_cls = p_src->tun_cls; in __qed_vf_prep_tunn_req_tlv()
635 p_tun->tun_cls = tunn_cls; in __qed_vf_update_tunn_param()