Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/qlogic/qed/
Dqed_sp_commands.c162 type = qed_tunn_clss_to_fw_clss(p_src->vxlan.tun_cls); in qed_set_tunn_cls_info()
163 p_tun->vxlan.tun_cls = type; in qed_set_tunn_cls_info()
164 type = qed_tunn_clss_to_fw_clss(p_src->l2_gre.tun_cls); in qed_set_tunn_cls_info()
165 p_tun->l2_gre.tun_cls = type; in qed_set_tunn_cls_info()
166 type = qed_tunn_clss_to_fw_clss(p_src->ip_gre.tun_cls); in qed_set_tunn_cls_info()
167 p_tun->ip_gre.tun_cls = type; in qed_set_tunn_cls_info()
168 type = qed_tunn_clss_to_fw_clss(p_src->l2_geneve.tun_cls); in qed_set_tunn_cls_info()
169 p_tun->l2_geneve.tun_cls = type; in qed_set_tunn_cls_info()
170 type = qed_tunn_clss_to_fw_clss(p_src->ip_geneve.tun_cls); in qed_set_tunn_cls_info()
171 p_tun->ip_geneve.tun_cls = type; in qed_set_tunn_cls_info()
[all …]
Dqed_main.c249 if (tun->vxlan.tun_cls == QED_TUNN_CLSS_MAC_VLAN && in qed_fill_dev_info()
254 tun->l2_gre.tun_cls == QED_TUNN_CLSS_MAC_VLAN && in qed_fill_dev_info()
255 tun->ip_gre.tun_cls == QED_TUNN_CLSS_MAC_VLAN) in qed_fill_dev_info()
259 tun->l2_geneve.tun_cls == QED_TUNN_CLSS_MAC_VLAN && in qed_fill_dev_info()
260 tun->ip_geneve.tun_cls == QED_TUNN_CLSS_MAC_VLAN) in qed_fill_dev_info()
1102 tunn_info.vxlan.tun_cls = QED_TUNN_CLSS_MAC_VLAN; in qed_slowpath_start()
1103 tunn_info.l2_gre.tun_cls = QED_TUNN_CLSS_MAC_VLAN; in qed_slowpath_start()
1104 tunn_info.ip_gre.tun_cls = QED_TUNN_CLSS_MAC_VLAN; in qed_slowpath_start()
1105 tunn_info.l2_geneve.tun_cls = QED_TUNN_CLSS_MAC_VLAN; in qed_slowpath_start()
1106 tunn_info.ip_geneve.tun_cls = QED_TUNN_CLSS_MAC_VLAN; in qed_slowpath_start()
Dqed_sriov.c2193 p_resp->vxlan_clss = p_tun->vxlan.tun_cls; in qed_iov_pf_update_tun_response()
2194 p_resp->l2gre_clss = p_tun->l2_gre.tun_cls; in qed_iov_pf_update_tun_response()
2195 p_resp->ipgre_clss = p_tun->ip_gre.tun_cls; in qed_iov_pf_update_tun_response()
2196 p_resp->l2geneve_clss = p_tun->l2_geneve.tun_cls; in qed_iov_pf_update_tun_response()
2197 p_resp->ipgeneve_clss = p_tun->ip_geneve.tun_cls; in qed_iov_pf_update_tun_response()
2205 enum qed_tunn_mode mask, u8 tun_cls) in __qed_iov_pf_update_tun_param() argument
2214 p_tun->tun_cls = tun_cls; in __qed_iov_pf_update_tun_param()
2222 u8 tun_cls, u8 update_port, u16 port) in qed_iov_pf_update_tun_param() argument
2229 __qed_iov_pf_update_tun_param(p_req, p_tun, mask, tun_cls); in qed_iov_pf_update_tun_param()
2273 (tun_src->vxlan.tun_cls != QED_TUNN_CLSS_MAC_VLAN || in qed_pf_validate_modify_tunn_config()
[all …]
Dqed.h169 enum qed_tunn_clss tun_cls; member
Dqed_vf.c583 *p_cls = p_src->tun_cls; in __qed_vf_prep_tunn_req_tlv()
625 p_tun->tun_cls = tunn_cls; in __qed_vf_update_tunn_param()