Searched refs:qos (Results 1 - 25 of 130) sorted by relevance

123456

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/irda/
H A Dqos.c3 * Filename: qos.c
38 #include <net/irda/qos.h>
264 * Function irda_qos_compute_intersection (qos, new)
269 void irda_qos_compute_intersection(struct qos_info *qos, struct qos_info *new) argument
271 ASSERT(qos != NULL, return;);
275 qos->baud_rate.bits &= new->baud_rate.bits;
276 qos->window_size.bits &= new->window_size.bits;
277 qos->min_turn_time.bits &= new->min_turn_time.bits;
278 qos->max_turn_time.bits &= new->max_turn_time.bits;
279 qos
293 irda_init_max_qos_capabilies(struct qos_info *qos) argument
329 irlap_adjust_qos_settings(struct qos_info *qos) argument
712 irlap_requested_line_capacity(struct qos_info *qos) argument
726 irda_qos_bits_to_value(struct qos_info *qos) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/atm/
H A Dmpoa_proc.c217 struct atm_qos qos; local
220 memset(&qos, 0, sizeof(struct atm_qos));
266 qos.txtp.traffic_class = ATM_CBR;
267 qos.txtp.max_pcr = value[0];
268 qos.txtp.max_sdu = value[1];
274 qos.rxtp.traffic_class = qos.txtp.traffic_class;
275 qos.rxtp.max_pcr = qos.txtp.max_pcr;
276 qos
[all...]
H A Dcommon.c119 vcc->qos.txtp.max_sdu = 1 << 16; /* for meta VCs */
227 switch (vcc->qos.aal) {
238 vcc->qos.aal = ATM_AAL5;
247 if (!error) error = adjust_tp(&vcc->qos.txtp,vcc->qos.aal);
248 if (!error) error = adjust_tp(&vcc->qos.rxtp,vcc->qos.aal);
253 DPRINTK("VCC %d.%d, AAL %d\n",vpi,vci,vcc->qos.aal);
254 DPRINTK(" TX: %d, PCR %d..%d, SDU %d\n",vcc->qos.txtp.traffic_class,
255 vcc->qos
965 atm_change_qos(struct atm_vcc *vcc,struct atm_qos *qos) argument
1004 check_qos(struct atm_qos *qos) argument
1031 struct atm_qos qos; local
[all...]
H A Dmpc.h43 struct atm_qos qos; member in struct:atm_mpoa_qos
58 struct atm_mpoa_qos *atm_mpoa_add_qos(uint32_t dst_ip, struct atm_qos *qos);
60 int atm_mpoa_delete_qos(struct atm_mpoa_qos *qos);
H A Dmpc.c151 struct atm_mpoa_qos *atm_mpoa_add_qos(uint32_t dst_ip, struct atm_qos *qos) argument
157 entry->qos = *qos;
168 entry->qos = *qos;
178 struct atm_mpoa_qos *qos; local
180 qos = qos_head;
181 while( qos != NULL ){
182 if(qos->ipaddr == dst_ip) {
185 qos
224 struct atm_mpoa_qos *qos; local
1066 struct atm_mpoa_qos *qos = atm_mpoa_search_qos(dst_ip); local
1421 struct atm_mpoa_qos *qos, *nextqos; local
[all...]
H A Dsignaling.h27 const struct sockaddr_atmsvc *svc,const struct atm_qos *qos,int reply);
H A Dsignaling.c76 msg->reply = vcc->dev->ops->change_qos(vcc,&msg->qos,
118 session_vcc->qos = msg->qos;
161 const struct sockaddr_atmsvc *svc,const struct atm_qos *qos,int reply)
175 if (qos) msg->qos = *qos;
189 sigd_enq2(vcc,type,listen_vcc,pvc,svc,vcc ? &vcc->qos : NULL,0);
159 sigd_enq2(struct atm_vcc *vcc,enum atmsvc_msg_type type, struct atm_vcc *listen_vcc,const struct sockaddr_atmpvc *pvc, const struct sockaddr_atmsvc *svc,const struct atm_qos *qos,int reply) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/irda/
H A Dold_belkin.c71 static void old_belkin_open(dongle_t *self, struct qos_info *qos);
98 static void old_belkin_open(dongle_t *self, struct qos_info *qos) argument
101 qos->baud_rate.bits &= IR_9600;
103 qos->min_turn_time.bits = 0x01;
H A Desi.c44 static void esi_open(dongle_t *self, struct qos_info *qos);
68 static void esi_open(dongle_t *self, struct qos_info *qos) argument
70 qos->baud_rate.bits &= IR_9600|IR_19200|IR_115200;
71 qos->min_turn_time.bits = 0x01; /* Needs at least 10 ms */
H A Dlitelink.c44 static void litelink_open(dongle_t *self, struct qos_info *qos);
71 static void litelink_open(dongle_t *self, struct qos_info *qos) argument
73 qos->baud_rate.bits &= IR_9600|IR_19200|IR_38400|IR_57600|IR_115200;
74 qos->min_turn_time.bits = 0x7f; /* Needs 0.01 ms */
H A Dep7211_ir.c23 static void ep7211_ir_open(dongle_t *self, struct qos_info *qos);
37 static void ep7211_ir_open(dongle_t *self, struct qos_info *qos) argument
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/irda/
H A Dircomm_lmp.h52 struct qos_info *qos,
57 struct qos_info *qos,
H A Dqos.h3 * Filename: qos.h
92 void irda_init_max_qos_capabilies(struct qos_info *qos);
96 __u32 irlap_requested_line_capacity(struct qos_info *qos);
99 void irda_qos_bits_to_value(struct qos_info *qos);
H A Dircomm_event.h72 struct qos_info *qos; member in struct:ircomm_info
H A Dircomm_ttp.h52 struct qos_info *qos,
57 struct qos_info *qos,
H A Dircomm_tty_attach.h81 struct qos_info *qos,
89 struct qos_info *qos,
H A Dirlmp_frame.h54 struct qos_info *qos, struct sk_buff *skb);
56 void irlmp_link_connect_confirm(struct lap_cb *self, struct qos_info *qos,
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/irda/
H A Dircomm_lmp.h52 struct qos_info *qos,
57 struct qos_info *qos,
H A Dqos.h3 * Filename: qos.h
92 void irda_init_max_qos_capabilies(struct qos_info *qos);
96 __u32 irlap_requested_line_capacity(struct qos_info *qos);
99 void irda_qos_bits_to_value(struct qos_info *qos);
H A Dircomm_event.h72 struct qos_info *qos; member in struct:ircomm_info
H A Dircomm_ttp.h52 struct qos_info *qos,
57 struct qos_info *qos,
H A Dircomm_tty_attach.h81 struct qos_info *qos,
89 struct qos_info *qos,
H A Dirlmp_frame.h54 struct qos_info *qos, struct sk_buff *skb);
56 void irlmp_link_connect_confirm(struct lap_cb *self, struct qos_info *qos,
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/irda/ircomm/
H A Dircomm_lmp.c260 * Function ircomm_lmp_connect_confirm (instance, sap, qos, max_sdu_size,
267 struct qos_info *qos,
280 ASSERT(qos != NULL, return;);
284 info.qos = qos;
290 * Function ircomm_lmp_connect_indication (instance, sap, qos, max_sdu_size,
297 struct qos_info *qos,
310 ASSERT(qos != NULL, return;);
314 info.qos = qos;
266 ircomm_lmp_connect_confirm(void *instance, void *sap, struct qos_info *qos, __u32 max_seg_size, __u8 max_header_size, struct sk_buff *skb) argument
296 ircomm_lmp_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 Dircomm_ttp.c179 struct qos_info *qos,
192 ASSERT(qos != NULL, return;);
203 info.qos = qos;
209 * Function ircomm_ttp_connect_indication (instance, sap, qos, max_sdu_size,
216 struct qos_info *qos,
229 ASSERT(qos != NULL, return;);
240 info.qos = qos;
178 ircomm_ttp_connect_confirm(void *instance, void *sap, struct qos_info *qos, __u32 max_sdu_size, __u8 max_header_size, struct sk_buff *skb) argument
215 ircomm_ttp_connect_indication(void *instance, void *sap, struct qos_info *qos, __u32 max_sdu_size, __u8 max_header_size, struct sk_buff *skb) argument

Completed in 91 milliseconds

123456