Lines Matching full:aal
187 A traffic specification consists of the AAL type and separate
193 unsigned char aal;
196 AAL types are:
198 ATM_NO_AAL AAL not specified
204 ATM_SAAL signaling AAL
206 The Horizon has support for AAL frame types: 0, 3/4 and 5. However,
207 it does not implement AAL 3/4 SAR and it has a different notion of
1514 switch (vcc->aal) { in setup_idle_tx_channel()
2031 static int check_max_sdu (hrz_aal aal, struct atm_trafprm * tp, unsigned int max_frame_size) { in check_max_sdu() argument
2034 switch (aal) { in check_max_sdu()
2129 // check AAL and remember it in hrz_open()
2130 switch (qos->aal) { in hrz_open()
2134 vcc.aal = aal0; in hrz_open()
2139 vcc.aal = aal34; in hrz_open()
2143 vcc.aal = aal5; in hrz_open()
2146 PRINTD (DBG_QOS|DBG_VCC, "Bad AAL!"); in hrz_open()
2199 error = check_max_sdu (vcc.aal, txtp, max_tx_size); in hrz_open()
2336 error = check_max_sdu (vcc.aal, rxtp, max_rx_size); in hrz_open()
2403 if (vcc.aal != aal5) { in hrz_open()
2404 PRINTD (DBG_QOS, "AAL not supported"); in hrz_open()