• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/dev/qlnx/qlnxe/

Lines Matching defs:p_ptt

741 	struct ecore_ptt *p_ptt)
749 return ecore_iwarp_init_hw(p_hwfn, p_ptt);
752 p_ptt,
763 p_ptt,
765 ecore_wr(p_hwfn, p_ptt, PRS_REG_LIGHT_L2_ETHERTYPE_EN,
771 p_ptt,
775 p_ptt,
796 struct ecore_ptt *p_ptt,
798 struct ecore_ptt OSAL_UNUSED *p_ptt,
836 &p_ent->ramrod.roce_init_func, p_ptt);
941 struct ecore_ptt *p_ptt,
956 rc = ecore_rdma_init_hw(p_hwfn, p_ptt);
970 return ecore_rdma_start_fw(p_hwfn, p_ptt, params);
979 struct ecore_ptt *p_ptt;
989 p_ptt = ecore_ptt_acquire(p_hwfn);
990 if (!p_ptt) {
1000 ecore_wr(p_hwfn, p_ptt, p_hwfn->rdma_prs_search_reg, 0);
1004 p_ptt,
1009 p_ptt,
1012 ecore_wr(p_hwfn, p_ptt, PRS_REG_LIGHT_L2_ETHERTYPE_EN,
1025 p_ptt,
1029 p_ptt,
1038 ecore_ptt_release(p_hwfn, p_ptt);
1044 ecore_ptt_release(p_hwfn, p_ptt);
1049 ecore_ptt_release(p_hwfn, p_ptt);
1972 struct ecore_ptt *p_ptt;
1999 p_ptt = ecore_ptt_acquire(p_hwfn);
2000 if (!p_ptt)
2003 rc = ecore_mcp_drain(p_hwfn, p_ptt);
2005 ecore_ptt_release(p_hwfn, p_ptt);
2009 ecore_ptt_release(p_hwfn, p_ptt);
2353 struct ecore_ptt *p_ptt;
2359 p_ptt = ecore_ptt_acquire(p_hwfn);
2360 if (!p_ptt)
2367 rc = ecore_rdma_setup(p_hwfn, p_ptt, params);
2371 ecore_ptt_release(p_hwfn, p_ptt);
2379 ecore_ptt_release(p_hwfn, p_ptt);
2392 struct ecore_ptt *p_ptt;
2444 p_ptt = ecore_ptt_acquire(p_hwfn);
2446 if (!p_ptt) {
2452 ecore_memcpy_from(p_hwfn, p_ptt, &info->rdma_sent_pstats,
2455 ecore_memcpy_from(p_hwfn, p_ptt, &info->rdma_rcv_tstats,
2460 ecore_memcpy_from(p_hwfn, p_ptt, &info->roce.event_stats, addr,
2465 ecore_memcpy_from(p_hwfn, p_ptt, &info->roce.dcqcn_rx_stats, addr,
2470 ecore_memcpy_from(p_hwfn, p_ptt, &info->roce.dcqcn_tx_stats, addr,
2474 ecore_memcpy_from(p_hwfn, p_ptt, &info->iwarp.stats,
2478 ecore_ptt_release(p_hwfn, p_ptt);