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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/sfc/
H A Dmdio_10g.c36 int spins, int spintime)
41 EFX_BUG_ON_PARANOID(spins * spintime >= 5000);
46 msleep(spintime);
95 const int spintime = MDIO45_RESET_TIME / MDIO45_RESET_ITERS; local
123 msleep(spintime);
35 efx_mdio_reset_mmd(struct efx_nic *port, int mmd, int spins, int spintime) argument
H A Dmdio_10g.h68 int spins, int spintime);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dsd.c1309 int retries, spintime; local
1314 spintime = 0;
1349 if(!spintime && !scsi_status_is_good(the_result)) {
1372 if (!spintime) {
1385 spintime = 1;
1399 if (!spintime) {
1401 spintime = 1;
1408 if(!spintime) {
1415 } while (spintime && time_before_eq(jiffies, spintime_expire));
1417 if (spintime) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/parport/
H A Dieee1284.c178 usec = port->physport->spintime; /* usecs of fast polling */
H A Dprocfs.c269 .procname = "spintime",
445 .procname = "spintime",
489 t->vars[0].data = &port->spintime;
H A Dshare.c310 tmp->spintime = parport_default_spintime;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dparport.h324 int spintime; member in struct:parport

Completed in 62 milliseconds