Home
last modified time | relevance | path

Searched refs:lfc (Results 1 – 6 of 6) sorted by relevance

/drivers/scsi/fcoe/
Dfcoe_transport.c162 u32 lfc, vlfc, mdac; in __fcoe_get_lesb() local
167 lfc = 0; in __fcoe_get_lesb()
174 lfc += stats->LinkFailureCount; in __fcoe_get_lesb()
178 lesb->lesb_link_fail = htonl(lfc); in __fcoe_get_lesb()
/drivers/scsi/csiostor/
Dcsio_mb.c351 unsigned int lfc = 0, mdi = FW_PORT_CAP_MDI_V(FW_PORT_CAP_MDI_AUTO); in csio_mb_port() local
372 lfc |= FW_PORT_CAP_FC_RX; in csio_mb_port()
374 lfc |= FW_PORT_CAP_FC_TX; in csio_mb_port()
377 cmdp->u.l1cfg.rcap = htonl((caps & CSIO_ADVERT_MASK) | lfc); in csio_mb_port()
380 lfc | mdi); in csio_mb_port()
/drivers/scsi/bfa/
Dbfa_defs_fcs.h418 u32 lfc; /* Link Failure Count */ member
/drivers/net/ethernet/intel/ixgb/
Dixgb_hw.h749 u64 lfc; member
Dixgb_ethtool.c345 *reg++ = IXGB_GET_STAT(adapter, lfc); /* 126 */ in ixgb_get_regs()
Dixgb_main.c1731 adapter->stats.lfc += IXGB_READ_REG(&adapter->hw, LFC); in ixgb_update_stats()