/Linux-v4.19/net/atm/ |
D | common.c | 325 (walk->qos.rxtp.traffic_class != ATM_NONE && in check_ci() 326 vcc->qos.rxtp.traffic_class != ATM_NONE))) in check_ci() 430 error = adjust_tp(&vcc->qos.rxtp, vcc->qos.aal); in __vcc_connect() 440 vcc->qos.rxtp.traffic_class, in __vcc_connect() 441 vcc->qos.rxtp.min_pcr, in __vcc_connect() 442 vcc->qos.rxtp.max_pcr, in __vcc_connect() 443 vcc->qos.rxtp.max_sdu); in __vcc_connect() 484 vcc->qos.rxtp.traffic_class, vcc->qos.rxtp.min_pcr, in vcc_connect() 485 vcc->qos.rxtp.max_pcr, vcc->qos.rxtp.max_sdu, in vcc_connect() 492 vcc->qos.rxtp.traffic_class == ATM_ANYCLASS) in vcc_connect() [all …]
|
D | mpoa_proc.c | 274 qos.rxtp.traffic_class = ATM_CBR; in parse_qos() 275 qos.rxtp.max_pcr = rx_pcr; in parse_qos() 276 qos.rxtp.max_sdu = rx_sdu; in parse_qos() 280 qos.rxtp.max_pcr, qos.rxtp.max_sdu); in parse_qos()
|
D | proc.c | 154 aal_name[vcc->qos.aal], vcc->qos.rxtp.min_pcr, in pvc_info() 155 class_name[vcc->qos.rxtp.traffic_class], in pvc_info()
|
D | mpc.c | 260 qos->qos.rxtp.max_pcr, in atm_mpoa_disp_qos() 261 qos->qos.rxtp.pcr, in atm_mpoa_disp_qos() 262 qos->qos.rxtp.min_pcr, in atm_mpoa_disp_qos() 263 qos->qos.rxtp.max_cdv, in atm_mpoa_disp_qos() 264 qos->qos.rxtp.max_sdu); in atm_mpoa_disp_qos()
|
D | svc.c | 196 vcc->qos.rxtp.traffic_class == ATM_ANYCLASS) { in svc_connect() 201 !vcc->qos.rxtp.traffic_class) { in svc_connect()
|
/Linux-v4.19/drivers/atm/ |
D | firestream.c | 869 struct atm_trafprm * rxtp; in fs_open() local 910 rxtp = &atm_vcc->qos.rxtp; in fs_open() 920 if (DO_DIRECTION(rxtp) && dev->atm_vccs[dev->channo]) in fs_open() 937 if (((DO_DIRECTION(rxtp) && dev->atm_vccs[vcc->channo])) || in fs_open() 1056 if (DO_DIRECTION (rxtp)) { in fs_open() 1060 if (atm_vcc->qos.rxtp.max_sdu <= dev->rx_fp[bfp].bufsize) break; in fs_open() 1063 atm_vcc->qos.rxtp.max_sdu); in fs_open() 1113 struct atm_trafprm * rxtp; in fs_close() local 1134 rxtp = &atm_vcc->qos.rxtp; in fs_close() 1146 if (DO_DIRECTION (rxtp)) { in fs_close()
|
D | ambassador.c | 487 if (rx_len <= atm_vcc->qos.rxtp.max_sdu) { in rx_complete() 1019 struct atm_trafprm * rxtp; in amb_open() local 1101 rxtp = &qos->rxtp; in amb_open() 1102 if (rxtp->traffic_class == ATM_NONE) { in amb_open() 1107 if ((unsigned int) rxtp->max_sdu <= dev->rxq[pool].buffer_size) { in amb_open() 1109 pool, rxtp->max_sdu, dev->rxq[pool].buffer_size); in amb_open() 1115 rxtp->max_sdu); in amb_open() 1119 switch (rxtp->traffic_class) { in amb_open() 1125 pcr = atm_pcr_goal (rxtp); in amb_open() 1186 if (rxtp->traffic_class != ATM_NONE) { in amb_open() [all …]
|
D | horizon.c | 1302 if (atm_vcc->qos.rxtp.traffic_class != ATM_NONE) { in rx_data_av_handler() 1304 if (rx_len <= atm_vcc->qos.rxtp.max_sdu) { in rx_data_av_handler() 2115 struct atm_trafprm * rxtp; in hrz_open() local 2345 rxtp = &qos->rxtp; in hrz_open() 2350 if (rxtp->traffic_class != ATM_NONE) { in hrz_open() 2351 error = check_max_sdu (vcc.aal, rxtp, max_rx_size); in hrz_open() 2356 switch (rxtp->traffic_class) { in hrz_open() 2369 int pcr = atm_pcr_goal (rxtp); in hrz_open() 2380 error = atm_pcr_check (rxtp, vcc.rx_rate); in hrz_open() 2467 if (rxtp->traffic_class != ATM_NONE) { in hrz_open() [all …]
|
D | fore200e.c | 1070 if ((vcc->qos.aal == ATM_AAL0) && (vcc->qos.rxtp.max_sdu == ATM_AAL0_SDU)) { in fore200e_push_rpd() 1436 fore200e_traffic_class[ vcc->qos.rxtp.traffic_class ], in fore200e_open() 1437 vcc->qos.rxtp.min_pcr, vcc->qos.rxtp.max_pcr, vcc->qos.rxtp.max_cdv, vcc->qos.rxtp.max_sdu); in fore200e_open() 1463 if (fore200e_activate_vcin(fore200e, 1, vcc, vcc->qos.rxtp.max_sdu) < 0) { in fore200e_open() 1486 vcc->qos.txtp.max_pcr, vcc->qos.rxtp.max_pcr, in fore200e_open() 1997 fore200e_traffic_class[ qos->rxtp.traffic_class ], in fore200e_change_qos() 1998 qos->rxtp.min_pcr, qos->rxtp.max_pcr, qos->rxtp.max_cdv, qos->rxtp.max_sdu, in fore200e_change_qos()
|
D | idt77252.c | 2363 else if (qos->rxtp.max_sdu > SAR_FB_SIZE_2) in idt77252_init_rx() 2365 else if (qos->rxtp.max_sdu > SAR_FB_SIZE_1) in idt77252_init_rx() 2367 else if (qos->rxtp.max_sdu > SAR_FB_SIZE_0) in idt77252_init_rx() 2446 vcc->qos.rxtp.traffic_class != ATM_NONE ? "rx" : "--", in idt77252_open() 2448 vcc->qos.rxtp.max_sdu); in idt77252_open() 2454 if (vcc->qos.rxtp.traffic_class != ATM_NONE && in idt77252_open() 2473 if (vcc->qos.rxtp.traffic_class != ATM_NONE) { in idt77252_open() 2504 if (vcc->qos.rxtp.traffic_class != ATM_NONE) { in idt77252_close() 2613 if ((qos->rxtp.traffic_class != ATM_NONE) && in idt77252_change_qos()
|
D | he.c | 344 vcc->qos.rxtp.traffic_class != ATM_NONE) { in __find_vcc() 1762 if (skb->len > vcc->qos.rxtp.max_sdu) in he_service_rbrq() 1763 …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() 2269 if (vcc->qos.rxtp.traffic_class != ATM_NONE) { in he_open() 2300 rsr0 = vcc->qos.rxtp.traffic_class == ATM_UBR ? in he_open() 2348 if (vcc->qos.rxtp.traffic_class != ATM_NONE) { in he_close()
|
D | zatm.c | 495 if (vcc->qos.rxtp.traffic_class == ATM_NONE) return 0; in open_rx_first() 497 if (vcc->qos.rxtp.max_sdu > 65464) in open_rx_first() 498 vcc->qos.rxtp.max_sdu = 65464; in open_rx_first() 501 cells = DIV_ROUND_UP(vcc->qos.rxtp.max_sdu + ATM_AAL5_TRAILER, in open_rx_first()
|
D | lanai.c | 1507 qos->rxtp.max_sdu, AAL5_RX_MULTIPLIER, "RX"); in lanai_setup_rx_vci_aal5() 1979 if (qos->rxtp.traffic_class != ATM_NONE) { in vci0_is_ok() 1999 if (qos->rxtp.traffic_class != ATM_NONE && in vci_is_ok() 2010 qos->rxtp.traffic_class != ATM_NONE) { in vci_is_ok() 2339 if (atmvcc->qos.rxtp.traffic_class != ATM_NONE) { in lanai_open()
|
D | atmtcp.c | 274 vcc->qos.rxtp.traffic_class != ATM_NONE) { in find_vcc()
|
D | eni.c | 706 if (vcc->qos.rxtp.traffic_class == ATM_CBR) { in get_service() 789 if (vcc->qos.rxtp.traffic_class == ATM_NONE) return 0; in open_rx_first() 790 size = vcc->qos.rxtp.max_sdu*eni_dev->rx_mult/100; in open_rx_first() 791 if (size > MID_MAX_BUF_SIZE && vcc->qos.rxtp.max_sdu <= in open_rx_first()
|
D | iphase.c | 1380 if (vcc->qos.rxtp.traffic_class == ATM_NONE) return 0; 1382 if (vcc->qos.rxtp.traffic_class == ATM_ABR) { 1397 if ((vcc->qos.rxtp.traffic_class == ATM_ABR) || 2663 if (vcc->qos.rxtp.traffic_class != ATM_NONE) { 2672 if (vcc->qos.rxtp.traffic_class == ATM_ABR) {
|
D | nicstar.c | 1258 if (vcc->qos.rxtp.traffic_class != ATM_NONE && vc->rx) in ns_open() 1382 if (vcc->qos.rxtp.traffic_class != ATM_NONE) { in ns_open() 1423 if (vcc->qos.rxtp.traffic_class != ATM_NONE) { in ns_close()
|
D | solos-pci.c | 920 vcc->vpi == vpi && vcc->qos.rxtp.traffic_class != ATM_NONE && in find_vcc()
|
/Linux-v4.19/include/uapi/linux/ |
D | atm.h | 162 struct atm_trafprm rxtp __ATM_API_ALIGN;
|
/Linux-v4.19/drivers/usb/atm/ |
D | usbatm.c | 786 if ((vcc->qos.rxtp.max_sdu < 0) || (vcc->qos.rxtp.max_sdu > ATM_MAX_AAL5_PDU)) { in usbatm_atm_open() 787 atm_dbg(instance, "%s: max_sdu %d out of range!\n", __func__, vcc->qos.rxtp.max_sdu); in usbatm_atm_open() 815 new->sarb = alloc_skb(usbatm_pdu_length(vcc->qos.rxtp.max_sdu), GFP_KERNEL); in usbatm_atm_open()
|