Searched refs:change_qos (Results 1 – 9 of 9) sorted by relevance
/linux-2.4.37.9/net/atm/ |
D | signaling.c | 76 if (!vcc->dev->ops->change_qos) msg->reply = -EOPNOTSUPP; in modify_qos() 79 msg->reply = vcc->dev->ops->change_qos(vcc,&msg->qos, in modify_qos()
|
D | common.c | 951 if (!vcc->dev->ops->change_qos) return -EOPNOTSUPP; in atm_change_qos() 953 return vcc->dev->ops->change_qos(vcc,qos,ATM_MF_SET); in atm_change_qos()
|
/linux-2.4.37.9/include/linux/ |
D | atmdev.h | 377 int (*change_qos)(struct atm_vcc *vcc,struct atm_qos *qos,int flags); member
|
/linux-2.4.37.9/drivers/atm/ |
D | zatm.c | 1806 change_qos: zatm_change_qos,
|
D | eni.c | 2273 change_qos: eni_change_qos,
|
D | lanai.c | 2844 change_qos: lanai_change_qos,
|
D | fore200e.c | 3183 change_qos: fore200e_change_qos,
|
D | idt77252.c | 151 change_qos: idt77252_change_qos,
|
D | iphase.c | 3226 change_qos: ia_change_qos,
|