/linux-6.1.9/drivers/net/wireless/ralink/rt2x00/ |
D | rt2x00.h | 370 struct queue_entry *beacon; 555 bool (*get_entry_state) (struct queue_entry *entry); 556 void (*clear_entry) (struct queue_entry *entry); 581 void (*tx_dma_done) (struct queue_entry *entry); 586 void (*write_tx_desc) (struct queue_entry *entry, 588 void (*write_tx_data) (struct queue_entry *entry, 590 void (*write_beacon) (struct queue_entry *entry, 592 void (*clear_beacon) (struct queue_entry *entry); 593 int (*get_tx_data_len) (struct queue_entry *entry); 598 void (*fill_rxdone) (struct queue_entry *entry, [all …]
|
D | rt2800mmio.h | 120 __le32 *rt2800mmio_get_txwi(struct queue_entry *entry); 121 void rt2800mmio_write_tx_desc(struct queue_entry *entry, 125 void rt2800mmio_fill_rxdone(struct queue_entry *entry, 147 bool rt2800mmio_get_entry_state(struct queue_entry *entry); 148 void rt2800mmio_clear_entry(struct queue_entry *entry);
|
D | rt2800lib.h | 77 __le32 *(*drv_get_txwi)(struct queue_entry *entry); 173 static inline __le32 *rt2800_drv_get_txwi(struct queue_entry *entry) in rt2800_drv_get_txwi() 199 void rt2800_write_tx_data(struct queue_entry *entry, 201 void rt2800_process_rxwi(struct queue_entry *entry, struct rxdone_entry_desc *txdesc); 203 void rt2800_txdone_entry(struct queue_entry *entry, u32 status, __le32 *txwi, 212 void rt2800_write_beacon(struct queue_entry *entry, struct txentry_desc *txdesc); 213 void rt2800_clear_beacon(struct queue_entry *entry);
|
D | rt2x00usb.c | 232 static void rt2x00usb_work_txdone_entry(struct queue_entry *entry) in rt2x00usb_work_txdone_entry() 253 struct queue_entry *entry; in rt2x00usb_work_txdone() 270 struct queue_entry *entry = (struct queue_entry *)urb->context; in rt2x00usb_interrupt_txdone() 296 static bool rt2x00usb_kick_tx_entry(struct queue_entry *entry, void *data) in rt2x00usb_kick_tx_entry() 348 struct queue_entry *entry; in rt2x00usb_work_rxdone() 374 struct queue_entry *entry = (struct queue_entry *)urb->context; in rt2x00usb_interrupt_rxdone() 399 static bool rt2x00usb_kick_rx_entry(struct queue_entry *entry, void *data) in rt2x00usb_kick_rx_entry() 455 static bool rt2x00usb_flush_entry(struct queue_entry *entry, void *data) in rt2x00usb_flush_entry() 538 struct queue_entry *entry; in rt2x00usb_dma_timeout() 570 void rt2x00usb_clear_entry(struct queue_entry *entry) in rt2x00usb_clear_entry()
|
D | rt2x00queue.h | 368 struct queue_entry { struct 453 struct queue_entry *entries; 584 bool (*fn)(struct queue_entry *entry, 626 static inline int rt2x00queue_dma_timeout(struct queue_entry *entry) in rt2x00queue_dma_timeout()
|
D | rt2x00queue.c | 23 struct sk_buff *rt2x00queue_alloc_rxskb(struct queue_entry *entry, gfp_t gfp) in rt2x00queue_alloc_rxskb() 93 int rt2x00queue_map_txskb(struct queue_entry *entry) in rt2x00queue_map_txskb() 110 void rt2x00queue_unmap_skb(struct queue_entry *entry) in rt2x00queue_unmap_skb() 127 void rt2x00queue_free_skb(struct queue_entry *entry) in rt2x00queue_free_skb() 488 static int rt2x00queue_write_tx_data(struct queue_entry *entry, in rt2x00queue_write_tx_data() 529 static void rt2x00queue_write_tx_descriptor(struct queue_entry *entry, in rt2x00queue_write_tx_descriptor() 560 static void rt2x00queue_bar_check(struct queue_entry *entry) in rt2x00queue_bar_check() 606 struct queue_entry *entry; in rt2x00queue_write_tx_frame() 791 bool (*fn)(struct queue_entry *entry, in rt2x00queue_for_each_entry() 842 struct queue_entry *rt2x00queue_get_entry(struct data_queue *queue, in rt2x00queue_get_entry() [all …]
|
D | rt2x00lib.h | 94 struct sk_buff *rt2x00queue_alloc_rxskb(struct queue_entry *entry, gfp_t gfp); 100 void rt2x00queue_free_skb(struct queue_entry *entry); 174 void rt2x00queue_index_inc(struct queue_entry *entry, enum queue_index index);
|
D | rt2800mmio.c | 30 struct queue_entry *entry; in rt2800mmio_get_dma_done() 61 __le32 *rt2800mmio_get_txwi(struct queue_entry *entry) in rt2800mmio_get_txwi() 67 void rt2800mmio_write_tx_desc(struct queue_entry *entry, in rt2800mmio_write_tx_desc() 124 void rt2800mmio_fill_rxdone(struct queue_entry *entry, in rt2800mmio_fill_rxdone() 458 struct queue_entry *entry; in rt2800mmio_kick_queue() 610 bool rt2800mmio_get_entry_state(struct queue_entry *entry) in rt2800mmio_get_entry_state() 627 void rt2800mmio_clear_entry(struct queue_entry *entry) in rt2800mmio_clear_entry()
|
D | rt2800usb.c | 155 static void rt2800usb_tx_dma_done(struct queue_entry *entry) in rt2800usb_tx_dma_done() 384 struct queue_entry *entry; in rt2800usb_get_dma_done() 393 static __le32 *rt2800usb_get_txwi(struct queue_entry *entry) in rt2800usb_get_txwi() 401 static void rt2800usb_write_tx_desc(struct queue_entry *entry, in rt2800usb_write_tx_desc() 440 static int rt2800usb_get_tx_data_len(struct queue_entry *entry) in rt2800usb_get_tx_data_len() 481 static void rt2800usb_fill_rxdone(struct queue_entry *entry, in rt2800usb_fill_rxdone()
|
D | rt2x00dev.c | 245 void rt2x00lib_dmastart(struct queue_entry *entry) in rt2x00lib_dmastart() 252 void rt2x00lib_dmadone(struct queue_entry *entry) in rt2x00lib_dmadone() 260 static inline int rt2x00lib_txdone_bar_status(struct queue_entry *entry) in rt2x00lib_txdone_bar_status() 384 struct queue_entry *entry) in rt2x00lib_clear_entry() 409 void rt2x00lib_txdone_nomatch(struct queue_entry *entry, in rt2x00lib_txdone_nomatch() 459 void rt2x00lib_txdone(struct queue_entry *entry, in rt2x00lib_txdone() 547 void rt2x00lib_txdone_noinfo(struct queue_entry *entry, u32 status) in rt2x00lib_txdone_noinfo() 736 void rt2x00lib_rxdone(struct queue_entry *entry, gfp_t gfp) in rt2x00lib_rxdone()
|
D | rt2x00mmio.c | 52 struct queue_entry *entry; in rt2x00mmio_rxdone()
|
D | rt2x00usb.h | 391 void rt2x00usb_clear_entry(struct queue_entry *entry);
|
D | rt2400pci.c | 714 static bool rt2400pci_get_entry_state(struct queue_entry *entry) in rt2400pci_get_entry_state() 731 static void rt2400pci_clear_entry(struct queue_entry *entry) in rt2400pci_clear_entry() 1094 static void rt2400pci_write_tx_desc(struct queue_entry *entry, in rt2400pci_write_tx_desc() 1165 static void rt2400pci_write_beacon(struct queue_entry *entry, in rt2400pci_write_beacon() 1207 static void rt2400pci_fill_rxdone(struct queue_entry *entry, in rt2400pci_fill_rxdone() 1270 struct queue_entry *entry; in rt2400pci_txdone()
|
D | rt2500usb.c | 1056 static void rt2500usb_write_tx_desc(struct queue_entry *entry, in rt2500usb_write_tx_desc() 1118 static void rt2500usb_write_beacon(struct queue_entry *entry, in rt2500usb_write_beacon() 1199 static int rt2500usb_get_tx_data_len(struct queue_entry *entry) in rt2500usb_get_tx_data_len() 1216 static void rt2500usb_fill_rxdone(struct queue_entry *entry, in rt2500usb_fill_rxdone() 1294 struct queue_entry *entry = (struct queue_entry *)urb->context; in rt2500usb_beacondone()
|
D | rt2500pci.c | 803 static bool rt2500pci_get_entry_state(struct queue_entry *entry) in rt2500pci_get_entry_state() 820 static void rt2500pci_clear_entry(struct queue_entry *entry) in rt2500pci_clear_entry() 1247 static void rt2500pci_write_tx_desc(struct queue_entry *entry, in rt2500pci_write_tx_desc() 1317 static void rt2500pci_write_beacon(struct queue_entry *entry, in rt2500pci_write_beacon() 1356 static void rt2500pci_fill_rxdone(struct queue_entry *entry, in rt2500pci_fill_rxdone() 1398 struct queue_entry *entry; in rt2500pci_txdone()
|
/linux-6.1.9/drivers/scsi/qla4xxx/ |
D | ql4_iocb.c | 59 struct queue_entry **queue_entry) in qla4xxx_get_req_pkt() argument 64 *queue_entry = ha->request_ptr; in qla4xxx_get_req_pkt() 65 memset(*queue_entry, 0, sizeof(**queue_entry)); in qla4xxx_get_req_pkt() 95 if (qla4xxx_get_req_pkt(ha, (struct queue_entry **) &marker_entry) != in qla4xxx_send_marker_iocb() 474 rval = qla4xxx_get_req_pkt(ha, (struct queue_entry **) &(mrb->mbox)); in qla4xxx_send_mbox_iocb()
|
D | ql4_def.h | 694 sizeof(struct queue_entry)) 697 struct queue_entry *request_ring; 698 struct queue_entry *request_ptr; 700 struct queue_entry *response_ring; 701 struct queue_entry *response_ptr;
|
/linux-6.1.9/Documentation/translations/zh_CN/process/ |
D | magic-number.rst | 71 QUEUE_MAGIC_FREE 0xf7e1c9a3 queue_entry ``drivers/scsi/arm/queue.c`` 72 QUEUE_MAGIC_USED 0xf7e1cc33 queue_entry ``drivers/scsi/arm/queue.c``
|
/linux-6.1.9/Documentation/translations/zh_TW/process/ |
D | magic-number.rst | 74 QUEUE_MAGIC_FREE 0xf7e1c9a3 queue_entry ``drivers/scsi/arm/queue.c`` 75 QUEUE_MAGIC_USED 0xf7e1cc33 queue_entry ``drivers/scsi/arm/queue.c``
|
/linux-6.1.9/drivers/target/ |
D | target_core_user.c | 179 struct list_head queue_entry; member 200 struct list_head queue_entry; member 643 INIT_LIST_HEAD(&tcmu_cmd->queue_entry); in tcmu_alloc_cmd() 949 list_add_tail(&tcmu_cmd->queue_entry, &udev->qfull_queue); in add_to_qfull_queue() 1128 list_add_tail(&tcmu_cmd->queue_entry, &udev->inflight_queue); in queue_cmd_ring() 1174 list_add_tail(&tmr->queue_entry, &udev->tmr_queue); in queue_tmr_ring() 1232 cmd = list_first_entry(queue, struct tcmu_cmd, queue_entry); in tcmu_set_next_deadline() 1281 list_del_init(&cmd->queue_entry); in tcmu_tmr_notify() 1345 list_del_init(&cmd->queue_entry); in tcmu_handle_completion() 1423 list_for_each_entry_safe(tmr, tmp, &tmrs, queue_entry) { in tcmu_run_tmr_queue() [all …]
|
/linux-6.1.9/Documentation/process/ |
D | magic-number.rst | 82 QUEUE_MAGIC_FREE 0xf7e1c9a3 queue_entry ``drivers/scsi/arm/queue.c`` 83 QUEUE_MAGIC_USED 0xf7e1cc33 queue_entry ``drivers/scsi/arm/queue.c``
|
/linux-6.1.9/Documentation/translations/it_IT/process/ |
D | magic-number.rst | 88 QUEUE_MAGIC_FREE 0xf7e1c9a3 queue_entry ``drivers/scsi/arm/queue.c`` 89 QUEUE_MAGIC_USED 0xf7e1cc33 queue_entry ``drivers/scsi/arm/queue.c``
|
/linux-6.1.9/drivers/net/wwan/t7xx/ |
D | t7xx_port.h | 108 struct list_head queue_entry; member
|
D | t7xx_port_proxy.c | 143 INIT_LIST_HEAD(&port->queue_entry); in t7xx_port_struct_init() 307 list_add_tail(&port->queue_entry, in t7xx_proxy_setup_ch_mapping()
|
/linux-6.1.9/drivers/vhost/ |
D | scsi.c | 212 struct list_head queue_entry; member 359 list_add_tail(&tpg->tmf_queue, &tmf->queue_entry); in vhost_scsi_release_tmf_res() 1201 queue_entry); in vhost_scsi_handle_tmf() 1202 list_del_init(&tmf->queue_entry); in vhost_scsi_handle_tmf() 2027 INIT_LIST_HEAD(&tmf->queue_entry); in vhost_scsi_port_link() 2034 list_add_tail(&tmf->queue_entry, &tpg->tmf_queue); in vhost_scsi_port_link() 2056 queue_entry); in vhost_scsi_port_unlink() 2057 list_del(&tmf->queue_entry); in vhost_scsi_port_unlink()
|