Searched refs:change_qos (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/net/atm/ |
D | signaling.c | 45 if (!vcc->dev->ops->change_qos) in modify_qos() 49 msg->reply = vcc->dev->ops->change_qos(vcc, &msg->qos, in modify_qos()
|
D | common.c | 703 if (!vcc->dev->ops->change_qos) in atm_change_qos() 706 return vcc->dev->ops->change_qos(vcc, qos, ATM_MF_SET); in atm_change_qos()
|
/linux-6.1.9/include/linux/ |
D | atmdev.h | 194 int (*change_qos)(struct atm_vcc *vcc,struct atm_qos *qos,int flags); member
|
/linux-6.1.9/drivers/atm/ |
D | solos-pci.c | 1186 .change_qos = NULL,
|
D | lanai.c | 2545 .change_qos = lanai_change_qos,
|
D | eni.c | 2210 .change_qos = eni_change_qos,
|
D | fore200e.c | 3003 .change_qos = fore200e_change_qos,
|
D | idt77252.c | 146 .change_qos = idt77252_change_qos,
|
D | iphase.c | 3157 .change_qos = ia_change_qos,
|