Lines Matching refs:qos
344 vcc->qos.rxtp.traffic_class != ATM_NONE) { in __find_vcc()
1741 switch (vcc->qos.aal) { in he_service_rbrq()
1763 if (skb->len > vcc->qos.rxtp.max_sdu) in he_service_rbrq()
1764 …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()
2154 if (vcc->qos.txtp.traffic_class != ATM_NONE) { in he_open()
2157 pcr_goal = atm_pcr_goal(&vcc->qos.txtp); in he_open()
2165 switch (vcc->qos.aal) { in he_open()
2189 switch (vcc->qos.txtp.traffic_class) { in he_open()
2270 if (vcc->qos.rxtp.traffic_class != ATM_NONE) { in he_open()
2276 switch (vcc->qos.aal) { in he_open()
2301 rsr0 = vcc->qos.rxtp.traffic_class == ATM_UBR ? in he_open()
2349 if (vcc->qos.rxtp.traffic_class != ATM_NONE) { in he_close()
2384 if (vcc->qos.txtp.traffic_class != ATM_NONE) { in he_close()
2417 switch (vcc->qos.txtp.traffic_class) { in he_close()
2468 if (vcc->qos.txtp.traffic_class == ATM_CBR) { in he_close()
2506 ((vcc->qos.aal == ATM_AAL0) && (skb->len != ATM_AAL0_SDU))) { in he_send()
2540 if (vcc->qos.aal == ATM_AAL5) in he_send()