Home
last modified time | relevance | path

Searched refs:FcpPktAborts (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/scsi/
H A Dlibfc.h230 * @FcpPktAborts: Number of fcp packet aborts
253 u64 FcpPktAborts; member
/kernel/linux/linux-6.6/include/scsi/
H A Dlibfc.h230 * @FcpPktAborts: Number of fcp packet aborts
253 u64 FcpPktAborts; member
/kernel/linux/linux-5.10/drivers/scsi/libfc/
H A Dfc_fcp.c278 per_cpu_ptr(fsp->lp->stats, get_cpu())->FcpPktAborts++; in fc_fcp_send_abort()
H A Dfc_lport.c326 fc_stats->fcp_packet_aborts += stats->FcpPktAborts; in fc_get_host_stats()
/kernel/linux/linux-6.6/drivers/scsi/libfc/
H A Dfc_fcp.c273 this_cpu_inc(fsp->lp->stats->FcpPktAborts); in fc_fcp_send_abort()
H A Dfc_lport.c329 fc_stats->fcp_packet_aborts += READ_ONCE(stats->FcpPktAborts); in fc_get_host_stats()

Completed in 19 milliseconds