Searched refs:qos (Results 51 - 75 of 130) sorted by relevance

123456

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/atm/
H A Dlanai.c852 if (lvcc->rx.atmvcc->qos.aal == ATM_AAL5) {
883 (lvcc->tx.atmvcc->qos.txtp.traffic_class == ATM_CBR) ?
946 (lvcc->tx.atmvcc->qos.txtp.traffic_class != ATM_CBR ||
1702 const struct atm_qos *qos)
1705 qos->rxtp.max_sdu, AAL5_RX_MULTIPLIER, qos->rxtp.max_sdu + 32,
1711 const struct atm_qos *qos)
1714 if (qos->aal == ATM_AAL0) {
1720 max_sdu = qos->txtp.max_sdu;
1855 if (lvcc->rx.atmvcc->qos
1701 lanai_setup_rx_vci_aal5(int number, struct lanai_vcc *lvcc, const struct atm_qos *qos) argument
1710 lanai_setup_tx_vci(int number, struct lanai_vcc *lvcc, const struct atm_qos *qos) argument
2169 vci0_is_ok(struct lanai_dev *lanai, const struct atm_qos *qos) argument
2192 const struct atm_qos *qos = &atmvcc->qos; local
2273 pcr_to_cbricg( struct atm_qos *qos) argument
2712 lanai_change_qos(struct atm_vcc *atmvcc, struct atm_qos *qos, int flags) argument
[all...]
H A Datmtcp.c92 vcc->qos = msg->qos;
132 msg.qos = vcc->qos;
181 if (vcc->qos.txtp.traffic_class == ATM_NONE) {
266 out_vcc->qos.rxtp.traffic_class != ATM_NONE)
H A Didt77252.c133 static int idt77252_change_qos(struct atm_vcc *vcc, struct atm_qos *qos,
873 aal = vcc->qos.aal;
1062 if ((vcc->qos.aal == ATM_AAL0) ||
1063 (vcc->qos.aal == ATM_AAL34)) {
1104 if (vcc->qos.aal != ATM_AAL5) {
1106 card->name, vcc->qos.aal);
1305 if (vcc->qos.aal != ATM_AAL0) {
1971 switch (vcc->qos.aal) {
1977 printk("%s: Unsupported AAL: %d\n", card->name, vcc->qos.aal);
2155 struct atm_vcc *vcc, struct atm_qos *qos)
2154 idt77252_init_cbr(struct idt77252_dev *card, struct vc_map *vc, struct atm_vcc *vcc, struct atm_qos *qos) argument
2224 idt77252_init_ubr(struct idt77252_dev *card, struct vc_map *vc, struct atm_vcc *vcc, struct atm_qos *qos) argument
2256 idt77252_init_tx(struct idt77252_dev *card, struct vc_map *vc, struct atm_vcc *vcc, struct atm_qos *qos) argument
2334 idt77252_init_rx(struct idt77252_dev *card, struct vc_map *vc, struct atm_vcc *vcc, struct atm_qos *qos) argument
2624 idt77252_change_qos(struct atm_vcc *vcc, struct atm_qos *qos, int flags) argument
[all...]
H A Dzatm.c628 if (vcc->qos.rxtp.traffic_class == ATM_NONE) return 0;
629 if (vcc->qos.aal == ATM_AAL5) {
630 if (vcc->qos.rxtp.max_sdu > 65464)
631 vcc->qos.rxtp.max_sdu = 65464;
634 cells = (vcc->qos.rxtp.max_sdu+ATM_AAL5_TRAILER+
659 zpokel(zatm_dev,uPD98401_RXVC_OD | (vcc->qos.aal == ATM_AAL5 ?
797 | (vcc->qos.aal == ATM_AAL5 ? uPD98401_TXPD_AAL5 : 0 |
1012 zatm_dev->tx_bw += vcc->qos.txtp.min_pcr;
1032 if (vcc->qos.txtp.traffic_class == ATM_NONE) return 0;
1043 unlimited = vcc->qos
1530 zatm_change_qos(struct atm_vcc *vcc,struct atm_qos *qos,int flags) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/irda/
H A Dact200l.c32 static void act200l_open(dongle_t *self, struct qos_info *qos);
107 static void act200l_open(dongle_t *self, struct qos_info *qos) argument
115 qos->baud_rate.bits &= IR_9600|IR_19200|IR_38400|IR_57600|IR_115200;
116 qos->min_turn_time.bits = 0x03;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/atm/
H A Dcommon.h36 int svc_change_qos(struct atm_vcc *vcc,struct atm_qos *qos);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/irda/
H A DMakefile15 irlap.o irlap_event.o irlap_frame.o timer.o qos.o irqueue.o \
H A Dirttp.c52 struct qos_info *qos, __u32 max_sdu_size,
55 struct qos_info *qos, __u32 max_sdu_size,
720 * Function irttp_connect_request (self, dtsap_sel, daddr, qos)
727 struct qos_info *qos, __u32 max_sdu_size,
806 return irlmp_connect_request(self->lsap, dtsap_sel, saddr, daddr, qos,
811 * Function irttp_connect_confirm (handle, qos, skb)
817 struct qos_info *qos, __u32 max_seg_size,
841 if (qos) {
843 qos->baud_rate.bits);
845 qos
725 irttp_connect_request(struct tsap_cb *self, __u8 dtsap_sel, __u32 saddr, __u32 daddr, struct qos_info *qos, __u32 max_sdu_size, struct sk_buff *userdata) argument
816 irttp_connect_confirm(void *instance, void *sap, struct qos_info *qos, __u32 max_seg_size, __u8 max_header_size, struct sk_buff *skb) argument
899 irttp_connect_indication(void *instance, void *sap, struct qos_info *qos, __u32 max_seg_size, __u8 max_header_size, struct sk_buff *skb) argument
[all...]
H A Dirlmp.c40 #include <net/irda/qos.h>
336 struct qos_info *qos, struct sk_buff *userdata)
441 * User supplied qos specifications?
443 if (qos)
444 self->qos = *qos;
476 self->qos = *self->lap->qos;
478 max_seg_size = self->lap->qos->data_size.value-LMP_HEADER;
487 &self->qos, max_seg_siz
334 irlmp_connect_request(struct lsap_cb *self, __u8 dlsap_sel, __u32 saddr, __u32 daddr, struct qos_info *qos, struct sk_buff *userdata) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/irda/
H A Dirport.h63 struct qos_info qos; /* QoS capabilities for this device */ member in struct:irport_cb
H A Dirda_device.h41 #include <net/irda/qos.h>
117 void (*open)(dongle_t *dongle, struct qos_info *qos);
H A Dirlap.h170 struct irlap_cb *irlap_open(struct net_device *dev, struct qos_info *qos,
175 struct qos_info *qos, int sniff);
H A Dau1000_ircc.h114 struct qos_info qos; member in struct:au1k_private
H A Dirda-usb.h149 struct qos_info qos; member in struct:irda_usb_cb
H A Diriap.h32 #include <net/irda/qos.h>
H A Dirlmp.h36 #include <net/irda/qos.h>
117 struct qos_info qos; /* QoS for this connection */ member in struct:lsap_cb
140 struct qos_info *qos; /* LAP QoS for this session */ member in struct:lap_cb
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/irda/
H A Dirport.h63 struct qos_info qos; /* QoS capabilities for this device */ member in struct:irport_cb
H A Dirda_device.h41 #include <net/irda/qos.h>
117 void (*open)(dongle_t *dongle, struct qos_info *qos);
H A Dirlap.h170 struct irlap_cb *irlap_open(struct net_device *dev, struct qos_info *qos,
175 struct qos_info *qos, int sniff);
H A Dau1000_ircc.h114 struct qos_info qos; member in struct:au1k_private
H A Dirda-usb.h149 struct qos_info qos; member in struct:irda_usb_cb
H A Diriap.h32 #include <net/irda/qos.h>
H A Dirlmp.h36 #include <net/irda/qos.h>
117 struct qos_info qos; /* QoS for this connection */ member in struct:lsap_cb
140 struct qos_info *qos; /* LAP QoS for this session */ member in struct:lap_cb
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Datmmpc.h59 struct atm_qos qos; member in struct:k_message
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Datmmpc.h59 struct atm_qos qos; member in struct:k_message

Completed in 236 milliseconds

123456