Searched refs:fpin_stats (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/scsi/ |
H A D | scsi_transport_fc.c | 432 memset(&fc_host->fpin_stats, 0, sizeof(fc_host->fpin_stats)); in fc_host_setup() 774 fc_li_stats_update(event_type, &attach_rport->fpin_stats); in fc_fpin_li_stats_update() 789 &rport->fpin_stats); in fc_fpin_li_stats_update() 795 fc_li_stats_update(event_type, &fc_host->fpin_stats); in fc_fpin_li_stats_update() 822 &attach_rport->fpin_stats); in fc_fpin_delivery_stats_update() 826 fc_delivery_stats_update(reason_code, &fc_host->fpin_stats); in fc_fpin_delivery_stats_update() 854 fc_cn_stats_update(event_type, &attach_rport->fpin_stats); in fc_fpin_peer_congn_stats_update() 869 &rport->fpin_stats); in fc_fpin_peer_congn_stats_update() 890 &fc_host->fpin_stats); in fc_fpin_congn_stats_update() 1349 return snprintf(buf, 20, "0x%llx\n", rport->fpin_stats.name); \ [all …]
|
/openbmc/linux/include/scsi/ |
H A D | scsi_transport_fc.h | 360 struct fc_fpin_stats fpin_stats; member 563 struct fc_fpin_stats fpin_stats; member
|
/openbmc/linux/drivers/scsi/lpfc/ |
H A D | lpfc_attr.c | 6847 memset(&shost_to_fc_host(shost)->fpin_stats, 0, in lpfc_reset_stats() 6848 sizeof(shost_to_fc_host(shost)->fpin_stats)); in lpfc_reset_stats()
|