Searched defs:qid (Results 1 - 25 of 39) sorted by relevance

12

/drivers/infiniband/hw/cxgb4/
H A Dev.c51 qhp->attr.state, qhp->wq.sq.qid, CQE_STATUS(err_cqe));
174 CQE_STATUS(err_cqe), qhp->wq.sq.qid);
186 int c4iw_ev_handler(struct c4iw_dev *dev, u32 qid) argument
191 chp = get_chp(dev, qid);
197 PDBG("%s unknown cqid 0x%x\n", __func__, qid);
H A Dresource.c173 u32 qid; local
181 qid = entry->qid;
184 qid = c4iw_get_resource(&rdev->resource.qid_fifo,
186 if (!qid)
188 for (i = qid+1; i & rdev->qpmask; i++) {
192 entry->qid = i;
203 entry->qid = qid;
205 for (i = qid
219 c4iw_put_cqid(struct c4iw_rdev *rdev, u32 qid, struct c4iw_dev_ucontext *uctx) argument
237 u32 qid; local
283 c4iw_put_qpid(struct c4iw_rdev *rdev, u32 qid, struct c4iw_dev_ucontext *uctx) argument
[all...]
H A Ddevice.c82 if (id != qp->wq.sq.qid)
93 qp->wq.sq.qid, qp->wq.rq.qid, (int)qp->attr.state,
103 qp->wq.sq.qid, qp->wq.rq.qid,
272 if (!(entry->qid & rdev->qpmask))
273 c4iw_put_resource(&rdev->resource.qid_fifo, entry->qid,
311 "qp qid start %u size %u cq qid start %u size %u\n",
506 u32 qid local
[all...]
H A Dt4.h60 __be16 qid; member in struct:t4_status_page
301 u32 qid; member in struct:t4_sq
321 u32 qid; member in struct:t4_rq
418 writel(QID(wq->sq.qid) | PIDX(inc), wq->db);
424 writel(QID(wq->rq.qid) | PIDX(inc), wq->db);
/drivers/net/wireless/wl1251/
H A Dinit.c231 static int wl1251_hw_init_txq_fill(u8 qid, argument
235 config->qid = qid;
237 switch (qid) {
263 wl1251_error("Invalid TX queue id: %d", qid);
/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.h113 __be32 qid; member in struct:sge_qstat
H A Dsge.c1827 unsigned int qid = ntohl(rc->pldbuflen_qid); local
1829 qid -= adap->sge.ingr_start;
1830 napi_schedule(&adap->sge.ingr_map[qid]->napi);
/drivers/net/wireless/rt2x00/
H A Drt2800usb.c60 switch (queue->qid) {
83 switch (queue->qid) {
128 entry->entry_idx, entry->queue->qid);
444 if (entry->queue->qid == QID_BEACON)
540 entry->queue->qid, entry->entry_idx);
552 u8 qid; local
557 * TX_STA_FIFO_PID_QUEUE is a 2-bit field, thus qid is
560 qid = rt2x00_get_field32(reg, TX_STA_FIFO_PID_QUEUE);
561 queue = rt2x00queue_get_tx_queue(rt2x00dev, qid);
565 "queue %u, dropping\n", qid);
[all...]
H A Drt2x00mac.c106 enum data_queue_qid qid = skb_get_queue_mapping(skb); local
123 qid = QID_ATIM;
125 queue = rt2x00queue_get_tx_queue(rt2x00dev, qid);
129 "Please file bug report to %s.\n", qid, DRV_PROJECT);
H A Drt2800pci.c196 switch (queue->qid) {
223 switch (queue->qid) {
229 rt2x00pci_register_write(rt2x00dev, TX_CTX_IDX(queue->qid),
247 switch (queue->qid) {
321 if (entry->queue->qid == QID_RX) {
339 if (entry->queue->qid == QID_RX) {
726 u8 qid; local
730 qid = rt2x00_get_field32(status, TX_STA_FIFO_PID_QUEUE);
731 if (unlikely(qid >= QID_RX)) {
737 "unexpected pid %u, dropping\n", qid);
[all...]
H A Drt2x00queue.c506 entry->queue->qid, DRV_PROJECT);
628 "Dropping frame due to full tx queue %d.\n", queue->qid);
640 queue->qid, DRV_PROJECT);
866 switch (queue->qid) {
875 ieee80211_stop_queue(queue->rt2x00dev->hw, queue->qid);
890 switch (queue->qid) {
899 ieee80211_wake_queue(queue->rt2x00dev->hw, queue->qid);
954 (queue->qid == QID_AC_VO) ||
955 (queue->qid == QID_AC_VI) ||
956 (queue->qid
1205 rt2x00queue_init(struct rt2x00_dev *rt2x00dev, struct data_queue *queue, enum data_queue_qid qid) argument
1223 enum data_queue_qid qid; local
[all...]
H A Drt2x00queue.h432 * @qid: The queue identification, see &enum data_queue_qid.
459 enum data_queue_qid qid; member in struct:data_queue
/drivers/net/bonding/
H A Dbond_sysfs.c1470 u16 qid; local
1488 if (sscanf(++delim, "%hd\n", &qid) != 1)
1494 qid > bond->params.tx_queues)
1513 else if (qid && qid == slave->queue_id) {
1522 update_slave->queue_id = qid;
/drivers/s390/crypto/
H A Dap_bus.h156 ap_qid_t qid; /* AP queue id. */ member in struct:ap_device
219 int ap_4096_commands_available(ap_qid_t qid);
H A Dap_bus.c164 * @qid: The AP queue number
171 ap_test_queue(ap_qid_t qid, int *queue_depth, int *device_type) argument
173 register unsigned long reg0 asm ("0") = qid;
186 * @qid: The AP queue number
190 static inline struct ap_queue_status ap_reset_queue(ap_qid_t qid) argument
192 register unsigned long reg0 asm ("0") = qid | 0x01000000UL;
205 * @qid: The AP queue number
211 ap_queue_interruption_control(ap_qid_t qid, void *ind) argument
213 register unsigned long reg0 asm ("0") = qid | 0x03000000UL;
228 __ap_query_functions(ap_qid_t qid, unsigne argument
258 ap_query_functions(ap_qid_t qid, unsigned int *functions) argument
303 ap_4096_commands_available(ap_qid_t qid) argument
324 ap_queue_enable_interruption(ap_qid_t qid, void *ind) argument
379 __ap_send(ap_qid_t qid, unsigned long long psmid, void *msg, size_t length, unsigned int special) argument
402 ap_send(ap_qid_t qid, unsigned long long psmid, void *msg, size_t length) argument
440 __ap_recv(ap_qid_t qid, unsigned long long *psmid, void *msg, size_t length) argument
462 ap_recv(ap_qid_t qid, unsigned long long *psmid, void *msg, size_t length) argument
490 ap_query_queue(ap_qid_t qid, int *queue_depth, int *device_type) argument
539 ap_init_queue(ap_qid_t qid) argument
1019 ap_qid_t qid = AP_MKQID(j, i); local
1163 ap_qid_t qid; local
[all...]
/drivers/scsi/aacraid/
H A Dcommsup.c276 * @qid: Queue Number
286 static int aac_get_entry (struct aac_dev * dev, u32 qid, struct aac_entry **entry, u32 * index, unsigned long *nonotify) argument
298 q = &dev->queues->queue[qid];
304 if (qid == AdapNormCmdQueue)
313 if (qid == AdapNormCmdQueue) {
324 qid, q->numpending);
348 int aac_queue_get(struct aac_dev * dev, u32 * index, u32 qid, struct hw_fib * hw_fib, int wait, struct fib * fibptr, unsigned long *nonotify) argument
353 if (qid == AdapNormCmdQueue) {
355 while (!aac_get_entry(dev, qid, &entry, index, nonotify)) {
364 while (!aac_get_entry(dev, qid,
664 aac_consumer_free(struct aac_dev * dev, struct aac_queue *q, u32 qid) argument
[all...]
/drivers/scsi/be2iscsi/
H A Dbe_cmds.c253 static void beiscsi_cq_notify(struct beiscsi_hba *phba, u16 qid, bool arm, argument
257 val |= qid & DB_CQ_RING_ID_MASK;
/drivers/net/ethernet/sfc/
H A Dmcdi.c1164 __le32 *qid; local
1167 qid = kmalloc(EFX_MAX_CHANNELS * sizeof(*qid), GFP_KERNEL);
1168 if (qid == NULL)
1177 qid[count++] = cpu_to_le32(
1183 rc = efx_mcdi_rpc(efx, MC_CMD_FLUSH_RX_QUEUES, (u8 *)qid,
1184 count * sizeof(*qid), NULL, 0, NULL);
1187 kfree(qid);
H A Dnic.c1015 int qid; local
1017 qid = EFX_QWORD_FIELD(*event, FSF_AZ_DRIVER_EV_SUBDATA);
1018 if (qid < EFX_TXQ_TYPES * efx->n_tx_channels) {
1019 tx_queue = efx_get_tx_queue(efx, qid / EFX_TXQ_TYPES,
1020 qid % EFX_TXQ_TYPES);
1036 int qid; local
1039 qid = EFX_QWORD_FIELD(*event, FSF_AZ_DRIVER_EV_RX_DESCQ_ID);
1041 if (qid >= efx->n_channels)
1043 channel = efx_get_channel(efx, qid);
1050 "RXQ %d flush retry\n", qid);
[all...]
H A Dsiena_sriov.c57 * @rx_filter_qid: VF relative qid for RX filter requested by VF.
1377 unsigned qid, seq, type, data; local
1379 qid = EFX_QWORD_FIELD(*event, FSF_CZ_USER_QID);
1388 "USR_EV event from qid %d seq 0x%x type %d data 0x%x\n",
1389 qid, seq, type, data);
1391 if (map_vi_index(efx, qid, &vf, NULL))
1461 unsigned queue, qid; local
1464 if (map_vi_index(efx, queue, &vf, &qid))
1467 if (!test_bit(qid, vf->txq_mask))
1470 __clear_bit(qid, v
1480 unsigned ev_failed, queue, qid; local
[all...]
/drivers/net/wireless/ath/ath9k/
H A Ddebug.h205 u8 qid; member in struct:ath_dbg_bb_mac_samp::__anon3197
/drivers/block/
H A Dnvme.c763 c.delete_queue.qid = cpu_to_le16(id);
771 static int adapter_alloc_cq(struct nvme_dev *dev, u16 qid, argument
781 c.create_cq.cqid = cpu_to_le16(qid);
792 static int adapter_alloc_sq(struct nvme_dev *dev, u16 qid, argument
802 c.create_sq.sqid = cpu_to_le16(qid);
805 c.create_sq.cqid = cpu_to_le16(qid);
865 static void nvme_free_queue(struct nvme_dev *dev, int qid) argument
867 struct nvme_queue *nvmeq = dev->queues[qid];
874 if (qid) {
875 adapter_delete_sq(dev, qid);
886 nvme_alloc_queue(struct nvme_dev *dev, int qid, int depth, int vector) argument
940 nvme_create_queue(struct nvme_dev *dev, int qid, int cq_size, int vector) argument
[all...]
/drivers/net/ethernet/chelsio/cxgb/
H A Dsge.c1662 * Enqueues the sk_buff onto the cmdQ[qid] and has hardware fetch it.
1675 unsigned int qid, struct net_device *dev)
1678 struct cmdQ *q = &sge->cmdQ[qid];
1713 if (sge->tx_sched && !qid && skb->dev) {
1748 if (qid)
1674 t1_sge_tx(struct sk_buff *skb, struct adapter *adapter, unsigned int qid, struct net_device *dev) argument
/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dcxgb4vf_main.c422 unsigned int qid = EGR_QID(be32_to_cpu(p->opcode_qid)); local
435 eq_idx = EQ_IDX(s, qid);
438 "Egress Update QID %d out of range\n", qid);
444 "Egress Update QID %d TXQ=NULL\n", qid);
448 if (unlikely(tq->abs_id != qid)) {
451 qid, tq->abs_id);
H A Dsge.c1815 unsigned int qid, iq_idx; local
1847 qid = RSPD_QID(be32_to_cpu(rc->pldbuflen_qid));
1848 iq_idx = IQ_IDX(s, qid);
1851 "Ingress QID %d out of range\n", qid);
1857 "Ingress QID %d RSPQ=NULL\n", qid);
1860 if (unlikely(rspq->abs_id != qid)) {
1863 qid, rspq->abs_id);

Completed in 9697 milliseconds

12