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

1234

/drivers/net/irda/
H A Desi-sir.c69 struct qos_info *qos = &dev->qos; local
74 qos->baud_rate.bits &= IR_9600|IR_19200|IR_115200;
75 qos->min_turn_time.bits = 0x01; /* Needs at least 10 ms */
76 irda_qos_bits_to_value(qos);
H A Dold_belkin-sir.c93 struct qos_info *qos = &dev->qos; local
101 qos->baud_rate.bits &= IR_9600;
103 qos->min_turn_time.bits = 0x01;
104 irda_qos_bits_to_value(qos);
H A Dlitelink-sir.c79 struct qos_info *qos = &dev->qos; local
87 qos->baud_rate.bits &= IR_115200|IR_57600|IR_38400|IR_19200|IR_9600;
88 qos->min_turn_time.bits = 0x7f; /* Needs 0.01 ms */
89 irda_qos_bits_to_value(qos);
H A Dactisys-sir.c119 struct qos_info *qos = &dev->qos; local
124 qos->baud_rate.bits &= IR_9600|IR_19200|IR_38400|IR_57600|IR_115200;
128 qos->baud_rate.bits &= ~IR_38400;
130 qos->min_turn_time.bits = 0x7f; /* Needs 0.01 ms */
131 irda_qos_bits_to_value(qos);
H A Dma600-sir.c89 struct qos_info *qos = &dev->qos; local
96 qos->baud_rate.bits &= IR_2400|IR_9600|IR_19200|IR_38400
99 qos->min_turn_time.bits = 0x01; /* Needs at least 1 ms */
100 irda_qos_bits_to_value(qos);
H A Dmcp2120-sir.c64 struct qos_info *qos = &dev->qos; local
70 qos->baud_rate.bits &= IR_9600|IR_19200|IR_38400|IR_57600|IR_115200;
71 qos->min_turn_time.bits = 0x01;
72 irda_qos_bits_to_value(qos);
H A Dtekram-sir.c78 struct qos_info *qos = &dev->qos; local
84 qos->baud_rate.bits &= IR_9600|IR_19200|IR_38400|IR_57600|IR_115200;
85 qos->min_turn_time.bits = 0x01; /* Needs at least 10 ms */
86 irda_qos_bits_to_value(qos);
H A Dtoim3232-sir.c183 struct qos_info *qos = &dev->qos; local
200 qos->baud_rate.bits &= IR_2400|IR_9600|IR_19200|IR_38400|IR_57600|IR_115200;
203 qos->min_turn_time.bits = 0x01; /* Needs at least 10 ms */
204 irda_qos_bits_to_value(qos);
H A Dact200l-sir.c108 struct qos_info *qos = &dev->qos; local
116 qos->baud_rate.bits &= IR_9600|IR_19200|IR_38400|IR_57600|IR_115200;
117 qos->min_turn_time.bits = 0x03;
118 irda_qos_bits_to_value(qos);
H A Dgirbil-sir.c87 struct qos_info *qos = &dev->qos; local
94 qos->baud_rate.bits &= IR_9600|IR_19200|IR_38400|IR_57600|IR_115200;
95 qos->min_turn_time.bits = 0x03;
96 irda_qos_bits_to_value(qos);
H A Dirda-usb.c1211 self->irlap = irlap_open(netdev, &self->qos, hwname);
1365 irda_init_max_qos_capabilies(&self->qos);
1370 self->qos.baud_rate.bits = le16_to_cpu(desc->wBaudRate);
1371 self->qos.min_turn_time.bits = desc->bmMinTurnaroundTime;
1372 self->qos.additional_bofs.bits = desc->bmAdditionalBOFs;
1373 self->qos.window_size.bits = desc->bmWindowSize;
1374 self->qos.data_size.bits = desc->bmDataSize;
1377 __func__, self->qos.baud_rate.bits, self->qos.data_size.bits, self->qos
[all...]
H A Dkingsun-sir.c108 struct qos_info qos; member in struct:kingsun_cb
287 kingsun->irlap = irlap_open(netdev, &kingsun->qos, hwname);
518 irda_init_max_qos_capabilies(&kingsun->qos);
521 kingsun->qos.baud_rate.bits &= IR_9600;
522 kingsun->qos.min_turn_time.bits &= KINGSUN_MTT;
523 irda_qos_bits_to_value(&kingsun->qos);
H A Dbfin_sir.h74 struct qos_info qos; member in struct:bfin_sir_self
H A Dirda-usb.h156 struct qos_info qos; member in struct:irda_usb_cb
/drivers/staging/octeon/
H A Dethernet-tx.h31 int do_free, int qos);
H A Dethernet-tx.c100 int qos, queues_per_port; local
108 for (qos = 0; qos < queues_per_port; qos++) {
109 if (skb_queue_len(&priv->tx_free_list[qos]) == 0)
111 skb_to_free = cvmx_fau_fetch_and_add32(priv->fau+qos*4, MAX_SKB_TO_FREE);
112 skb_to_free = cvm_oct_adjust_skb_to_free(skb_to_free, priv->fau+qos*4);
118 spin_lock_irqsave(&priv->tx_free_list[qos].lock, flags);
120 struct sk_buff *t = __skb_dequeue(&priv->tx_free_list[qos]);
125 spin_unlock_irqrestore(&priv->tx_free_list[qos]
154 int qos; local
674 int qos; local
[all...]
H A Dethernet.c603 int qos; local
669 for (qos = 0; qos < 16; qos++)
670 skb_queue_head_init(&priv->tx_free_list[qos]);
713 for (qos = 0; qos < 16; qos++)
714 skb_queue_head_init(&priv->tx_free_list[qos]);
715 for (qos
[all...]
/drivers/base/power/
H A DMakefile1 obj-$(CONFIG_PM) += sysfs.o generic_ops.o common.o qos.o
/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_sriov.h38 u8 qos);
/drivers/atm/
H A Diphase.c243 if (vcc->qos.txtp.traffic_class == ATM_ABR) {
473 if (vcc->qos.txtp.max_pcr <= 0) {
477 rate = vcc->qos.txtp.max_pcr;
1379 if (vcc->qos.rxtp.traffic_class == ATM_NONE) return 0;
1381 if (vcc->qos.rxtp.traffic_class == ATM_ABR) {
1396 if ((vcc->qos.rxtp.traffic_class == ATM_ABR) ||
1397 (vcc->qos.txtp.traffic_class == ATM_ABR))
1723 if (vcc->qos.txtp.pcr >= iadev->rate_limit) {
1752 if (vcc->qos.txtp.traffic_class == ATM_NONE) return 0;
1756 if (vcc->qos
2736 ia_change_qos(struct atm_vcc *vcc, struct atm_qos *qos, int flags) argument
[all...]
H A Dlanai.c708 if (lvcc->rx.atmvcc->qos.aal == ATM_AAL5) {
739 (lvcc->tx.atmvcc->qos.txtp.traffic_class == ATM_CBR) ?
801 (lvcc->tx.atmvcc->qos.txtp.traffic_class != ATM_CBR ||
1512 struct lanai_vcc *lvcc, const struct atm_qos *qos)
1515 qos->rxtp.max_sdu, AAL5_RX_MULTIPLIER, "RX");
1520 const struct atm_qos *qos)
1523 if (qos->aal == ATM_AAL0) {
1529 max_sdu = qos->txtp.max_sdu;
1665 if (unlikely(lvcc->rx.atmvcc->qos.aal != ATM_AAL5)) {
1990 const struct atm_qos *qos)
1511 lanai_setup_rx_vci_aal5(struct lanai_dev *lanai, struct lanai_vcc *lvcc, const struct atm_qos *qos) argument
1519 lanai_setup_tx_vci(struct lanai_dev *lanai, struct lanai_vcc *lvcc, const struct atm_qos *qos) argument
1989 vci0_is_ok(struct lanai_dev *lanai, const struct atm_qos *qos) argument
2009 const struct atm_qos *qos = &atmvcc->qos; local
2087 pcr_to_cbricg(const struct atm_qos *qos) argument
2449 lanai_change_qos(struct atm_vcc *atmvcc, struct atm_qos *qos, int flags) argument
[all...]
H A Dfore200e.c1068 if ((vcc->qos.aal == ATM_AAL0) && (vcc->qos.rxtp.max_sdu == ATM_AAL0_SDU)) {
1325 enum fore200e_aal aal = fore200e_atm2fore_aal(vcc->qos.aal);
1382 fore200e_rate_ctrl(struct atm_qos* qos, struct tpd_rate* rate) argument
1384 if (qos->txtp.max_pcr < ATM_OC3_PCR) {
1387 rate->data_cells = qos->txtp.max_pcr * FORE200E_MAX_BACK2BACK_CELLS / ATM_OC3_PCR;
1435 vcc->itf, vcc->vpi, vcc->vci, fore200e_atm2fore_aal(vcc->qos.aal),
1436 fore200e_traffic_class[ vcc->qos.txtp.traffic_class ],
1437 vcc->qos.txtp.min_pcr, vcc->qos
1983 fore200e_change_qos(struct atm_vcc* vcc,struct atm_qos* qos, int flags) argument
[all...]
H A Didt77252.c130 static int idt77252_change_qos(struct atm_vcc *vcc, struct atm_qos *qos,
877 aal = vcc->qos.aal;
1067 if ((vcc->qos.aal == ATM_AAL0) ||
1068 (vcc->qos.aal == ATM_AAL34)) {
1109 if (vcc->qos.aal != ATM_AAL5) {
1111 card->name, vcc->qos.aal);
1304 if (vcc->qos.aal != ATM_AAL0) {
1969 switch (vcc->qos.aal) {
1975 printk("%s: Unsupported AAL: %d\n", card->name, vcc->qos.aal);
2149 struct atm_vcc *vcc, struct atm_qos *qos)
2148 idt77252_init_cbr(struct idt77252_dev *card, struct vc_map *vc, struct atm_vcc *vcc, struct atm_qos *qos) argument
2218 idt77252_init_ubr(struct idt77252_dev *card, struct vc_map *vc, struct atm_vcc *vcc, struct atm_qos *qos) argument
2250 idt77252_init_tx(struct idt77252_dev *card, struct vc_map *vc, struct atm_vcc *vcc, struct atm_qos *qos) argument
2328 idt77252_init_rx(struct idt77252_dev *card, struct vc_map *vc, struct atm_vcc *vcc, struct atm_qos *qos) argument
2578 idt77252_change_qos(struct atm_vcc *vcc, struct atm_qos *qos, int flags) argument
[all...]
H A Dzatm.c494 if (vcc->qos.rxtp.traffic_class == ATM_NONE) return 0;
495 if (vcc->qos.aal == ATM_AAL5) {
496 if (vcc->qos.rxtp.max_sdu > 65464)
497 vcc->qos.rxtp.max_sdu = 65464;
500 cells = DIV_ROUND_UP(vcc->qos.rxtp.max_sdu + ATM_AAL5_TRAILER,
524 zpokel(zatm_dev,uPD98401_RXVC_OD | (vcc->qos.aal == ATM_AAL5 ?
658 | (vcc->qos.aal == ATM_AAL5 ? uPD98401_TXPD_AAL5 : 0 |
905 zatm_dev->tx_bw += vcc->qos.txtp.min_pcr;
925 if (vcc->qos.txtp.traffic_class == ATM_NONE) return 0;
935 unlimited = vcc->qos
1431 zatm_change_qos(struct atm_vcc *vcc,struct atm_qos *qos,int flags) argument
[all...]
/drivers/net/wireless/wl1251/
H A Dtx.h98 unsigned qos:1; member in struct:tx_control

Completed in 687 milliseconds

1234