Lines Matching refs:lptr
5693 __le32 *lptr; in lpfc_cmf_stats_timer() local
5786 lptr = &cp->cgn_latency_min[index]; in lpfc_cmf_stats_timer()
5789 *lptr = cpu_to_le32(lvalue); in lpfc_cmf_stats_timer()
5791 *lptr = 0; in lpfc_cmf_stats_timer()
5800 index, dvalue, wvalue, *lptr, mvalue, avalue); in lpfc_cmf_stats_timer()
5831 lptr = &cp->cgn_drvr_hr[index]; in lpfc_cmf_stats_timer()
5832 *lptr = cpu_to_le32(dvalue); in lpfc_cmf_stats_timer()
5833 lptr = &cp->cgn_warn_hr[index]; in lpfc_cmf_stats_timer()
5834 *lptr = cpu_to_le32(wvalue); in lpfc_cmf_stats_timer()
5835 lptr = &cp->cgn_latency_hr[index]; in lpfc_cmf_stats_timer()
5836 *lptr = cpu_to_le32(lvalue); in lpfc_cmf_stats_timer()
5839 lptr = &cp->cgn_alarm_hr[index]; in lpfc_cmf_stats_timer()
5840 *lptr = cpu_to_le32(avalue); in lpfc_cmf_stats_timer()
5878 lptr = &cp->cgn_drvr_day[index]; in lpfc_cmf_stats_timer()
5879 *lptr = cpu_to_le32(dvalue); in lpfc_cmf_stats_timer()
5880 lptr = &cp->cgn_warn_day[index]; in lpfc_cmf_stats_timer()
5881 *lptr = cpu_to_le32(wvalue); in lpfc_cmf_stats_timer()
5882 lptr = &cp->cgn_latency_day[index]; in lpfc_cmf_stats_timer()
5883 *lptr = cpu_to_le32(lvalue); in lpfc_cmf_stats_timer()
5886 lptr = &cp->cgn_alarm_day[index]; in lpfc_cmf_stats_timer()
5887 *lptr = cpu_to_le32(avalue); in lpfc_cmf_stats_timer()