Home
last modified time | relevance | path

Searched refs:fpin_stats (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/scsi/
Dscsi_transport_fc.c431 memset(&fc_host->fpin_stats, 0, sizeof(fc_host->fpin_stats)); in fc_host_setup()
773 fc_li_stats_update(event_type, &attach_rport->fpin_stats); in fc_fpin_li_stats_update()
788 &rport->fpin_stats); in fc_fpin_li_stats_update()
794 fc_li_stats_update(event_type, &fc_host->fpin_stats); in fc_fpin_li_stats_update()
821 &attach_rport->fpin_stats); in fc_fpin_delivery_stats_update()
825 fc_delivery_stats_update(reason_code, &fc_host->fpin_stats); in fc_fpin_delivery_stats_update()
853 fc_cn_stats_update(event_type, &attach_rport->fpin_stats); in fc_fpin_peer_congn_stats_update()
868 &rport->fpin_stats); in fc_fpin_peer_congn_stats_update()
889 &fc_host->fpin_stats); in fc_fpin_congn_stats_update()
1346 return snprintf(buf, 20, "0x%llx\n", rport->fpin_stats.name); \
[all …]
/Linux-v6.1/include/scsi/
Dscsi_transport_fc.h360 struct fc_fpin_stats fpin_stats; member
562 struct fc_fpin_stats fpin_stats; member
/Linux-v6.1/drivers/scsi/lpfc/
Dlpfc_attr.c6706 memset(&shost_to_fc_host(shost)->fpin_stats, 0, in lpfc_reset_stats()
6707 sizeof(shost_to_fc_host(shost)->fpin_stats)); in lpfc_reset_stats()