Searched refs:slottime (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dyam.h68 unsigned int slottime; /* Slottime */ member in struct:yamcfg
H A Dscc.h197 unsigned char slottime; /* Delay to wait on persistence hit */ member in struct:scc_kiss
H A Dhdlcdrv.h28 int slottime; /* the slottime in 10ms; usually 10 = 100ms */ member in struct:hdlcdrv_channel_params
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/hamradio/
H A Dhdlcdrv.c235 s->ch_params.slottime = data[1];
236 PKP("slot time = %ums", s->ch_params.slottime);
375 s->hdlctx.slotcnt = s->ch_params.slottime;
380 s->hdlctx.slotcnt = s->ch_params.slottime;
463 s->hdlctx.slotcnt = s->ch_params.slottime;
518 bi.data.cp.slottime = s->ch_params.slottime;
528 s->ch_params.slottime = bi.data.cp.slottime;
650 s->hdlctx.slotcnt = s->ch_params.slottime;
[all...]
H A Dbaycom_epp.c344 bc->ch_params.slottime = data[1];
345 PKP("slot time = %ums", bc->ch_params.slottime);
440 bc->hdlctx.slotcnt = bc->ch_params.slottime;
445 bc->hdlctx.slotcnt = bc->ch_params.slottime;
925 bc->hdlctx.slotcnt = bc->ch_params.slottime;
1018 hi.data.cp.slottime = bc->ch_params.slottime;
1028 bc->ch_params.slottime = hi.data.cp.slottime;
H A D6pack.c114 unsigned char slottime; member in struct:sixpack
136 * Perform the persistence/slottime algorithm for CSMA access. If the
144 int actual, when = sp->slottime;
204 case 3: sp->slottime = p[1];
644 sp->slottime = SIXP_SLOTTIME;
H A Dscc.c1144 scc_start_tx_timer(scc, t_dwait, scc->kiss.slottime);
1304 case PARAM_SLOTTIME: scc->kiss.slottime=arg; break;
1372 case PARAM_SLOTTIME: return CAST(scc->kiss.slottime);
1672 * t_idle hasn't expired yet. Use dwait/persistence/slottime
1858 scc->kiss.slottime = 16; /* 160 ms */
1870 scc->kiss.slottime = 8; /* 160 ms */
2045 K(txdelay), K(persist), K(slottime), K(tailtime),
H A Dyam.c37 * 0.8 F6FBB 14.10.98 Fixed slottime/persistence timing bug
129 int slot; /* slottime */
589 /* Is slottime passed ? */
1027 if (yi.cfg.slottime > YAM_MAXSLOTTIME)
1029 yp->slot = yi.cfg.slottime;
1045 yi.cfg.slottime = yp->slot;
H A Ddmascc.c172 int slottime; /* [1/TMR_0_HZ] */ member in struct:scc_param
1470 priv->param.slottime, DCDIE);

Completed in 77 milliseconds