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

/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dmdio_10g.c32 int spins, int spintime)
37 EF4_BUG_ON_PARANOID(spins * spintime >= 5000);
42 msleep(spintime);
74 const int spintime = MDIO45_RESET_TIME / MDIO45_RESET_ITERS; local
102 msleep(spintime);
31 ef4_mdio_reset_mmd(struct ef4_nic *port, int mmd, int spins, int spintime) argument
H A Dmdio_10g.h64 int ef4_mdio_reset_mmd(struct ef4_nic *efx, int mmd, int spins, int spintime);
/linux-master/drivers/scsi/
H A Dsd.c2294 int spintime, sense_valid = 0; local
2326 spintime = 0;
2358 if(!spintime && !scsi_status_is_good(the_result)) {
2387 if (!spintime) {
2402 spintime = 1;
2416 if (!spintime) {
2418 spintime = 1;
2425 if(!spintime) {
2432 } while (spintime && time_before_eq(jiffies, spintime_expire));
2434 if (spintime) {
[all...]
/linux-master/drivers/parport/
H A Dieee1284.c165 usec = port->physport->spintime; /* usecs of fast polling */
H A Dprocfs.c268 .procname = "spintime",
404 .procname = "spintime",
427 t->vars[0].data = &port->spintime;
H A Dshare.c460 tmp->spintime = parport_default_spintime;
/linux-master/include/linux/
H A Dparport.h238 int spintime; member in struct:parport

Completed in 186 milliseconds