Searched refs:reporting (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/uapi/linux/
H A Dfd.h98 * Threshold for reporting FDC errors to the console.
102 reporting; member in struct:floppy_max_errors
107 /* set fdc error reporting threshold */
/linux-master/drivers/net/bonding/
H A Dbond_main.c726 /* if <dev> supports MII link status reporting, check its link status.
735 * If reporting is non-zero, instead of faking link up, return -1 if
742 struct net_device *slave_dev, int reporting)
749 if (!reporting && !netif_running(slave_dev))
785 /* If reporting, report that either there's no ndo_eth_ioctl,
787 * cannot report link status). If not reporting, pretend
790 return reporting ? -1 : BMSR_LSTATUS;
2068 slave_warn(bond_dev, slave_dev, "can't get link status from slave; the network driver associated with this interface does not support MII or ETHTOOL link status reporting, thus miimon has no effect on this interface\n");
2720 * invalid speed/duplex reporting but recovered before
741 bond_check_dev_link(struct bonding *bond, struct net_device *slave_dev, int reporting) argument
/linux-master/drivers/block/
H A Dfloppy.c45 * 1992/7/22 -- Hennus Bergman: Added better error reporting, fixed
1428 * hhb: Added better error reporting.
1460 } else if (floppy_errors >= drive_params[current_drive].max_errors.reporting) {
3514 drive_params[drive].max_errors.reporting = (unsigned short)(param & 0x0f);

Completed in 214 milliseconds