Searched refs:fpin_stats (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/scsi/ |
| A D | scsi_transport_fc.c | 432 memset(&fc_host->fpin_stats, 0, sizeof(fc_host->fpin_stats)); in fc_host_setup() 769 fc_li_stats_update(event_type, &attach_rport->fpin_stats); in fc_fpin_li_stats_update() 784 &rport->fpin_stats); in fc_fpin_li_stats_update() 790 fc_li_stats_update(event_type, &fc_host->fpin_stats); in fc_fpin_li_stats_update() 817 &attach_rport->fpin_stats); in fc_fpin_delivery_stats_update() 821 fc_delivery_stats_update(reason_code, &fc_host->fpin_stats); in fc_fpin_delivery_stats_update() 849 fc_cn_stats_update(event_type, &attach_rport->fpin_stats); in fc_fpin_peer_congn_stats_update() 864 &rport->fpin_stats); in fc_fpin_peer_congn_stats_update() 885 &fc_host->fpin_stats); in fc_fpin_congn_stats_update() 1344 return snprintf(buf, 20, "0x%llx\n", rport->fpin_stats.name); \ [all …]
|
| /linux/include/scsi/ |
| A D | scsi_transport_fc.h | 360 struct fc_fpin_stats fpin_stats; member 563 struct fc_fpin_stats fpin_stats; member
|
| /linux/drivers/scsi/lpfc/ |
| A D | lpfc_attr.c | 6838 memset(&shost_to_fc_host(shost)->fpin_stats, 0, in lpfc_reset_stats() 6839 sizeof(shost_to_fc_host(shost)->fpin_stats)); in lpfc_reset_stats()
|
Completed in 28 milliseconds