/Linux-v5.15/net/atm/ |
D | common.c | 326 (walk->qos.rxtp.traffic_class != ATM_NONE && in check_ci() 327 vcc->qos.rxtp.traffic_class != ATM_NONE))) in check_ci() 431 error = adjust_tp(&vcc->qos.rxtp, vcc->qos.aal); in __vcc_connect() 441 vcc->qos.rxtp.traffic_class, in __vcc_connect() 442 vcc->qos.rxtp.min_pcr, in __vcc_connect() 443 vcc->qos.rxtp.max_pcr, in __vcc_connect() 444 vcc->qos.rxtp.max_sdu); in __vcc_connect() 485 vcc->qos.rxtp.traffic_class, vcc->qos.rxtp.min_pcr, in vcc_connect() 486 vcc->qos.rxtp.max_pcr, vcc->qos.rxtp.max_sdu, in vcc_connect() 493 vcc->qos.rxtp.traffic_class == ATM_ANYCLASS) in vcc_connect() [all …]
|
D | mpoa_proc.c | 271 qos.rxtp.traffic_class = ATM_CBR; in parse_qos() 272 qos.rxtp.max_pcr = rx_pcr; in parse_qos() 273 qos.rxtp.max_sdu = rx_sdu; in parse_qos() 277 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 | 261 qos->qos.rxtp.max_pcr, in atm_mpoa_disp_qos() 262 qos->qos.rxtp.pcr, in atm_mpoa_disp_qos() 263 qos->qos.rxtp.min_pcr, in atm_mpoa_disp_qos() 264 qos->qos.rxtp.max_cdv, in atm_mpoa_disp_qos() 265 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-v5.15/drivers/atm/ |
D | firestream.c | 855 struct atm_trafprm * rxtp; in fs_open() local 896 rxtp = &atm_vcc->qos.rxtp; in fs_open() 906 if (DO_DIRECTION(rxtp) && dev->atm_vccs[dev->channo]) in fs_open() 924 if (((DO_DIRECTION(rxtp) && dev->atm_vccs[vcc->channo])) || in fs_open() 1046 if (DO_DIRECTION (rxtp)) { in fs_open() 1050 if (atm_vcc->qos.rxtp.max_sdu <= dev->rx_fp[bfp].bufsize) break; in fs_open() 1053 atm_vcc->qos.rxtp.max_sdu); in fs_open() 1103 struct atm_trafprm * rxtp; in fs_close() local 1124 rxtp = &atm_vcc->qos.rxtp; in fs_close() 1136 if (DO_DIRECTION (rxtp)) { in fs_close()
|
D | ambassador.c | 472 if (rx_len <= atm_vcc->qos.rxtp.max_sdu) { in rx_complete() 1004 struct atm_trafprm * rxtp; in amb_open() local 1086 rxtp = &qos->rxtp; in amb_open() 1087 if (rxtp->traffic_class == ATM_NONE) { in amb_open() 1092 if ((unsigned int) rxtp->max_sdu <= dev->rxq[pool].buffer_size) { in amb_open() 1094 pool, rxtp->max_sdu, dev->rxq[pool].buffer_size); in amb_open() 1100 rxtp->max_sdu); in amb_open() 1104 switch (rxtp->traffic_class) { in amb_open() 1110 pcr = atm_pcr_goal (rxtp); in amb_open() 1171 if (rxtp->traffic_class != ATM_NONE) { in amb_open() [all …]
|
D | horizon.c | 1287 if (atm_vcc->qos.rxtp.traffic_class != ATM_NONE) { in rx_data_av_handler() 1289 if (rx_len <= atm_vcc->qos.rxtp.max_sdu) { in rx_data_av_handler() 2100 struct atm_trafprm * rxtp; in hrz_open() local 2330 rxtp = &qos->rxtp; in hrz_open() 2335 if (rxtp->traffic_class != ATM_NONE) { in hrz_open() 2336 error = check_max_sdu (vcc.aal, rxtp, max_rx_size); in hrz_open() 2341 switch (rxtp->traffic_class) { in hrz_open() 2354 int pcr = atm_pcr_goal (rxtp); in hrz_open() 2365 error = atm_pcr_check (rxtp, vcc.rx_rate); in hrz_open() 2452 if (rxtp->traffic_class != ATM_NONE) { in hrz_open() [all …]
|
D | fore200e.c | 976 if ((vcc->qos.aal == ATM_AAL0) && (vcc->qos.rxtp.max_sdu == ATM_AAL0_SDU)) { in fore200e_push_rpd() 1344 fore200e_traffic_class[ vcc->qos.rxtp.traffic_class ], in fore200e_open() 1345 vcc->qos.rxtp.min_pcr, vcc->qos.rxtp.max_pcr, vcc->qos.rxtp.max_cdv, vcc->qos.rxtp.max_sdu); in fore200e_open() 1371 if (fore200e_activate_vcin(fore200e, 1, vcc, vcc->qos.rxtp.max_sdu) < 0) { in fore200e_open() 1394 vcc->qos.txtp.max_pcr, vcc->qos.rxtp.max_pcr, in fore200e_open() 1900 fore200e_traffic_class[ qos->rxtp.traffic_class ], in fore200e_change_qos() 1901 qos->rxtp.min_pcr, qos->rxtp.max_pcr, qos->rxtp.max_cdv, qos->rxtp.max_sdu, in fore200e_change_qos()
|
D | idt77252.c | 2357 else if (qos->rxtp.max_sdu > SAR_FB_SIZE_2) in idt77252_init_rx() 2359 else if (qos->rxtp.max_sdu > SAR_FB_SIZE_1) in idt77252_init_rx() 2361 else if (qos->rxtp.max_sdu > SAR_FB_SIZE_0) in idt77252_init_rx() 2440 vcc->qos.rxtp.traffic_class != ATM_NONE ? "rx" : "--", in idt77252_open() 2442 vcc->qos.rxtp.max_sdu); in idt77252_open() 2448 if (vcc->qos.rxtp.traffic_class != ATM_NONE && in idt77252_open() 2467 if (vcc->qos.rxtp.traffic_class != ATM_NONE) { in idt77252_open() 2498 if (vcc->qos.rxtp.traffic_class != ATM_NONE) { in idt77252_close() 2607 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() 1761 if (skb->len > vcc->qos.rxtp.max_sdu) in he_service_rbrq() 1762 …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() 2268 if (vcc->qos.rxtp.traffic_class != ATM_NONE) { in he_open() 2299 rsr0 = vcc->qos.rxtp.traffic_class == ATM_UBR ? in he_open() 2347 if (vcc->qos.rxtp.traffic_class != ATM_NONE) { in he_close()
|
D | zatm.c | 496 if (vcc->qos.rxtp.traffic_class == ATM_NONE) return 0; in open_rx_first() 498 if (vcc->qos.rxtp.max_sdu > 65464) in open_rx_first() 499 vcc->qos.rxtp.max_sdu = 65464; in open_rx_first() 502 cells = DIV_ROUND_UP(vcc->qos.rxtp.max_sdu + ATM_AAL5_TRAILER, in open_rx_first()
|
D | lanai.c | 1502 qos->rxtp.max_sdu, AAL5_RX_MULTIPLIER, "RX"); in lanai_setup_rx_vci_aal5() 1974 if (qos->rxtp.traffic_class != ATM_NONE) { in vci0_is_ok() 1994 if (qos->rxtp.traffic_class != ATM_NONE && in vci_is_ok() 2005 qos->rxtp.traffic_class != ATM_NONE) { in vci_is_ok() 2337 if (atmvcc->qos.rxtp.traffic_class != ATM_NONE) { in lanai_open()
|
D | eni.c | 702 if (vcc->qos.rxtp.traffic_class == ATM_CBR) { in get_service() 785 if (vcc->qos.rxtp.traffic_class == ATM_NONE) return 0; in open_rx_first() 786 size = vcc->qos.rxtp.max_sdu*eni_dev->rx_mult/100; in open_rx_first() 787 if (size > MID_MAX_BUF_SIZE && vcc->qos.rxtp.max_sdu <= in open_rx_first()
|
D | atmtcp.c | 275 vcc->qos.rxtp.traffic_class != ATM_NONE) { in find_vcc()
|
D | iphase.c | 1384 if (vcc->qos.rxtp.traffic_class == ATM_NONE) return 0; 1386 if (vcc->qos.rxtp.traffic_class == ATM_ABR) { 1401 if ((vcc->qos.rxtp.traffic_class == ATM_ABR) || 2667 if (vcc->qos.rxtp.traffic_class != ATM_NONE) { 2676 if (vcc->qos.rxtp.traffic_class == ATM_ABR) {
|
D | nicstar.c | 1263 if (vcc->qos.rxtp.traffic_class != ATM_NONE && vc->rx) in ns_open() 1387 if (vcc->qos.rxtp.traffic_class != ATM_NONE) { in ns_open() 1428 if (vcc->qos.rxtp.traffic_class != ATM_NONE) { in ns_close()
|
D | solos-pci.c | 908 vcc->vpi == vpi && vcc->qos.rxtp.traffic_class != ATM_NONE && in find_vcc()
|
/Linux-v5.15/include/uapi/linux/ |
D | atm.h | 162 struct atm_trafprm rxtp __ATM_API_ALIGN;
|
/Linux-v5.15/drivers/usb/atm/ |
D | usbatm.c | 788 if ((vcc->qos.rxtp.max_sdu < 0) || (vcc->qos.rxtp.max_sdu > ATM_MAX_AAL5_PDU)) { in usbatm_atm_open() 789 atm_dbg(instance, "%s: max_sdu %d out of range!\n", __func__, vcc->qos.rxtp.max_sdu); in usbatm_atm_open() 817 new->sarb = alloc_skb(usbatm_pdu_length(vcc->qos.rxtp.max_sdu), GFP_KERNEL); in usbatm_atm_open()
|