Home
last modified time | relevance | path

Searched refs:error_frames (Results 1 – 16 of 16) sorted by relevance

/linux-6.1.9/drivers/s390/scsi/
Dzfcp_scsi.c566 fc_stats->error_frames = data->error_frames - old->error_frames; in zfcp_scsi_adjust_fc_host_stats()
597 fc_stats->error_frames = data->error_frames; in zfcp_scsi_set_fc_host_stats()
Dzfcp_fsf.h423 u64 error_frames; /* currently 0 */ member
/linux-6.1.9/drivers/net/ethernet/brocade/bna/
Dbfa_defs_cna.h38 u64 error_frames; /*!< Errored frames */ member
/linux-6.1.9/drivers/scsi/lpfc/
Dlpfc_sli.h344 uint32_t error_frames; member
Dlpfc_attr.c6587 hs->error_frames = pmb->un.varRdLnk.crcCnt; in lpfc_get_stats()
6598 hs->error_frames -= lso->error_frames; in lpfc_get_stats()
6697 lso->error_frames = pmb->un.varRdLnk.crcCnt; in lpfc_reset_stats()
/linux-6.1.9/drivers/scsi/bfa/
Dbfad_attr.c293 hstats->error_frames = fcstats->fc.error_frames; in bfad_im_get_stats()
Dbfa_defs_svc.h1255 u64 error_frames; /* Errored frames */ member
/linux-6.1.9/drivers/scsi/fnic/
Dfnic_main.c222 stats->error_frames = vs->tx.tx_errors + vs->rx.rx_errors; in fnic_get_stats()
263 stats->error_frames); in fnic_dump_fchost_stats()
/linux-6.1.9/include/scsi/
Dscsi_transport_fc.h445 u64 error_frames; member
/linux-6.1.9/drivers/scsi/csiostor/
Dcsio_attr.c356 fhs->error_frames += be64_to_cpu(fcoe_port_stats.rx_err_frames); in csio_get_stats()
/linux-6.1.9/drivers/scsi/libfc/
Dfc_lport.c315 fc_stats->error_frames += READ_ONCE(stats->ErrorFrames); in fc_get_host_stats()
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h278 u64 error_frames; member
Dt4_hw.c6455 p->error_frames = GET_STAT(ERROR); in t4_get_lb_stats()
/linux-6.1.9/drivers/scsi/qla2xxx/
Dqla_attr.c2888 p->error_frames = in qla2x00_get_fc_host_stats()
/linux-6.1.9/drivers/scsi/qedf/
Dqedf_main.c2106 qedf_stats->error_frames += in qedf_fc_get_host_stats()
/linux-6.1.9/drivers/scsi/
Dscsi_transport_fc.c2131 fc_host_statistic(error_frames);