Lines Matching refs:lptr
5690 __le32 *lptr; in lpfc_cmf_stats_timer() local
5783 lptr = &cp->cgn_latency_min[index]; in lpfc_cmf_stats_timer()
5786 *lptr = cpu_to_le32(lvalue); in lpfc_cmf_stats_timer()
5788 *lptr = 0; in lpfc_cmf_stats_timer()
5797 index, dvalue, wvalue, *lptr, mvalue, avalue); in lpfc_cmf_stats_timer()
5828 lptr = &cp->cgn_drvr_hr[index]; in lpfc_cmf_stats_timer()
5829 *lptr = cpu_to_le32(dvalue); in lpfc_cmf_stats_timer()
5830 lptr = &cp->cgn_warn_hr[index]; in lpfc_cmf_stats_timer()
5831 *lptr = cpu_to_le32(wvalue); in lpfc_cmf_stats_timer()
5832 lptr = &cp->cgn_latency_hr[index]; in lpfc_cmf_stats_timer()
5833 *lptr = cpu_to_le32(lvalue); in lpfc_cmf_stats_timer()
5836 lptr = &cp->cgn_alarm_hr[index]; in lpfc_cmf_stats_timer()
5837 *lptr = cpu_to_le32(avalue); in lpfc_cmf_stats_timer()
5875 lptr = &cp->cgn_drvr_day[index]; in lpfc_cmf_stats_timer()
5876 *lptr = cpu_to_le32(dvalue); in lpfc_cmf_stats_timer()
5877 lptr = &cp->cgn_warn_day[index]; in lpfc_cmf_stats_timer()
5878 *lptr = cpu_to_le32(wvalue); in lpfc_cmf_stats_timer()
5879 lptr = &cp->cgn_latency_day[index]; in lpfc_cmf_stats_timer()
5880 *lptr = cpu_to_le32(lvalue); in lpfc_cmf_stats_timer()
5883 lptr = &cp->cgn_alarm_day[index]; in lpfc_cmf_stats_timer()
5884 *lptr = cpu_to_le32(avalue); in lpfc_cmf_stats_timer()