Searched defs:qos (Results 1 - 25 of 84) sorted by relevance

1234

/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_sriov.h46 u8 qos);
60 u16 vid, u16 qos, u32 vf)
63 u32 vmvir = vid | (qos << VLAN_PRIO_SHIFT) | IXGBE_VMVIR_VLANA_DEFAULT;
59 ixgbe_set_vmvir(struct ixgbe_adapter *adapter, u16 vid, u16 qos, u32 vf) argument
H A Dixgbe_dcb_nl.c715 int qos = app_mask ? find_first_bit(&app_mask, 8) : 0; local
717 adapter->default_up = qos;
724 qos, vf);
/drivers/net/irda/
H A Dold_belkin-sir.c91 struct qos_info *qos = &dev->qos; local
99 qos->baud_rate.bits &= IR_9600;
101 qos->min_turn_time.bits = 0x01;
102 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 Desi-sir.c67 struct qos_info *qos = &dev->qos; local
72 qos->baud_rate.bits &= IR_9600|IR_19200|IR_115200;
73 qos->min_turn_time.bits = 0x01; /* Needs at least 10 ms */
74 irda_qos_bits_to_value(qos);
H A Dlitelink-sir.c77 struct qos_info *qos = &dev->qos; local
85 qos->baud_rate.bits &= IR_115200|IR_57600|IR_38400|IR_19200|IR_9600;
86 qos->min_turn_time.bits = 0x7f; /* Needs 0.01 ms */
87 irda_qos_bits_to_value(qos);
H A Dma600-sir.c87 struct qos_info *qos = &dev->qos; local
94 qos->baud_rate.bits &= IR_2400|IR_9600|IR_19200|IR_38400
97 qos->min_turn_time.bits = 0x01; /* Needs at least 1 ms */
98 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 Dbfin_sir.h74 struct qos_info qos; member in struct:bfin_sir_self
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 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 Dkingsun-sir.c107 struct qos_info qos; member in struct:kingsun_cb
291 kingsun->irlap = irlap_open(netdev, &kingsun->qos, hwname);
527 irda_init_max_qos_capabilies(&kingsun->qos);
530 kingsun->qos.baud_rate.bits &= IR_9600;
531 kingsun->qos.min_turn_time.bits &= KINGSUN_MTT;
532 irda_qos_bits_to_value(&kingsun->qos);
H A Dirda-usb.h156 struct qos_info qos; member in struct:irda_usb_cb
H A Dmcs7780.h107 struct qos_info qos; member in struct:mcs_cb
H A Dsir-dev.h167 struct qos_info qos; member in struct:sir_dev
/drivers/staging/gdm72xx/
H A Dgdm_wimax.h41 struct qos_cb_s qos; member in struct:nic
/drivers/base/power/
H A Dqos.c63 struct dev_pm_qos *qos = dev->power.qos; local
67 if (IS_ERR_OR_NULL(qos))
70 pqf = &qos->flags;
107 return IS_ERR_OR_NULL(dev->power.qos) ?
108 0 : pm_qos_read_value(&dev->power.qos->resume_latency);
140 struct dev_pm_qos *qos = req->dev->power.qos; local
145 ret = pm_qos_update_target(&qos->resume_latency,
148 value = pm_qos_read_value(&qos
182 struct dev_pm_qos *qos; local
232 struct dev_pm_qos *qos; local
[all...]
/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_iov.c453 u8 qos)
465 if (qos || (vid > (VLAN_VID_MASK - 1)))
533 ivi->qos = 0;
452 fm10k_ndo_set_vf_vlan(struct net_device *netdev, int vf_idx, u16 vid, u8 qos) argument
/drivers/net/wireless/ti/wl1251/
H A Dtx.h98 unsigned qos:1; member in struct:tx_control
/drivers/scsi/qla2xxx/
H A Dqla_mid.c627 uint8_t vp_idx, uint16_t rid, int rsp_que, uint8_t qos)
669 req->qos = qos;
672 "queue_id=%d rid=%d vp_idx=%d qos=%d.\n",
673 que_id, req->rid, req->vp_idx, req->qos);
675 "queue_id=%d rid=%d vp_idx=%d qos=%d.\n",
676 que_id, req->rid, req->vp_idx, req->qos);
626 qla25xx_create_req_que(struct qla_hw_data *ha, uint16_t options, uint8_t vp_idx, uint16_t rid, int rsp_que, uint8_t qos) argument
/drivers/staging/octeon/
H A Dethernet-tx.c101 int qos, queues_per_port; local
109 for (qos = 0; qos < queues_per_port; qos++) {
110 if (skb_queue_len(&priv->tx_free_list[qos]) == 0)
112 skb_to_free = cvmx_fau_fetch_and_add32(priv->fau+qos*4,
115 priv->fau+qos*4);
121 spin_lock_irqsave(&priv->tx_free_list[qos].lock, flags);
124 t = __skb_dequeue(&priv->tx_free_list[qos]);
129 spin_unlock_irqrestore(&priv->tx_free_list[qos]
159 int qos; local
698 int qos; local
[all...]
H A Dethernet.c622 int qos; local
690 for (qos = 0; qos < 16; qos++)
691 skb_queue_head_init(&priv->tx_free_list[qos]);
740 for (qos = 0; qos < 16; qos++)
741 skb_queue_head_init(&priv->tx_free_list[qos]);
742 for (qos
[all...]
/drivers/net/wireless/rtlwifi/rtl8192cu/
H A Dmac.h114 u32 qos:1; member in struct:rx_desc_92c

Completed in 6670 milliseconds

1234