Home
last modified time | relevance | path

Searched refs:ifstat (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/ata/
H A Dsata_mv.c2196 u32 ifctl, old_ifctl, ifstat; in mv_send_fis() local
2217 ifstat = readl(port_mmio + SATA_IFSTAT); in mv_send_fis()
2218 } while (!(ifstat & 0x1000) && --timeout); in mv_send_fis()
2224 if ((ifstat & 0x3000) != 0x1000) { in mv_send_fis()
2226 __func__, ifstat); in mv_send_fis()
/linux/drivers/net/ethernet/freescale/
H A Dgianfar.h827 u32 ifstat; /* 0x.53c - Interface Status Register */ member
/linux/Documentation/networking/device_drivers/ethernet/intel/
H A Diavf.rst182 monitoring tools such as ``ifstat`` or ``sar -n DEV [interval] [number of samples]``