/linux-2.6.39/drivers/infiniband/hw/cxgb4/ |
D | resource.c | 172 u32 qid; in c4iw_get_cqid() local 180 qid = entry->qid; in c4iw_get_cqid() 183 qid = c4iw_get_resource(&rdev->resource.qid_fifo, in c4iw_get_cqid() 185 if (!qid) in c4iw_get_cqid() 187 for (i = qid+1; i & rdev->qpmask; i++) { in c4iw_get_cqid() 191 entry->qid = i; in c4iw_get_cqid() 202 entry->qid = qid; in c4iw_get_cqid() 204 for (i = qid+1; i & rdev->qpmask; i++) { in c4iw_get_cqid() 208 entry->qid = i; in c4iw_get_cqid() 214 PDBG("%s qid 0x%x\n", __func__, qid); in c4iw_get_cqid() [all …]
|
D | ev.c | 50 qhp->attr.state, qhp->wq.sq.qid, CQE_STATUS(err_cqe)); in post_qp_event() 171 CQE_STATUS(err_cqe), qhp->wq.sq.qid); in c4iw_ev_dispatch() 183 int c4iw_ev_handler(struct c4iw_dev *dev, u32 qid) in c4iw_ev_handler() argument 187 chp = get_chp(dev, qid); in c4iw_ev_handler() 191 PDBG("%s unknown cqid 0x%x\n", __func__, qid); in c4iw_ev_handler()
|
D | qp.c | 105 c4iw_put_qpid(rdev, wq->rq.qid, uctx); in destroy_qp() 106 c4iw_put_qpid(rdev, wq->sq.qid, uctx); in destroy_qp() 123 wq->sq.qid = c4iw_get_qpid(rdev, uctx); in create_qp() 124 if (!wq->sq.qid) in create_qp() 127 wq->rq.qid = c4iw_get_qpid(rdev, uctx); in create_qp() 128 if (!wq->rq.qid) in create_qp() 177 (wq->sq.qid << rdev->qpshift); in create_qp() 180 (wq->rq.qid << rdev->qpshift); in create_qp() 227 res->u.sqrq.eqid = cpu_to_be32(wq->sq.qid); in create_qp() 250 res->u.sqrq.eqid = cpu_to_be32(wq->rq.qid); in create_qp() [all …]
|
D | device.c | 82 if (id != qp->wq.sq.qid) in dump_qp() 93 qp->wq.sq.qid, qp->wq.rq.qid, (int)qp->attr.state, in dump_qp() 103 qp->wq.sq.qid, qp->wq.rq.qid, in dump_qp() 272 if (!(entry->qid & rdev->qpmask)) in c4iw_release_dev_ucontext() 273 c4iw_put_resource(&rdev->resource.qid_fifo, entry->qid, in c4iw_release_dev_ucontext() 481 u32 qid = be32_to_cpu(rc->pldbuflen_qid); in c4iw_uld_rx_handler() local 482 c4iw_ev_handler(dev, qid); in c4iw_uld_rx_handler()
|
D | t4.h | 60 __be16 qid; member 304 u32 qid; member 324 u32 qid; member 421 writel(QID(wq->sq.qid) | PIDX(inc), wq->db); in t4_ring_sq_db() 427 writel(QID(wq->rq.qid) | PIDX(inc), wq->db); in t4_ring_rq_db()
|
/linux-2.6.39/drivers/s390/crypto/ |
D | ap_bus.c | 170 ap_test_queue(ap_qid_t qid, int *queue_depth, int *device_type) in ap_test_queue() argument 172 register unsigned long reg0 asm ("0") = qid; in ap_test_queue() 189 static inline struct ap_queue_status ap_reset_queue(ap_qid_t qid) in ap_reset_queue() argument 191 register unsigned long reg0 asm ("0") = qid | 0x01000000UL; in ap_reset_queue() 210 ap_queue_interruption_control(ap_qid_t qid, void *ind) in ap_queue_interruption_control() argument 212 register unsigned long reg0 asm ("0") = qid | 0x03000000UL; in ap_queue_interruption_control() 225 static inline struct ap_queue_status __ap_4096_commands_available(ap_qid_t qid, in __ap_4096_commands_available() argument 228 register unsigned long reg0 asm ("0") = 0UL | qid | (1UL << 23); in __ap_4096_commands_available() 256 int ap_4096_commands_available(ap_qid_t qid) in ap_4096_commands_available() argument 260 status = __ap_4096_commands_available(qid, &support); in ap_4096_commands_available() [all …]
|
D | ap_bus.h | 136 ap_qid_t qid; /* AP queue id. */ member 199 int ap_4096_commands_available(ap_qid_t qid);
|
D | zcrypt_pcixcc.c | 182 msg->cprbx.domain = AP_QID_QUEUE(zdev->ap_dev->qid); in ICAMEX_msg_to_type6MEX_msgX() 250 msg->cprbx.domain = AP_QID_QUEUE(zdev->ap_dev->qid); in ICACRT_msg_to_type6CRT_msgX() 386 msg->cprbx.domain = AP_QID_QUEUE(ap_dev->qid); in rng_type6CPRB_msgX() 953 rc = ap_send(ap_dev->qid, 0x0102030405060708ULL, msg, sizeof(msg)); in zcrypt_pcixcc_mcl() 960 rc = ap_recv(ap_dev->qid, &psmid, reply, 4096); in zcrypt_pcixcc_mcl() 1005 rc = ap_send(ap_dev->qid, 0x0102030405060708ULL, ap_msg.message, in zcrypt_pcixcc_rng_supported() 1013 rc = ap_recv(ap_dev->qid, &psmid, ap_msg.message, 4096); in zcrypt_pcixcc_rng_supported()
|
/linux-2.6.39/net/9p/ |
D | client.c | 686 memset(&fid->qid, 0, sizeof(struct p9_qid)); in p9_fid_create() 888 struct p9_qid qid; in p9_client_attach() local 908 err = p9pdu_readf(req->rc, clnt->proto_version, "Q", &qid); in p9_client_attach() 916 qid.type, in p9_client_attach() 917 (unsigned long long)qid.path, in p9_client_attach() 918 qid.version); in p9_client_attach() 920 memmove(&fid->qid, &qid, sizeof(struct p9_qid)); in p9_client_attach() 990 memmove(&fid->qid, &wqids[nwqids - 1], sizeof(struct p9_qid)); in p9_client_walk() 992 fid->qid = oldfid->qid; in p9_client_walk() 1015 struct p9_qid qid; in p9_client_open() local [all …]
|
D | protocol.c | 222 struct p9_qid *qid = in p9pdu_vreadf() local 226 &qid->type, &qid->version, in p9pdu_vreadf() 227 &qid->path); in p9pdu_vreadf() 241 &stbuf->dev, &stbuf->qid, in p9pdu_vreadf() 354 &stbuf->qid, in p9pdu_vreadf() 436 const struct p9_qid *qid = in p9pdu_vwritef() local 440 qid->type, qid->version, in p9pdu_vwritef() 441 qid->path); in p9pdu_vwritef() 450 stbuf->dev, &stbuf->qid, in p9pdu_vwritef() 668 ret = p9pdu_readf(&fake_pdu, proto_version, "Qqbs", &dirent->qid, in p9dirent_read()
|
/linux-2.6.39/fs/ntfs/ |
D | quota.c | 41 const le32 qid = QUOTA_DEFAULTS_ID; in ntfs_mark_quotas_out_of_date() local 57 err = ntfs_index_lookup(&qid, sizeof(qid), ictx); in ntfs_mark_quotas_out_of_date()
|
/linux-2.6.39/drivers/net/wireless/rt2x00/ |
D | rt2x00queue.c | 433 entry->queue->qid, DRV_PROJECT); in rt2x00queue_write_tx_data() 506 queue->qid, DRV_PROJECT); in rt2x00queue_write_tx_frame() 765 switch (queue->qid) { in rt2x00queue_pause_queue() 774 ieee80211_stop_queue(queue->rt2x00dev->hw, queue->qid); in rt2x00queue_pause_queue() 789 switch (queue->qid) { in rt2x00queue_unpause_queue() 798 ieee80211_wake_queue(queue->rt2x00dev->hw, queue->qid); in rt2x00queue_unpause_queue() 854 (queue->qid == QID_AC_VO) || in rt2x00queue_flush_queue() 855 (queue->qid == QID_AC_VI) || in rt2x00queue_flush_queue() 856 (queue->qid == QID_AC_BE) || in rt2x00queue_flush_queue() 857 (queue->qid == QID_AC_BK); in rt2x00queue_flush_queue() [all …]
|
D | rt2x00usb.c | 355 switch (queue->qid) { in rt2x00usb_kick_queue() 389 if ((entry->queue->qid == QID_BEACON) && in rt2x00usb_flush_entry() 405 switch (queue->qid) { in rt2x00usb_flush_queue() 446 " invoke forced forced reset\n", queue->qid); in rt2x00usb_watchdog_tx_dma() 454 " invoke forced tx handler\n", queue->qid); in rt2x00usb_watchdog_tx_status() 491 if (entry->queue->qid == QID_RX) in rt2x00usb_clear_entry() 504 if (queue->qid == QID_RX) { in rt2x00usb_assign_endpoint() 585 if (queue->qid != QID_BEACON || in rt2x00usb_alloc_entries() 620 if (queue->qid != QID_BEACON || in rt2x00usb_free_entries()
|
D | rt2800pci.c | 196 switch (queue->qid) { in rt2800pci_start_queue() 230 switch (queue->qid) { in rt2800pci_kick_queue() 236 rt2800_register_write(rt2x00dev, TX_CTX_IDX(queue->qid), entry->entry_idx); in rt2800pci_kick_queue() 252 switch (queue->qid) { in rt2800pci_stop_queue() 323 if (entry->queue->qid == QID_RX) { in rt2800pci_get_entry_state() 341 if (entry->queue->qid == QID_RX) { in rt2800pci_clear_entry() 725 u8 qid; in rt2800pci_txdone() local 728 qid = rt2x00_get_field32(status, TX_STA_FIFO_PID_QUEUE); in rt2800pci_txdone() 729 if (unlikely(qid >= QID_RX)) { in rt2800pci_txdone() 735 "unexpected pid %u, dropping\n", qid); in rt2800pci_txdone() [all …]
|
D | rt2x00mac.c | 106 enum data_queue_qid qid = skb_get_queue_mapping(skb); in rt2x00mac_tx() local 123 qid = QID_ATIM; in rt2x00mac_tx() 125 queue = rt2x00queue_get_tx_queue(rt2x00dev, qid); in rt2x00mac_tx() 129 "Please file bug report to %s.\n", qid, DRV_PROJECT); in rt2x00mac_tx() 161 ieee80211_stop_queue(rt2x00dev->hw, qid); in rt2x00mac_tx()
|
/linux-2.6.39/include/net/9p/ |
D | 9p.h | 390 struct p9_qid qid; member 407 struct p9_qid qid; member 559 struct p9_qid qid; member 583 struct p9_qid qid; member 604 struct p9_qid qid; member 617 struct p9_qid qid; member
|
D | client.h | 188 struct p9_qid qid; member 207 struct p9_qid qid; member 228 struct p9_qid *qid); 230 gid_t gid, struct p9_qid *qid);
|
/linux-2.6.39/drivers/scsi/bfa/ |
D | bfa_core.c | 157 bfa_reqq_resume(struct bfa_s *bfa, int qid) in bfa_reqq_resume() argument 162 waitq = bfa_reqq(bfa, qid); in bfa_reqq_resume() 167 if (bfa_reqq_full(bfa, qid)) in bfa_reqq_resume() 266 bfa_msix_reqq(struct bfa_s *bfa, int qid) in bfa_msix_reqq() argument 270 qid &= (BFI_IOC_MAX_CQS - 1); in bfa_msix_reqq() 272 bfa->iocfc.hwif.hw_reqq_ack(bfa, qid); in bfa_msix_reqq() 277 waitq = bfa_reqq(bfa, qid); in bfa_msix_reqq() 279 bfa_reqq_resume(bfa, qid); in bfa_msix_reqq() 293 bfa_msix_rspq(struct bfa_s *bfa, int qid) in bfa_msix_rspq() argument 299 qid &= (BFI_IOC_MAX_CQS - 1); in bfa_msix_rspq() [all …]
|
/linux-2.6.39/drivers/net/wireless/wl1251/ |
D | init.c | 231 static int wl1251_hw_init_txq_fill(u8 qid, in wl1251_hw_init_txq_fill() argument 235 config->qid = qid; in wl1251_hw_init_txq_fill() 237 switch (qid) { in wl1251_hw_init_txq_fill() 263 wl1251_error("Invalid TX queue id: %d", qid); in wl1251_hw_init_txq_fill()
|
/linux-2.6.39/fs/9p/ |
D | vfs_inode_dotl.c | 90 struct p9_qid *qid, in v9fs_qid_iget_dotl() argument 99 i_ino = v9fs_qid2ino(qid); in v9fs_qid_iget_dotl() 116 v9fs_fscache_set_key(inode, &st->qid); in v9fs_qid_iget_dotl() 143 inode = v9fs_qid_iget_dotl(sb, &st->qid, fid, st); in v9fs_inode_from_fid_dotl() 167 struct p9_qid qid; in v9fs_vfs_create_dotl() local 216 err = p9_client_create_dotl(ofid, name, flags, mode, gid, &qid); in v9fs_vfs_create_dotl() 306 struct p9_qid qid; in v9fs_vfs_mkdir_dotl() local 337 err = p9_client_mkdir_dotl(dfid, name, mode, gid, &qid); in v9fs_vfs_mkdir_dotl() 564 struct p9_qid qid; in v9fs_vfs_symlink_dotl() local 585 err = p9_client_symlink(dfid, name, (char *)symname, gid, &qid); in v9fs_vfs_symlink_dotl() [all …]
|
D | cache.h | 97 struct p9_qid *qid) in v9fs_fscache_set_key() argument 101 v9inode->fscache_key = qid; in v9fs_fscache_set_key()
|
D | vfs_inode.c | 189 wstat->qid.type = ~0; in v9fs_blank_wstat() 190 wstat->qid.version = ~0; in v9fs_blank_wstat() 191 *((long long *)&wstat->qid.path) = ~0; in v9fs_blank_wstat() 437 struct p9_qid *qid, in v9fs_qid_iget() argument 445 i_ino = v9fs_qid2ino(qid); in v9fs_qid_iget() 463 v9fs_fscache_set_key(inode, &st->qid); in v9fs_qid_iget() 486 inode = v9fs_qid_iget(sb, &st->qid, st); in v9fs_inode_from_fid() 1111 ino_t v9fs_qid2ino(struct p9_qid *qid) in v9fs_qid2ino() argument 1113 u64 path = qid->path + 2; in v9fs_qid2ino()
|
/linux-2.6.39/drivers/scsi/aacraid/ |
D | commsup.c | 286 static int aac_get_entry (struct aac_dev * dev, u32 qid, struct aac_entry **entry, u32 * index, uns… in aac_get_entry() argument 298 q = &dev->queues->queue[qid]; in aac_get_entry() 304 if (qid == AdapNormCmdQueue) in aac_get_entry() 313 if (qid == AdapNormCmdQueue) { in aac_get_entry() 324 qid, q->numpending); in aac_get_entry() 348 int aac_queue_get(struct aac_dev * dev, u32 * index, u32 qid, struct hw_fib * hw_fib, int wait, str… in aac_queue_get() argument 353 if (qid == AdapNormCmdQueue) { in aac_queue_get() 355 while (!aac_get_entry(dev, qid, &entry, index, nonotify)) { in aac_queue_get() 364 while (!aac_get_entry(dev, qid, &entry, index, nonotify)) { in aac_queue_get() 638 void aac_consumer_free(struct aac_dev * dev, struct aac_queue *q, u32 qid) in aac_consumer_free() argument [all …]
|
/linux-2.6.39/net/sched/ |
D | sch_api.c | 1372 u32 qid = TC_H_MAJ(clid); in tc_ctl_tclass() local 1401 if (qid && qid1) { in tc_ctl_tclass() 1403 if (qid != qid1) in tc_ctl_tclass() 1406 qid = qid1; in tc_ctl_tclass() 1407 } else if (qid == 0) in tc_ctl_tclass() 1408 qid = dev->qdisc->handle; in tc_ctl_tclass() 1416 pid = TC_H_MAKE(qid, pid); in tc_ctl_tclass() 1418 if (qid == 0) in tc_ctl_tclass() 1419 qid = dev->qdisc->handle; in tc_ctl_tclass() 1423 q = qdisc_lookup(dev, qid); in tc_ctl_tclass() [all …]
|
/linux-2.6.39/drivers/net/cxgb4/ |
D | t4_hw.h | 113 __be32 qid; member
|