Searched refs:change_qos (Results 1 - 19 of 19) sorted by relevance
/kernel/linux/linux-5.10/net/atm/ |
H A 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()
|
H A 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()
|
/kernel/linux/linux-6.6/net/atm/ |
H A 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()
|
H A 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()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | atmdev.h | 193 int (*change_qos)(struct atm_vcc *vcc,struct atm_qos *qos,int flags); member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | atmdev.h | 194 int (*change_qos)(struct atm_vcc *vcc,struct atm_qos *qos,int flags); member
|
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | solos-pci.c | 1186 .change_qos = NULL,
|
H A D | zatm.c | 1574 .change_qos = zatm_change_qos,
|
H A D | fore200e.c | 1895 DPRINTK(2, "change_qos %d.%d.%d, " in fore200e_change_qos() 3005 .change_qos = fore200e_change_qos,
|
H A D | eni.c | 2210 .change_qos = eni_change_qos,
|
H A D | lanai.c | 224 * bound to us, waiting to do a change_qos 2546 .change_qos = lanai_change_qos,
|
H A D | idt77252.c | 146 .change_qos = idt77252_change_qos,
|
H A D | iphase.c | 3158 .change_qos = ia_change_qos,
|
/kernel/linux/linux-6.6/drivers/atm/ |
H A D | solos-pci.c | 1186 .change_qos = NULL,
|
H A D | lanai.c | 224 * bound to us, waiting to do a change_qos 2545 .change_qos = lanai_change_qos,
|
H A D | eni.c | 2210 .change_qos = eni_change_qos,
|
H A D | fore200e.c | 1893 DPRINTK(2, "change_qos %d.%d.%d, " in fore200e_change_qos() 3003 .change_qos = fore200e_change_qos,
|
H A D | iphase.c | 3159 .change_qos = ia_change_qos,
|
H A D | idt77252.c | 146 .change_qos = idt77252_change_qos,
|
Completed in 47 milliseconds