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

/drivers/net/ethernet/sfc/
H A Dmdio_10g.c35 int spins, int spintime)
40 EFX_BUG_ON_PARANOID(spins * spintime >= 5000);
45 msleep(spintime);
77 const int spintime = MDIO45_RESET_TIME / MDIO45_RESET_ITERS; local
105 msleep(spintime);
34 efx_mdio_reset_mmd(struct efx_nic *port, int mmd, int spins, int spintime) argument
H A Dmdio_10g.h67 int efx_mdio_reset_mmd(struct efx_nic *efx, int mmd, int spins, int spintime);
/drivers/scsi/
H A Dsd.c1796 int retries, spintime; local
1801 spintime = 0;
1836 if(!spintime && !scsi_status_is_good(the_result)) {
1859 if (!spintime) {
1872 spintime = 1;
1886 if (!spintime) {
1888 spintime = 1;
1895 if(!spintime) {
1902 } while (spintime && time_before_eq(jiffies, spintime_expire));
1904 if (spintime) {
[all...]
/drivers/parport/
H A Dieee1284.c178 usec = port->physport->spintime; /* usecs of fast polling */
H A Dprocfs.c269 .procname = "spintime",
445 .procname = "spintime",
488 t->vars[0].data = &port->spintime;
H A Dshare.c309 tmp->spintime = parport_default_spintime;

Completed in 104 milliseconds