Home
last modified time | relevance | path

Searched refs:qid (Results 1 – 22 of 22) sorted by relevance

/drivers/s390/crypto/
Dap_bus.c159 ap_test_queue(ap_qid_t qid, int *queue_depth, int *device_type) in ap_test_queue() argument
161 register unsigned long reg0 asm ("0") = qid; in ap_test_queue()
178 static inline struct ap_queue_status ap_reset_queue(ap_qid_t qid) in ap_reset_queue() argument
180 register unsigned long reg0 asm ("0") = qid | 0x01000000UL; in ap_reset_queue()
199 ap_queue_interruption_control(ap_qid_t qid, void *ind) in ap_queue_interruption_control() argument
201 register unsigned long reg0 asm ("0") = qid | 0x03000000UL; in ap_queue_interruption_control()
223 static int ap_queue_enable_interruption(ap_qid_t qid, void *ind) in ap_queue_enable_interruption() argument
230 status = ap_queue_interruption_control(qid, ind); in ap_queue_enable_interruption()
255 status = ap_test_queue(qid, &t_depth, &t_device_type); in ap_queue_enable_interruption()
277 __ap_send(ap_qid_t qid, unsigned long long psmid, void *msg, size_t length) in __ap_send() argument
[all …]
Dzcrypt_pcixcc.c178 msg->cprbx.domain = AP_QID_QUEUE(zdev->ap_dev->qid); in ICAMEX_msg_to_type6MEX_msgX()
246 msg->cprbx.domain = AP_QID_QUEUE(zdev->ap_dev->qid); in ICACRT_msg_to_type6CRT_msgX()
377 msg->cprbx.domain = AP_QID_QUEUE(ap_dev->qid); in rng_type6CPRB_msgX()
927 rc = ap_send(ap_dev->qid, 0x0102030405060708ULL, msg, sizeof(msg)); in zcrypt_pcixcc_mcl()
934 rc = ap_recv(ap_dev->qid, &psmid, reply, 4096); in zcrypt_pcixcc_mcl()
978 rc = ap_send(ap_dev->qid, 0x0102030405060708ULL, ap_msg.message, in zcrypt_pcixcc_rng_supported()
986 rc = ap_recv(ap_dev->qid, &psmid, ap_msg.message, 4096); in zcrypt_pcixcc_rng_supported()
Dzcrypt_api.c452 AP_QID_DEVICE(zdev->ap_dev->qid) != xcRB->user_defined) in zcrypt_send_cprb()
516 status[AP_QID_DEVICE(zdev->ap_dev->qid)] = in zcrypt_status_mask()
529 qdepth[AP_QID_DEVICE(zdev->ap_dev->qid)] = in zcrypt_qdepth_mask()
545 reqcnt[AP_QID_DEVICE(zdev->ap_dev->qid)] = in zcrypt_perdev_reqcnt()
1041 if (AP_QID_DEVICE(zdev->ap_dev->qid) == index) { in zcrypt_disable_card()
1055 if (AP_QID_DEVICE(zdev->ap_dev->qid) == index) { in zcrypt_enable_card()
Dap_bus.h135 ap_qid_t qid; /* AP queue id. */ member
Dzcrypt_pcicc.c224 msg->cprb.usage_domain[0]= AP_QID_QUEUE(zdev->ap_dev->qid); in ICAMEX_msg_to_type6MEX_msg()
287 msg->cprb.usage_domain[0] = AP_QID_QUEUE(zdev->ap_dev->qid); in ICACRT_msg_to_type6CRT_msg()
/drivers/net/wireless/rt2x00/
Drt2x00queue.c171 txdesc->queue = entry->queue->qid; in rt2x00queue_create_tx_descriptor()
346 if (entry->queue->qid == QID_BEACON) in rt2x00queue_write_tx_descriptor()
351 rt2x00dev->ops->lib->kick_tx_queue(rt2x00dev, queue->qid); in rt2x00queue_write_tx_descriptor()
370 queue->qid, DRV_PROJECT); in rt2x00queue_write_tx_frame()
711 struct data_queue *queue, enum data_queue_qid qid) in rt2x00queue_init() argument
716 queue->qid = qid; in rt2x00queue_init()
726 enum data_queue_qid qid; in rt2x00queue_allocate() local
763 qid = QID_AC_BE; in rt2x00queue_allocate()
765 rt2x00queue_init(rt2x00dev, queue, qid++); in rt2x00queue_allocate()
Drt2x00mac.c108 enum data_queue_qid qid = skb_get_queue_mapping(skb); in rt2x00mac_tx() local
128 queue = rt2x00queue_get_queue(rt2x00dev, qid); in rt2x00mac_tx()
132 "Please file bug report to %s.\n", qid, DRV_PROJECT); in rt2x00mac_tx()
160 ieee80211_stop_queue(rt2x00dev->hw, qid); in rt2x00mac_tx()
165 ieee80211_stop_queue(rt2x00dev->hw, qid); in rt2x00mac_tx()
Drt2x00usb.c263 const enum data_queue_qid qid) in rt2x00usb_kick_tx_queue() argument
265 struct data_queue *queue = rt2x00queue_get_queue(rt2x00dev, qid); in rt2x00usb_kick_tx_queue()
383 if (entry->queue->qid == QID_RX) { in rt2x00usb_clear_entry()
405 if (queue->qid == QID_RX) { in rt2x00usb_assign_endpoint()
Drt2x00usb.h420 const enum data_queue_qid qid);
Drt2x00queue.h390 enum data_queue_qid qid; member
Drt2x00debug.c186 dump_hdr->queue_index = desc->entry->queue->qid; in rt2x00debug_dump_frame()
334 temp += sprintf(temp, "%d\t%d\t%d\t%d\t%d\t%d\t%d\n", queue->qid, in rt2x00debug_read_queue_stats()
Drt2x00pci.c77 entry->queue->qid, DRV_PROJECT); in rt2x00pci_write_tx_data()
Drt2x00dev.c503 enum data_queue_qid qid = skb_get_queue_mapping(entry->skb); in rt2x00lib_txdone() local
589 ieee80211_wake_queue(rt2x00dev->hw, qid); in rt2x00lib_txdone()
Drt2400pci.c614 if (entry->queue->qid == QID_RX) { in rt2400pci_get_entry_state()
632 if (entry->queue->qid == QID_RX) { in rt2400pci_clear_entry()
Drt61pci.c1254 if (entry->queue->qid == QID_RX) { in rt61pci_get_entry_state()
1272 if (entry->queue->qid == QID_RX) { in rt61pci_clear_entry()
1786 rt2x00_set_field32(&word, TXD_W5_PID_TYPE, skbdesc->entry->queue->qid); in rt61pci_write_tx_desc()
Drt2500pci.c710 if (entry->queue->qid == QID_RX) { in rt2500pci_get_entry_state()
728 if (entry->queue->qid == QID_RX) { in rt2500pci_clear_entry()
/drivers/scsi/aacraid/
Dcommsup.c261 static int aac_get_entry (struct aac_dev * dev, u32 qid, struct aac_entry **entry, u32 * index, uns… in aac_get_entry() argument
273 q = &dev->queues->queue[qid]; in aac_get_entry()
279 if (qid == AdapNormCmdQueue) in aac_get_entry()
288 if (qid == AdapNormCmdQueue) { in aac_get_entry()
299 qid, q->numpending); in aac_get_entry()
323 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
328 if (qid == AdapNormCmdQueue) { in aac_queue_get()
330 while (!aac_get_entry(dev, qid, &entry, index, nonotify)) { in aac_queue_get()
339 while (!aac_get_entry(dev, qid, &entry, index, nonotify)) { in aac_queue_get()
588 void aac_consumer_free(struct aac_dev * dev, struct aac_queue *q, u32 qid) in aac_consumer_free() argument
[all …]
Daacraid.h1879 int aac_queue_get(struct aac_dev * dev, u32 * index, u32 qid, struct hw_fib * hw_fib, int wait, str…
/drivers/net/benet/
Dbe_main.c99 static void be_rxq_notify(struct be_ctrl_info *ctrl, u16 qid, u16 posted) in be_rxq_notify() argument
102 val |= qid & DB_RQ_RING_ID_MASK; in be_rxq_notify()
107 static void be_txq_notify(struct be_ctrl_info *ctrl, u16 qid, u16 posted) in be_txq_notify() argument
110 val |= qid & DB_TXULP_RING_ID_MASK; in be_txq_notify()
115 static void be_eq_notify(struct be_ctrl_info *ctrl, u16 qid, in be_eq_notify() argument
119 val |= qid & DB_EQ_RING_ID_MASK; in be_eq_notify()
129 static void be_cq_notify(struct be_ctrl_info *ctrl, u16 qid, in be_cq_notify() argument
133 val |= qid & DB_CQ_RING_ID_MASK; in be_cq_notify()
/drivers/net/chelsio/
Dsge.c1668 unsigned int qid, struct net_device *dev) in t1_sge_tx() argument
1671 struct cmdQ *q = &sge->cmdQ[qid]; in t1_sge_tx()
1706 if (sge->tx_sched && !qid && skb->dev) { in t1_sge_tx()
1741 if (qid) in t1_sge_tx()
/drivers/net/cxgb3/
Dt3_cpl.h1167 __u8 qid:4; member
1171 __u8 qid:4; member
Dsge.c1295 unsigned int qid) in check_desc_avail() argument
1302 struct sge_qset *qs = txq_to_qset(q, qid); in check_desc_avail()
1304 set_bit(qid, &qs->txq_stopped); in check_desc_avail()
1308 test_and_clear_bit(qid, &qs->txq_stopped)) in check_desc_avail()