Searched refs:adjust_tp (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/atm/ |
H A D | common.c | 285 static int adjust_tp(struct atm_trafprm *tp, unsigned char aal) in adjust_tp() function 429 error = adjust_tp(&vcc->qos.txtp, vcc->qos.aal); in __vcc_connect() 431 error = adjust_tp(&vcc->qos.rxtp, vcc->qos.aal); in __vcc_connect() 698 error = adjust_tp(&qos->txtp, qos->aal); in atm_change_qos() 700 error = adjust_tp(&qos->rxtp, qos->aal); in atm_change_qos() 712 /* @@@ Should be merged with adjust_tp */ in check_tp()
|
/kernel/linux/linux-6.6/net/atm/ |
H A D | common.c | 285 static int adjust_tp(struct atm_trafprm *tp, unsigned char aal) in adjust_tp() function 429 error = adjust_tp(&vcc->qos.txtp, vcc->qos.aal); in __vcc_connect() 431 error = adjust_tp(&vcc->qos.rxtp, vcc->qos.aal); in __vcc_connect() 698 error = adjust_tp(&qos->txtp, qos->aal); in atm_change_qos() 700 error = adjust_tp(&qos->rxtp, qos->aal); in atm_change_qos() 712 /* @@@ Should be merged with adjust_tp */ in check_tp()
|
Completed in 3 milliseconds