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

/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_sp_commands.c156 type = qed_tunn_clss_to_fw_clss(p_src->vxlan.tun_cls);
157 p_tun->vxlan.tun_cls = type;
158 type = qed_tunn_clss_to_fw_clss(p_src->l2_gre.tun_cls);
159 p_tun->l2_gre.tun_cls = type;
160 type = qed_tunn_clss_to_fw_clss(p_src->ip_gre.tun_cls);
161 p_tun->ip_gre.tun_cls = type;
162 type = qed_tunn_clss_to_fw_clss(p_src->l2_geneve.tun_cls);
163 p_tun->l2_geneve.tun_cls = type;
164 type = qed_tunn_clss_to_fw_clss(p_src->ip_geneve.tun_cls);
165 p_tun->ip_geneve.tun_cls
[all...]
H A Dqed_main.c385 if (tun->vxlan.tun_cls == QED_TUNN_CLSS_MAC_VLAN &&
390 tun->l2_gre.tun_cls == QED_TUNN_CLSS_MAC_VLAN &&
391 tun->ip_gre.tun_cls == QED_TUNN_CLSS_MAC_VLAN)
395 tun->l2_geneve.tun_cls == QED_TUNN_CLSS_MAC_VLAN &&
396 tun->ip_geneve.tun_cls == QED_TUNN_CLSS_MAC_VLAN)
1306 tunn_info.vxlan.tun_cls = QED_TUNN_CLSS_MAC_VLAN;
1307 tunn_info.l2_gre.tun_cls = QED_TUNN_CLSS_MAC_VLAN;
1308 tunn_info.ip_gre.tun_cls = QED_TUNN_CLSS_MAC_VLAN;
1309 tunn_info.l2_geneve.tun_cls = QED_TUNN_CLSS_MAC_VLAN;
1310 tunn_info.ip_geneve.tun_cls
[all...]
H A Dqed_sriov.c2179 p_resp->vxlan_clss = p_tun->vxlan.tun_cls;
2180 p_resp->l2gre_clss = p_tun->l2_gre.tun_cls;
2181 p_resp->ipgre_clss = p_tun->ip_gre.tun_cls;
2182 p_resp->l2geneve_clss = p_tun->l2_geneve.tun_cls;
2183 p_resp->ipgeneve_clss = p_tun->ip_geneve.tun_cls;
2191 enum qed_tunn_mode mask, u8 tun_cls)
2200 p_tun->tun_cls = tun_cls;
2208 u8 tun_cls, u8 update_port, u16 port)
2215 __qed_iov_pf_update_tun_param(p_req, p_tun, mask, tun_cls);
2189 __qed_iov_pf_update_tun_param(struct vfpf_update_tunn_param_tlv *p_req, struct qed_tunn_update_type *p_tun, enum qed_tunn_mode mask, u8 tun_cls) argument
2204 qed_iov_pf_update_tun_param(struct vfpf_update_tunn_param_tlv *p_req, struct qed_tunn_update_type *p_tun, struct qed_tunn_update_udp_port *p_port, enum qed_tunn_mode mask, u8 tun_cls, u8 update_port, u16 port) argument
[all...]
H A Dqed_vf.c585 *p_cls = p_src->tun_cls;
627 p_tun->tun_cls = tunn_cls;
H A Dqed.h139 enum qed_tunn_clss tun_cls; member in struct:qed_tunn_update_type

Completed in 149 milliseconds