• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/sys/dev/pms/RefTisa/sallsdk/spc/

Lines Matching defs:SOP

2699   bit32          SOP;
2729 SOP = (Reserved_SOP_PHYID & 0xFF00) >> SHIFT8;
2737 switch(SOP)
2741 SA_DBG1(("mpiGetPhyProfileRsp: AGSA_SAS_PHY_ERR_COUNTERS_PAGE SOP 0x%x\n", SOP));
2742 ossaGetPhyProfileCB(agRoot, agContext, status, SOP, PhyId , agNULL );
2747 SA_DBG1(("mpiGetPhyProfileRsp: AGSA_SAS_PHY_ERR_COUNTERS_CLR_PAGE SOP 0x%x\n", SOP));
2748 ossaGetPhyProfileCB(agRoot, agContext, status, SOP, PhyId , agNULL );
2753 SA_DBG1(("mpiGetPhyProfileRsp: GET_SAS_PHY_BW_COUNTERS SOP 0x%x\n", SOP));
2754 ossaGetPhyProfileCB(agRoot, agContext, status, SOP, PhyId , agNULL );
2759 SA_DBG1(("mpiGetPhyProfileRsp: AGSA_SAS_PHY_ANALOG_SETTINGS_PAGE SOP 0x%x\n", SOP));
2760 ossaGetPhyProfileCB(agRoot, agContext, status, SOP, PhyId , agNULL );
2765 SA_DBG1(("mpiGetPhyProfileRsp: AGSA_SAS_PHY_GENERAL_STATUS_PAGE SOP 0x%x\n", SOP));
2766 ossaGetPhyProfileCB(agRoot, agContext, status, SOP, PhyId , agNULL );
2771 SA_DBG1(("mpiGetPhyProfileRsp: AGSA_PHY_SNW3_PAGE SOP 0x%x\n", SOP));
2772 ossaGetPhyProfileCB(agRoot, agContext, status, SOP, PhyId , agNULL );
2777 SA_DBG1(("mpiGetPhyProfileRsp: AGSA_PHY_RATE_CONTROL_PAGE SOP 0x%x\n", SOP));
2778 ossaGetPhyProfileCB(agRoot, agContext, status, SOP, PhyId , agNULL );
2783 SA_DBG1(("mpiGetPhyProfileRsp: AGSA_SAS_PHY_OPEN_REJECT_RETRY_BACKOFF_THRESHOLD_PAGE SOP 0x%x\n", SOP));
2784 ossaGetPhyProfileCB(agRoot, agContext, status, SOP, PhyId , agNULL );
2789 SA_DBG1(("mpiGetPhyProfileRsp: undefined SOP 0x%x\n", SOP));
2798 SA_DBG1(("mpiGetPhyProfileRsp: SUCCESS type 0x%X\n",SOP ));
2799 switch(SOP)
2804 ossaGetPhyProfileCB(agRoot, agContext, status, SOP, PhyId , agNULL);
2819 ossaGetPhyProfileCB(agRoot, agContext, status, SOP, PhyId , &Errors);
2842 ossaGetPhyProfileCB(agRoot, agContext, status, SOP, PhyId, &bw_counts);
2849 SA_DBG1(("mpiGetPhyProfileRsp: AGSA_SAS_PHY_ANALOG_SETTINGS_PAGE 0x%X\n",SOP));
2856 ossaGetPhyProfileCB(agRoot, agContext, status, SOP, PhyId, &analog);
2865 SA_DBG1(("mpiGetPhyProfileRsp: AGSA_SAS_PHY_GENERAL_STATUS_PAGE SOP 0x%x 0x%x 0x%x\n", SOP,GenStatus.Dword0,GenStatus.Dword1));
2866 ossaGetPhyProfileCB(agRoot, agContext, status, SOP, PhyId , &GenStatus );
2875 SA_DBG1(("mpiGetPhyProfileRsp: AGSA_PHY_SNW3_PAGE SOP 0x%x\n", SOP));
2876 ossaGetPhyProfileCB(agRoot, agContext, status, SOP, PhyId , &Snw3 );
2885 SA_DBG1(("mpiGetPhyProfileRsp: AGSA_PHY_RATE_CONTROL_PAGE SOP 0x%x\n", SOP));
2886 ossaGetPhyProfileCB(agRoot, agContext, status, SOP, PhyId , &RateControl );
2896 SA_DBG1(("mpiGetPhyProfileRsp: AGSA_SAS_PHY_OPEN_REJECT_RETRY_BACKOFF_THRESHOLD_PAGE SOP 0x%x\n", SOP));
2897 ossaGetPhyProfileCB(agRoot, agContext, status, SOP, PhyId , &Backoff );
2902 SA_DBG1(("mpiGetPhyProfileRsp: undefined successful SOP 0x%x\n", SOP));
2943 bit16 SOP;
2970 SOP = pRequest->SOP;
2978 switch(SOP)
2982 SA_DBG1(("mpiSetPhyProfileRsp: AGSA_SAS_PHY_ANALOG_SETTINGS_PAGE SOP 0x%x\n", SOP));
2983 ossaSetPhyProfileCB(agRoot, agContext, status, SOP, PhyId, agNULL );
2988 SA_DBG1(("mpiSetPhyProfileRsp: AGSA_PHY_SNW3_PAGE SOP 0x%x\n", SOP));
2989 ossaSetPhyProfileCB(agRoot, agContext, status, SOP, PhyId, agNULL );
2995 SA_DBG1(("mpiSetPhyProfileRsp: AGSA_PHY_RATE_CONTROL_PAGE SOP 0x%x\n", SOP));
2996 ossaSetPhyProfileCB(agRoot, agContext, status, SOP, PhyId, agNULL );
3001 SA_DBG1(("mpiSetPhyProfileRsp: AGSA_SAS_PHY_MISC_PAGE SOP 0x%x\n", SOP));
3002 ossaSetPhyProfileCB(agRoot, agContext, status, SOP, PhyId, agNULL );
3008 SA_DBG1(("mpiSetPhyProfileRsp: undefined SOP 0x%x\n", SOP));
3017 SA_DBG1(("mpiSetPhyProfileRsp: SUCCESS type 0x%X\n",SOP ));
3018 switch(SOP)
3023 SA_DBG1(("mpiSetPhyProfileRsp: Status 0x%x SOP 0x%x PhyId %d\n",status, SOP, PhyId));
3024 ossaSetPhyProfileCB(agRoot, agContext, status, SOP, PhyId, agNULL );
3032 SA_DBG1(("mpiSetPhyProfileRsp: AGSA_SAS_PHY_ANALOG_SETTINGS_PAGE 0x%X\n",SOP));
3039 ossaSetPhyProfileCB(agRoot, agContext, status, SOP, PhyId, &analog );
3044 SA_DBG1(("mpiSetPhyProfileRsp: undefined successful SOP 0x%x\n", SOP));