Lines Matching refs:p_ptt

111 	struct ecore_ptt *p_ptt;
122 p_ptt = ecore_ptt_acquire(p_hwfn);
124 if (!p_ptt) {
129 if ((rval = ecore_dbg_grc_dump(p_hwfn, p_ptt,
139 ecore_ptt_release(p_hwfn, p_ptt);
200 struct ecore_ptt *p_ptt;
211 p_ptt = ecore_ptt_acquire(p_hwfn);
213 if (!p_ptt) {
218 if ((rval = ecore_dbg_idle_chk_dump(p_hwfn, p_ptt,
228 ecore_ptt_release(p_hwfn, p_ptt);
290 struct ecore_ptt *p_ptt;
294 p_ptt = ecore_ptt_acquire(p_hwfn);
296 if (!p_ptt) {
306 p_ptt, &num_dwords);
311 p_ptt, &num_dwords);
316 p_ptt, &num_dwords);
321 p_ptt, &num_dwords);
326 p_ptt, &num_dwords);
335 ecore_ptt_release(p_hwfn, p_ptt);
359 struct ecore_ptt *p_ptt;
372 p_ptt = ecore_ptt_acquire(p_hwfn);
374 if (!p_ptt) {
383 rval = ecore_dbg_mcp_trace_dump(p_hwfn, p_ptt,
389 rval = ecore_dbg_reg_fifo_dump(p_hwfn, p_ptt,
395 rval = ecore_dbg_igu_fifo_dump(p_hwfn, p_ptt,
401 rval = ecore_dbg_protection_override_dump(p_hwfn, p_ptt,
407 rval = ecore_dbg_fw_asserts_dump(p_hwfn, p_ptt,
418 ecore_ptt_release(p_hwfn, p_ptt);
779 struct ecore_ptt *p_ptt, uint32_t enable)
786 ret = ecore_mcp_get_lldp_mac(p_hwfn, p_ptt, lldp_mac);
827 ret = ecore_lldp_set_params(p_hwfn, p_ptt, &lldp_params);
839 ret = ecore_lldp_set_system_tlvs(p_hwfn, p_ptt, &tlv_params);
852 struct ecore_ptt *p_ptt)
856 ret = ecore_lldp_register_tlv(p_hwfn, p_ptt,
865 ret = ecore_lldp_register_tlv(p_hwfn, p_ptt,
874 ret = ecore_lldp_register_tlv(p_hwfn, p_ptt,
883 ret = ecore_lldp_register_tlv(p_hwfn, p_ptt,
892 ret = ecore_lldp_register_tlv(p_hwfn, p_ptt,
901 ret = ecore_lldp_register_tlv(p_hwfn, p_ptt,
910 ret = ecore_lldp_register_tlv(p_hwfn, p_ptt,
919 ret = ecore_lldp_register_tlv(p_hwfn, p_ptt,
928 ret = ecore_lldp_register_tlv(p_hwfn, p_ptt,
944 struct ecore_ptt *p_ptt;
948 p_ptt = ecore_ptt_acquire(p_hwfn);
950 if (!p_ptt) {
956 ret = qlnx_lldp_configure(ha, p_hwfn, p_ptt, 0);
964 ret = qlnx_register_default_lldp_tlvs(ha, p_hwfn, p_ptt);
973 ret = qlnx_lldp_configure(ha, p_hwfn, p_ptt, 1);
989 ret = ecore_lldp_set_system_tlvs(p_hwfn, p_ptt, &tlv_params);
999 ecore_ptt_release(p_hwfn, p_ptt);