• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/skfp/

Lines Matching defs:overhead

105 static int process_bw_alloc(struct s_smc *smc, long int payload, long int overhead);
124 u_long payload, overhead ;
262 overhead = ((struct smt_p_3210 *)p)->mib_overhead ;
264 DB_ESSN(2,"payload= %lx overhead= %lx\n",payload,overhead) ;
269 (void)process_bw_alloc(smc,(long)payload,(long)overhead) ;
312 overhead = ((struct smt_p_3210 *)p)->mib_overhead ;
316 DB_ESSN(2,"payload= %lx overhead= %lx\n",payload,overhead) ;
321 if(!process_bw_alloc(smc,(long)payload,(long)overhead))
378 static int process_bw_alloc(struct s_smc *smc, long int payload, long int overhead)
403 * plus the overhead.
423 if (smt_set_obj(smc,SMT_P3210,overhead,S_SET)) {
424 DB_ESS("ESS: SMT does not accept the overhead value\n",0,0) ;
429 if (payload > MAX_PAYLOAD || overhead > 5000) {
430 DB_ESS("ESS: payload / overhead not accepted\n",0,0) ;
435 * start the iterative allocation process if the payload or the overhead
440 (u_long)overhead != smc->mib.fddiESSOverhead)) {
452 smc->ess.sync_bw = overhead -
460 overhead = 0 ;
464 smc->mib.a[PATH0].fddiPATHSbaOverhead = overhead ;
523 chg->overhead.para.p_type = SMT_P3210 ;
524 chg->overhead.para.p_len = sizeof(struct smt_p_3210) - PARA_LEN ;
525 chg->overhead.mib_index = SBAPATHINDEX ;
526 chg->overhead.mib_overhead = smc->mib.a[PATH0].fddiPATHSbaOverhead ;
560 * overhead is zero or deallocate bandwidth when no bandwidth is
631 req->overhead.para.p_type = SMT_P3210 ;
632 req->overhead.para.p_len = sizeof(struct smt_p_3210) - PARA_LEN ;
633 req->overhead.mib_index = SBAPATHINDEX ;
634 req->overhead.mib_overhead = smc->mib.a[PATH0].fddiPATHSbaOverhead ;