Lines Matching full:ess
40 #ifdef ESS
105 * End Station Support (ESS)
116 struct smt_p_0016 *cmd ; /* para: command for the ESS */ in ess_raf_received_pack()
132 DB_ESS("ESS: RAF frame error, parameter type not found"); in ess_raf_received_pack()
138 * get the pointer to the ESS command in ess_raf_received_pack()
142 * error in frame: para ESS command was not found in ess_raf_received_pack()
144 DB_ESS("ESS: RAF frame error, parameter command not found"); in ess_raf_received_pack()
156 * evaluate the ESS command in ess_raf_received_pack()
161 * Process an ESS Allocation Request in ess_raf_received_pack()
184 * The ESS do not send the Frame to the network! in ess_raf_received_pack()
186 smc->ess.alloc_trans_id = sm->smt_tid ; in ess_raf_received_pack()
187 DB_ESS("ESS: save Alloc Req Trans ID %x", sm->smt_tid); in ess_raf_received_pack()
196 if (smc->ess.local_sba_active) in ess_raf_received_pack()
218 DB_ESS("ESS: RAF with para problem, ignoring"); in ess_raf_received_pack()
237 (sm->smt_tid != smc->ess.alloc_trans_id)) { in ess_raf_received_pack()
239 DB_ESS("ESS: Allocation Response not accepted"); in ess_raf_received_pack()
248 printk(KERN_ERR "ESS: sm_to_para failed"); in ess_raf_received_pack()
254 printk(KERN_ERR "ESS: sm_to_para failed"); in ess_raf_received_pack()
271 * Process an ESS Change Request in ess_raf_received_pack()
278 DB_ESS("ESS: Do not process Change Responses"); in ess_raf_received_pack()
286 DB_ESS("ESS: RAF with para problem, ignoring"); in ess_raf_received_pack()
298 DB_ESS("ESS: RAF frame with para problem, ignoring"); in ess_raf_received_pack()
310 DB_ESSN(2, "ESS: Change Request from %pM", in ess_raf_received_pack()
337 DB_ESS("ESS: Do not process a Report Reply"); in ess_raf_received_pack()
341 DB_ESSN(2, "ESS: Report Request from %pM", in ess_raf_received_pack()
348 DB_ESS("ESS: ignoring RAF with para problem"); in ess_raf_received_pack()
364 DB_ESS("ESS: ignoring RAF with bad sba_cmd"); in ess_raf_received_pack()
417 DB_ESS("ESS: SMT does not accept the payload value"); in process_bw_alloc()
421 DB_ESS("ESS: SMT does not accept the overhead value"); in process_bw_alloc()
427 DB_ESS("ESS: payload / overhead not accepted"); in process_bw_alloc()
438 smc->ess.raf_act_timer_poll = TRUE ; in process_bw_alloc()
439 smc->ess.timer_count = 0 ; in process_bw_alloc()
446 DB_ESSN(2, "ESS: turn SMT_ST_SYNC_SERVICE bit on"); in process_bw_alloc()
447 smc->ess.sync_bw_available = TRUE ; in process_bw_alloc()
449 smc->ess.sync_bw = overhead - in process_bw_alloc()
454 DB_ESSN(2, "ESS: turn SMT_ST_SYNC_SERVICE bit off"); in process_bw_alloc()
455 smc->ess.sync_bw_available = FALSE ; in process_bw_alloc()
456 smc->ess.sync_bw = 0 ; in process_bw_alloc()
464 DB_ESSN(2, "tsync = %lx", smc->ess.sync_bw); in process_bw_alloc()
467 set_formac_tsync(smc,smc->ess.sync_bw) ; in process_bw_alloc()
538 if (!smc->ess.raf_act_timer_poll) in ess_timer_poll()
541 DB_ESSN(2, "ESS: timer_poll"); in ess_timer_poll()
543 smc->ess.timer_count++ ; in ess_timer_poll()
544 if (smc->ess.timer_count == 10) { in ess_timer_poll()
545 smc->ess.timer_count = 0 ; in ess_timer_poll()
572 smc->ess.raf_act_timer_poll = FALSE ; in ess_send_alc_req()
573 smc->ess.timer_count = 7 ; /* next RAF alc req after 3 s */ in ess_send_alc_req()
584 req->smt.smt_tid = smc->ess.alloc_trans_id = smt_get_tid(smc) ; in ess_send_alc_req()
661 * check if the frame must be send to the own ESS in ess_send_frame()
663 if (smc->ess.local_sba_active) { in ess_send_frame()
667 DB_ESS("ESS:Send to the local SBA"); in ess_send_frame()
668 if (!smc->ess.sba_reply_pend) in ess_send_frame()
669 smc->ess.sba_reply_pend = mb ; in ess_send_frame()
679 DB_ESS("ESS:Send to the network"); in ess_send_frame()
714 #endif /* ESS */