Lines Matching refs:qos
344 vcc->qos.rxtp.traffic_class != ATM_NONE) { in __find_vcc()
1738 switch (vcc->qos.aal) { in he_service_rbrq()
1760 if (skb->len > vcc->qos.rxtp.max_sdu) in he_service_rbrq()
1761 …hprintk("pdu_len (%d) > vcc->qos.rxtp.max_sdu (%d)! cid 0x%x\n", skb->len, vcc->qos.rxtp.max_sdu,… in he_service_rbrq()
2151 if (vcc->qos.txtp.traffic_class != ATM_NONE) { in he_open()
2154 pcr_goal = atm_pcr_goal(&vcc->qos.txtp); in he_open()
2162 switch (vcc->qos.aal) { in he_open()
2186 switch (vcc->qos.txtp.traffic_class) { in he_open()
2267 if (vcc->qos.rxtp.traffic_class != ATM_NONE) { in he_open()
2273 switch (vcc->qos.aal) { in he_open()
2298 rsr0 = vcc->qos.rxtp.traffic_class == ATM_UBR ? in he_open()
2346 if (vcc->qos.rxtp.traffic_class != ATM_NONE) { in he_close()
2381 if (vcc->qos.txtp.traffic_class != ATM_NONE) { in he_close()
2414 switch (vcc->qos.txtp.traffic_class) { in he_close()
2465 if (vcc->qos.txtp.traffic_class == ATM_CBR) { in he_close()
2503 ((vcc->qos.aal == ATM_AAL0) && (skb->len != ATM_AAL0_SDU))) { in he_send()
2537 if (vcc->qos.aal == ATM_AAL5) in he_send()