Searched refs:qos (Results 26 - 50 of 130) sorted by relevance

123456

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/atm/
H A Dsvc.c76 sigd_enq2(NULL,as_reject,vcc,NULL,NULL,&vcc->qos,0);
162 if (vcc->qos.txtp.traffic_class == ATM_ANYCLASS ||
163 vcc->qos.rxtp.traffic_class == ATM_ANYCLASS)
165 if (!vcc->qos.txtp.traffic_class &&
166 !vcc->qos.rxtp.traffic_class) return -EINVAL;
221 vcc->qos.txtp.max_pcr = SELECT_TOP_PCR(vcc->qos.txtp);
222 vcc->qos.txtp.pcr = 0;
223 vcc->qos.txtp.min_pcr = 0;
297 new_vcc->qos
342 svc_change_qos(struct atm_vcc *vcc,struct atm_qos *qos) argument
[all...]
H A Dmpoa_caches.c119 struct atm_mpoa_qos *qos; local
131 qos = atm_mpoa_search_qos(entry->ctrl_info.in_dst_ip);
132 if (qos != NULL) msg.qos = qos->qos;
155 qos = atm_mpoa_search_qos(entry->ctrl_info.in_dst_ip);
156 if (qos != NULL) msg.qos = qos
246 struct atm_mpoa_qos *qos; local
[all...]
H A Datm_misc.c52 walk->vci == vci && ((walk->qos.txtp.traffic_class !=
53 ATM_NONE && vcc->qos.txtp.traffic_class != ATM_NONE) ||
54 (walk->qos.rxtp.traffic_class != ATM_NONE &&
55 vcc->qos.rxtp.traffic_class != ATM_NONE)))
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/irda/
H A Dactisys.c60 static void actisys_open(dongle_t *self, struct qos_info *qos);
120 static void actisys_open(dongle_t *self, struct qos_info *qos) argument
126 qos->baud_rate.bits &= IR_9600|IR_19200|IR_38400|IR_57600|IR_115200;
130 qos->baud_rate.bits &= ~IR_38400;
132 qos->min_turn_time.bits = 0x7f; /* Needs 0.01 ms */
H A Dtekram.c36 static void tekram_open(dongle_t *self, struct qos_info *qos);
68 static void tekram_open(dongle_t *self, struct qos_info *qos) argument
72 qos->baud_rate.bits &= IR_9600|IR_19200|IR_38400|IR_57600|IR_115200;
73 qos->min_turn_time.bits = 0x01; /* Needs at least 10 ms */
74 irda_qos_bits_to_value(qos);
H A Dgirbil.c37 static void girbil_open(dongle_t *self, struct qos_info *qos);
87 static void girbil_open(dongle_t *self, struct qos_info *qos) argument
89 qos->baud_rate.bits &= IR_9600|IR_19200|IR_38400|IR_57600|IR_115200;
90 qos->min_turn_time.bits = 0x03;
H A Dmcp2120.c33 static void mcp2120_open(dongle_t *self, struct qos_info *qos);
64 static void mcp2120_open(dongle_t *self, struct qos_info *qos) argument
66 qos->baud_rate.bits &= IR_9600|IR_19200|IR_38400|IR_57600|IR_115200;
67 qos->min_turn_time.bits = 0x01;
H A Dirda-usb.c972 self->irlap = irlap_open(netdev, &self->qos, hwname);
1126 irda_init_max_qos_capabilies(&self->qos);
1128 self->qos.baud_rate.bits = desc->wBaudRate;
1129 self->qos.min_turn_time.bits = desc->bmMinTurnaroundTime;
1130 self->qos.additional_bofs.bits = desc->bmAdditionalBOFs;
1131 self->qos.window_size.bits = desc->bmWindowSize;
1132 self->qos.data_size.bits = desc->bmDataSize;
1135 __FUNCTION__, self->qos.baud_rate.bits, self->qos.data_size.bits, self->qos
[all...]
H A Dma600.c63 static void ma600_open(dongle_t *self, struct qos_info *qos);
106 static void ma600_open(dongle_t *self, struct qos_info *qos) argument
110 qos->baud_rate.bits &= IR_2400|IR_9600|IR_19200|IR_38400
112 qos->min_turn_time.bits = 0x01; /* Needs at least 1 ms */
113 irda_qos_bits_to_value(qos);
H A Dtoshoboe.c535 self->irlap = irlap_open(dev, &self->qos, hwname);
731 irda_init_max_qos_capabilies (&self->qos);
732 self->qos.baud_rate.bits = 0;
735 self->qos.baud_rate.bits |= IR_2400;
736 /*if (max_baud>=4800) idev->qos.baud_rate.bits|=IR_4800; */
738 self->qos.baud_rate.bits |= IR_9600;
740 self->qos.baud_rate.bits |= IR_19200;
742 self->qos.baud_rate.bits |= IR_115200;
745 self->qos.baud_rate.bits |= IR_576000;
747 self->qos
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Datm_tcp.h41 struct atm_qos qos; /* both directions */ member in struct:atmtcp_control
47 * Messge type dir. hdr.v?i type addr qos vcc result
H A Datmsvc.h33 struct atm_qos qos; /* QOS parameters */ member in struct:atmsvc_msg
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/irda/
H A Dirtty.h62 struct qos_info qos; /* QoS capabilities for this device */ member in struct:irtty_cb
H A Dirda.h37 #include <net/irda/qos.h>
248 struct qos_info *qos, __u32 max_sdu_size,
251 struct qos_info *qos, __u32 max_sdu_size,
H A Dirttp.h35 #include <net/irda/qos.h>
125 struct qos_info *qos, __u32 max_sdu_size,
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Datm_tcp.h41 struct atm_qos qos; /* both directions */ member in struct:atmtcp_control
47 * Messge type dir. hdr.v?i type addr qos vcc result
H A Datmsvc.h33 struct atm_qos qos; /* QOS parameters */ member in struct:atmsvc_msg
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/irda/
H A Dirtty.h62 struct qos_info qos; /* QoS capabilities for this device */ member in struct:irtty_cb
H A Dirda.h37 #include <net/irda/qos.h>
248 struct qos_info *qos, __u32 max_sdu_size,
251 struct qos_info *qos, __u32 max_sdu_size,
H A Dirttp.h35 #include <net/irda/qos.h>
125 struct qos_info *qos, __u32 max_sdu_size,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/atm/
H A Dfore200e.c1057 if ((vcc->qos.aal == ATM_AAL0) && (vcc->qos.rxtp.max_sdu == ATM_AAL0_SDU)) {
1231 enum fore200e_aal aal = fore200e_atm2fore_aal(vcc->qos.aal);
1321 fore200e_rate_ctrl(struct atm_qos* qos, struct tpd_rate* rate) argument
1323 if (qos->txtp.max_pcr < ATM_OC3_PCR) {
1326 rate->data_cells = qos->txtp.max_pcr * FORE200E_MAX_BACK2BACK_CELLS / ATM_OC3_PCR;
1357 vcc->itf, vcc->vpi, vcc->vci, fore200e_atm2fore_aal(vcc->qos.aal),
1358 fore200e_traffic_class[ vcc->qos.txtp.traffic_class ],
1359 vcc->qos.txtp.min_pcr, vcc->qos
1846 fore200e_change_qos(struct atm_vcc* vcc,struct atm_qos* qos, int flags) argument
[all...]
H A Diphase.c258 if (vcc->qos.txtp.traffic_class == ATM_ABR) {
432 if (vcc->qos.txtp.max_pcr <= 0) {
436 rate = vcc->qos.txtp.max_pcr;
1287 if (vcc->qos.rxtp.traffic_class == ATM_NONE) return 0;
1289 if (vcc->qos.rxtp.traffic_class == ATM_ABR) {
1304 if ((vcc->qos.rxtp.traffic_class == ATM_ABR) ||
1305 (vcc->qos.txtp.traffic_class == ATM_ABR))
1630 if (vcc->qos.txtp.pcr >= iadev->rate_limit) {
1659 if (vcc->qos.txtp.traffic_class == ATM_NONE) return 0;
1663 if (vcc->qos
2613 ia_change_qos(struct atm_vcc *vcc, struct atm_qos *qos, int flags) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/irda/
H A Dirlmp_frame.c296 * Function irlmp_link_connect_indication (qos)
302 __u32 daddr, struct qos_info *qos,
308 self->qos = qos;
318 * Function irlmp_link_connect_confirm (qos)
323 void irlmp_link_connect_confirm(struct lap_cb *self, struct qos_info *qos, argument
330 ASSERT(qos != NULL, return;);
337 self->qos = qos;
301 irlmp_link_connect_indication(struct lap_cb *self, __u32 saddr, __u32 daddr, struct qos_info *qos, struct sk_buff *skb) argument
/asus-wl-520gu-7.0.1.45/src/router/iproute2/tc/
H A Dq_atm.c45 "[ qos QOS ] [ sndbuf BYTES ]\n");
55 struct atm_qos qos; local
66 (void) text2qos("aal5,ubr:sdu=9180,rx:none",&qos,0);
85 else if (!strcmp(*argv,"qos")) {
87 if (text2qos(*argv,&qos,0) < 0) {
158 if (setsockopt(s,SOL_ATM,SO_ATMQOS,&qos,sizeof(qos)) < 0) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/irda/irlan/
H A Dirlan_client_event.c306 struct qos_info qos; local
337 qos.link_disc_time.bits = 0x01; /* 3 secs */
341 self->saddr, self->daddr, &qos,
408 struct qos_info qos; local
422 qos.link_disc_time.bits = 0x01; /* 3 secs */
427 self->saddr, self->daddr, &qos,

Completed in 266 milliseconds

123456