/Linux-v5.4/drivers/scsi/cxlflash/ |
D | common.h | 196 struct hwq { struct 209 u32 index; /* Index of this hwq */ argument 231 struct hwq hwqs[CXLFLASH_MAX_HWQS]; argument
|
D | main.c | 164 struct hwq *hwq = get_hwq(afu, cmd->hwq_index); in cmd_complete() local 196 static void flush_pending_cmds(struct hwq *hwq) in flush_pending_cmds() 240 static int context_reset(struct hwq *hwq, __be64 __iomem *reset_reg) in context_reset() 281 static int context_reset_ioarrin(struct hwq *hwq) in context_reset_ioarrin() 292 static int context_reset_sq(struct hwq *hwq) in context_reset_sq() 309 struct hwq *hwq = get_hwq(afu, cmd->hwq_index); in send_cmd_ioarrin() local 353 struct hwq *hwq = get_hwq(afu, cmd->hwq_index); in send_cmd_sq() local 431 u32 hwq = 0; in cmd_to_target_hwq() local 469 struct hwq *hwq = get_hwq(afu, PRIMARY_HWQ); in send_tmf() local 573 struct hwq *hwq = get_hwq(afu, hwq_index); in cxlflash_queuecommand() local [all …]
|
D | superpipe.c | 267 struct hwq *hwq = get_hwq(afu, PRIMARY_HWQ); in afu_attach() local 1660 struct hwq *hwq = get_hwq(afu, PRIMARY_HWQ); in cxlflash_afu_recover() local
|
/Linux-v5.4/drivers/net/wireless/mediatek/mt76/mt7615/ |
D | dma.c | 18 struct mt76_queue *hwq; in mt7615_init_tx_queues() local 42 struct mt76_queue *hwq; in mt7615_init_mcu_queue() local
|
/Linux-v5.4/include/scsi/ |
D | scsi_tcq.h | 26 u16 hwq; in scsi_host_find_tag() local
|
/Linux-v5.4/drivers/net/wireless/mediatek/mt76/ |
D | tx.c | 340 struct mt76_queue *hwq = dev->q_tx[MT_TXQ_PSD].q; in mt76_release_buffered_frames() local 386 struct mt76_queue *hwq = sq->q; in mt76_txq_send_burst() local 476 struct mt76_queue *hwq = sq->q; in mt76_txq_schedule_list() local 572 struct mt76_queue *hwq; in mt76_stop_tx_queues() local
|
D | mt76x02_mmio.c | 103 struct mt76_queue *hwq; in mt76x02_init_tx_queue() local
|
/Linux-v5.4/drivers/net/wireless/ti/wlcore/ |
D | tx.c | 1200 int hwq = wlcore_tx_get_mac80211_queue(wlvif, queue); in wlcore_stop_queue_locked() local 1226 int hwq = wlcore_tx_get_mac80211_queue(wlvif, queue); in wlcore_wake_queue() local 1303 int hwq = wlcore_tx_get_mac80211_queue(wlvif, queue); in wlcore_is_queue_stopped_by_reason_locked() local 1312 int hwq = wlcore_tx_get_mac80211_queue(wlvif, queue); in wlcore_is_queue_stopped_locked() local
|
/Linux-v5.4/drivers/infiniband/hw/bnxt_re/ |
D | qplib_res.c | 136 void bnxt_qplib_free_hwq(struct pci_dev *pdev, struct bnxt_qplib_hwq *hwq) in bnxt_qplib_free_hwq() 161 int bnxt_qplib_alloc_init_hwq(struct pci_dev *pdev, struct bnxt_qplib_hwq *hwq, in bnxt_qplib_alloc_init_hwq()
|
D | qplib_res.h | 49 #define HWQ_CMP(idx, hwq) ((idx) & ((hwq)->max_elements - 1)) argument 51 #define HWQ_FREE_SLOTS(hwq) (hwq->max_elements - \ argument
|
D | qplib_sp.h | 120 struct bnxt_qplib_hwq hwq; member 125 struct bnxt_qplib_hwq hwq; member
|
D | qplib_fp.h | 53 struct bnxt_qplib_hwq hwq; member 237 struct bnxt_qplib_hwq hwq; member 378 struct bnxt_qplib_hwq hwq; member 482 struct bnxt_qplib_hwq hwq; member
|
D | qplib_fp.c | 239 struct bnxt_qplib_hwq *hwq = &nq->hwq; in bnxt_qplib_service_nq() local 326 struct bnxt_qplib_hwq *hwq = &nq->hwq; in bnxt_qplib_nq_irq() local
|
/Linux-v5.4/drivers/net/wireless/mediatek/mt76/mt7603/ |
D | dma.c | 11 struct mt76_queue *hwq; in mt7603_init_tx_queue() local
|
/Linux-v5.4/drivers/scsi/ |
D | virtio_scsi.c | 536 u16 hwq = blk_mq_unique_tag_to_hwq(tag); in virtscsi_pick_vq_mq() local 711 static void virtscsi_commit_rqs(struct Scsi_Host *shost, u16 hwq) in virtscsi_commit_rqs()
|
D | scsi_debug.c | 3699 u16 hwq = blk_mq_unique_tag_to_hwq(tag); in get_queue() local
|
/Linux-v5.4/drivers/block/ |
D | nbd.c | 670 u16 hwq; in nbd_read_stat() local
|
D | skd_main.c | 1464 u16 hwq = 0; in skd_isr_completion_posted() local
|
/Linux-v5.4/drivers/net/wireless/intel/iwlegacy/ |
D | common.h | 2248 il_set_swq_id(struct il_tx_queue *txq, u8 ac, u8 hwq) in il_set_swq_id() 2274 u8 hwq = (queue >> 2) & 0x1f; in il_wake_queue() local 2285 u8 hwq = (queue >> 2) & 0x1f; in il_stop_queue() local
|
/Linux-v5.4/drivers/scsi/qla2xxx/ |
D | qla_os.c | 829 uint16_t hwq; in qla2xxx_queuecommand() local
|