Searched refs:l2_gre (Results 1 - 5 of 5) sorted by last modified time

/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_main.c389 if (tun->l2_gre.b_mode_enabled && tun->ip_gre.b_mode_enabled &&
390 tun->l2_gre.tun_cls == QED_TUNN_CLSS_MAC_VLAN &&
1302 tunn_info.l2_gre.b_mode_enabled = true;
1307 tunn_info.l2_gre.tun_cls = QED_TUNN_CLSS_MAC_VLAN;
H A Dqed.h151 struct qed_tunn_update_type l2_gre; member in struct:qed_tunnel_info
H A Dqed_vf.c611 if (p_tun->l2_gre.b_mode_enabled)
612 p_tun->l2_gre.b_update_mode = true;
651 __qed_vf_update_tunn_param(&p_tun->l2_gre, feat_mask,
664 p_tun->l2_gre.b_mode_enabled, p_tun->ip_gre.b_mode_enabled);
694 __qed_vf_prep_tunn_req_tlv(p_req, &p_src->l2_gre,
H A Dqed_sriov.c2177 p_resp->l2gre_mode = p_tun->l2_gre.b_mode_enabled;
2178 p_resp->ipgre_mode = p_tun->l2_gre.b_mode_enabled;
2180 p_resp->l2gre_clss = p_tun->l2_gre.tun_cls;
2255 qed_pf_validate_tunn_mode(&tun_src->l2_gre, &rc);
2262 tun_src->l2_gre.tun_cls != QED_TUNN_CLSS_MAC_VLAN ||
2339 __qed_iov_pf_update_tun_param(p_req, &tunn.l2_gre,
H A Dqed_sp_commands.c133 if (p_src->l2_gre.b_update_mode || b_pf_start)
134 p_tun->l2_gre.b_mode_enabled = p_src->l2_gre.b_mode_enabled;
158 type = qed_tunn_clss_to_fw_clss(p_src->l2_gre.tun_cls);
159 p_tun->l2_gre.tun_cls = type;
229 &p_tun->l2_gre);
241 qed_set_gre_enable(p_hwfn, p_ptt, p_tun->l2_gre.b_mode_enabled,
294 &p_tun->l2_gre);

Completed in 168 milliseconds