Searched refs:qid (Results 26 - 50 of 66) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb4/
H A Dt4.h59 __be16 qid; member in struct:t4_status_page
277 u32 qid; member in struct:t4_sq
296 u32 qid; member in struct:t4_rq
388 writel(QID(wq->sq.qid) | PIDX(inc), wq->db);
394 writel(QID(wq->rq.qid) | PIDX(inc), wq->db);
H A Diw_cxgb4.h108 u32 qid; member in struct:c4iw_qid_list
731 int c4iw_ev_handler(struct c4iw_dev *rnicp, u32 qid);
736 void c4iw_put_cqid(struct c4iw_rdev *rdev, u32 qid,
739 void c4iw_put_qpid(struct c4iw_rdev *rdev, u32 qid,
H A Dcq.c202 V_CQE_QPID(wq->rq.qid));
235 V_CQE_QPID(wq->sq.qid));
309 (CQE_QPID(cqe) == wq->sq.qid))
328 (CQE_QPID(cqe) == wq->rq.qid) && cqe_completes_wr(cqe, wq))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dsch_api.c1344 u32 qid = TC_H_MAJ(clid); local
1372 if (qid && qid1) {
1374 if (qid != qid1)
1377 qid = qid1;
1378 } else if (qid == 0)
1379 qid = dev->qdisc->handle;
1381 /* Now qid is genuine qdisc handle consistent
1387 pid = TC_H_MAKE(qid, pid);
1389 if (qid == 0)
1390 qid
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dgrammar.y258 %type <blk> expr id nid pid term rterm qid
399 | qid and id { gen_and($1.b, $3.b); $$ = $3; }
400 | qid or id { gen_or($1.b, $3.b); $$ = $3; }
402 qid: pnum { $$.b = gen_ncode(NULL, (bpf_u_int32)$1, label
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aacraid/
H A Dcommsup.c258 * @qid: Queue Number
268 static int aac_get_entry (struct aac_dev * dev, u32 qid, struct aac_entry **entry, u32 * index, unsigned long *nonotify) argument
280 q = &dev->queues->queue[qid];
286 if (qid == AdapNormCmdQueue)
295 if (qid == AdapNormCmdQueue) {
306 qid, q->numpending);
330 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
335 if (qid == AdapNormCmdQueue) {
337 while (!aac_get_entry(dev, qid, &entry, index, nonotify)) {
346 while (!aac_get_entry(dev, qid,
620 aac_consumer_free(struct aac_dev * dev, struct aac_queue *q, u32 qid) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/crypto/
H A Dzcrypt_api.c452 AP_QID_DEVICE(zdev->ap_dev->qid) != xcRB->user_defined)
516 status[AP_QID_DEVICE(zdev->ap_dev->qid)] =
529 qdepth[AP_QID_DEVICE(zdev->ap_dev->qid)] =
545 reqcnt[AP_QID_DEVICE(zdev->ap_dev->qid)] =
1024 if (AP_QID_DEVICE(zdev->ap_dev->qid) == index) {
1038 if (AP_QID_DEVICE(zdev->ap_dev->qid) == index) {
H A Dzcrypt_pcixcc.c182 msg->cprbx.domain = AP_QID_QUEUE(zdev->ap_dev->qid);
250 msg->cprbx.domain = AP_QID_QUEUE(zdev->ap_dev->qid);
386 msg->cprbx.domain = AP_QID_QUEUE(ap_dev->qid);
944 rc = ap_send(ap_dev->qid, 0x0102030405060708ULL, msg, sizeof(msg));
951 rc = ap_recv(ap_dev->qid, &psmid, reply, 4096);
996 rc = ap_send(ap_dev->qid, 0x0102030405060708ULL, ap_msg.message,
1004 rc = ap_recv(ap_dev->qid, &psmid, ap_msg.message, 4096);
H A Dzcrypt_pcicc.c225 msg->cprb.usage_domain[0]= AP_QID_QUEUE(zdev->ap_dev->qid);
288 msg->cprb.usage_domain[0] = AP_QID_QUEUE(zdev->ap_dev->qid);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rt2x00/
H A Drt2x00queue.h423 * @qid: The queue identification, see &enum data_queue_qid.
446 enum data_queue_qid qid; member in struct:data_queue
H A Drt61pci.c1277 if (entry->queue->qid == QID_RX) {
1295 if (entry->queue->qid == QID_RX) {
1800 rt2x00_set_field32(&word, TXD_W5_PID_TYPE, skbdesc->entry->queue->qid);
1930 const enum data_queue_qid qid)
1934 if (qid == QID_BEACON) {
1940 rt2x00_set_field32(&reg, TX_CNTL_CSR_ABORT_TX_AC0, (qid == QID_AC_BE));
1941 rt2x00_set_field32(&reg, TX_CNTL_CSR_ABORT_TX_AC1, (qid == QID_AC_BK));
1942 rt2x00_set_field32(&reg, TX_CNTL_CSR_ABORT_TX_AC2, (qid == QID_AC_VI));
1943 rt2x00_set_field32(&reg, TX_CNTL_CSR_ABORT_TX_AC3, (qid == QID_AC_VO));
1929 rt61pci_kill_tx_queue(struct rt2x00_dev *rt2x00dev, const enum data_queue_qid qid) argument
H A Drt2x00debug.c195 dump_hdr->queue_index = skbdesc->entry->queue->qid;
341 sprintf(data, "qid\tcount\tlimit\tlength\tindex\tdone\tcrypto\n");
346 temp += sprintf(temp, "%d\t%d\t%d\t%d\t%d\t%d\t%d\n", queue->qid,
H A Drt2400pci.c629 if (entry->queue->qid == QID_RX) {
647 if (entry->queue->qid == QID_RX) {
1128 const enum data_queue_qid qid)
1132 if (qid == QID_BEACON) {
1127 rt2400pci_kill_tx_queue(struct rt2x00_dev *rt2x00dev, const enum data_queue_qid qid) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4/
H A Dcxgb4_uld.h141 void cxgb4_remove_tid(struct tid_info *t, unsigned int qid, unsigned int tid);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/9p/
H A Dvfs_file.c90 if ((fid->qid.version) && (v9ses->cache)) {
H A Dvfs_super.c171 root->d_inode->i_ino = v9fs_qid2ino(&st->qid);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4vf/
H A Dsge.c1817 unsigned int qid, iq_idx; local
1849 qid = RSPD_QID(be32_to_cpu(rc->pldbuflen_qid));
1850 iq_idx = IQ_IDX(s, qid);
1853 "Ingress QID %d out of range\n", qid);
1859 "Ingress QID %d RSPQ=NULL\n", qid);
1862 if (unlikely(rspq->abs_id != qid)) {
1865 qid, rspq->abs_id);
H A Dcxgb4vf_main.c435 unsigned int qid = EGR_QID(be32_to_cpu(p->opcode_qid)); local
448 eq_idx = EQ_IDX(s, qid);
451 "Egress Update QID %d out of range\n", qid);
457 "Egress Update QID %d TXQ=NULL\n", qid);
461 if (unlikely(tq->abs_id != qid)) {
464 qid, tq->abs_id);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/benet/
H A Dbe_main.c157 static void be_rxq_notify(struct be_adapter *adapter, u16 qid, u16 posted) argument
160 val |= qid & DB_RQ_RING_ID_MASK;
167 static void be_txq_notify(struct be_adapter *adapter, u16 qid, u16 posted) argument
170 val |= qid & DB_TXULP_RING_ID_MASK;
177 static void be_eq_notify(struct be_adapter *adapter, u16 qid, argument
181 val |= qid & DB_EQ_RING_ID_MASK;
195 void be_cq_notify(struct be_adapter *adapter, u16 qid, bool arm, u16 num_popped) argument
198 val |= qid & DB_CQ_RING_ID_MASK;
H A Dbe.h417 extern void be_cq_notify(struct be_adapter *adapter, u16 qid, bool arm,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/vmxnet3/
H A Dvmxnet3_int.h265 u32 qid; /* rqID in RCD for buffer from 1st ring */ member in struct:vmxnet3_rx_queue
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dwllmacctl.h238 queue_id_t qid; member in struct:wl_lmac_conf_q
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/chelsio/
H A Dsge.c1626 * Enqueues the sk_buff onto the cmdQ[qid] and has hardware fetch it.
1639 unsigned int qid, struct net_device *dev)
1642 struct cmdQ *q = &sge->cmdQ[qid];
1677 if (sge->tx_sched && !qid && skb->dev) {
1712 if (qid)
1638 t1_sge_tx(struct sk_buff *skb, struct adapter *adapter, unsigned int qid, struct net_device *dev) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/octeon/
H A Dcvmx-helper-rgmii.c325 pko_mem_queue_qos.s.qid = queue;

Completed in 307 milliseconds

123