/Linux-v4.19/drivers/scsi/cxlflash/ |
D | common.h | 200 struct hwq { struct 213 u32 index; /* Index of this hwq */ argument 235 struct hwq hwqs[CXLFLASH_MAX_HWQS]; argument
|
D | main.c | 168 struct hwq *hwq = get_hwq(afu, cmd->hwq_index); in cmd_complete() local 200 static void flush_pending_cmds(struct hwq *hwq) in flush_pending_cmds() 244 static int context_reset(struct hwq *hwq, __be64 __iomem *reset_reg) in context_reset() 285 static int context_reset_ioarrin(struct hwq *hwq) in context_reset_ioarrin() 296 static int context_reset_sq(struct hwq *hwq) in context_reset_sq() 313 struct hwq *hwq = get_hwq(afu, cmd->hwq_index); in send_cmd_ioarrin() local 357 struct hwq *hwq = get_hwq(afu, cmd->hwq_index); in send_cmd_sq() local 435 u32 hwq = 0; in cmd_to_target_hwq() local 473 struct hwq *hwq = get_hwq(afu, PRIMARY_HWQ); in send_tmf() local 577 struct hwq *hwq = get_hwq(afu, hwq_index); in cxlflash_queuecommand() local [all …]
|
D | superpipe.c | 271 struct hwq *hwq = get_hwq(afu, PRIMARY_HWQ); in afu_attach() local 1664 struct hwq *hwq = get_hwq(afu, PRIMARY_HWQ); in cxlflash_afu_recover() local
|
/Linux-v4.19/drivers/net/wireless/mediatek/mt76/ |
D | tx.c | 163 struct mt76_queue *hwq = &dev->q_tx[MT_TXQ_PSD]; in mt76_queue_ps_skb() local 181 struct mt76_queue *hwq = &dev->q_tx[MT_TXQ_PSD]; in mt76_release_buffered_frames() local 218 mt76_txq_send_burst(struct mt76_dev *dev, struct mt76_queue *hwq, in mt76_txq_send_burst() 304 mt76_txq_schedule_list(struct mt76_dev *dev, struct mt76_queue *hwq) in mt76_txq_schedule_list() 352 void mt76_txq_schedule(struct mt76_dev *dev, struct mt76_queue *hwq) in mt76_txq_schedule() 403 struct mt76_queue *hwq = mtxq->hwq; in mt76_wake_tx_queue() local 416 struct mt76_queue *hwq; in mt76_txq_remove() local
|
D | mt76.h | 170 struct mt76_queue *hwq; member
|
/Linux-v4.19/include/scsi/ |
D | scsi_tcq.h | 31 u16 hwq = blk_mq_unique_tag_to_hwq(tag); in scsi_host_find_tag() local
|
/Linux-v4.19/drivers/net/wireless/ti/wlcore/ |
D | tx.c | 1214 int hwq = wlcore_tx_get_mac80211_queue(wlvif, queue); in wlcore_stop_queue_locked() local 1240 int hwq = wlcore_tx_get_mac80211_queue(wlvif, queue); in wlcore_wake_queue() local 1317 int hwq = wlcore_tx_get_mac80211_queue(wlvif, queue); in wlcore_is_queue_stopped_by_reason_locked() local 1326 int hwq = wlcore_tx_get_mac80211_queue(wlvif, queue); in wlcore_is_queue_stopped_locked() local
|
/Linux-v4.19/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 | 115 struct bnxt_qplib_hwq hwq; member 120 struct bnxt_qplib_hwq hwq; member
|
D | qplib_fp.h | 53 struct bnxt_qplib_hwq hwq; member 237 struct bnxt_qplib_hwq hwq; member 377 struct bnxt_qplib_hwq hwq; member 448 struct bnxt_qplib_hwq hwq; member
|
D | qplib_fp.c | 238 struct bnxt_qplib_hwq *hwq = &nq->hwq; in bnxt_qplib_service_nq() local 324 struct bnxt_qplib_hwq *hwq = &nq->hwq; in bnxt_qplib_nq_irq() local
|
/Linux-v4.19/block/ |
D | blk-mq-tag.c | 472 int hwq = 0; in blk_mq_unique_tag() local
|
/Linux-v4.19/drivers/scsi/ |
D | virtio_scsi.c | 529 u16 hwq = blk_mq_unique_tag_to_hwq(tag); in virtscsi_pick_vq_mq() local
|
D | scsi_debug.c | 3786 u16 hwq = blk_mq_unique_tag_to_hwq(tag); in get_queue() local
|
/Linux-v4.19/drivers/block/ |
D | nbd.c | 620 u16 hwq; in nbd_read_stat() local
|
D | skd_main.c | 1458 u16 hwq = 0; in skd_isr_completion_posted() local
|
/Linux-v4.19/drivers/net/wireless/intel/iwlegacy/ |
D | common.h | 2270 il_set_swq_id(struct il_tx_queue *txq, u8 ac, u8 hwq) in il_set_swq_id() 2296 u8 hwq = (queue >> 2) & 0x1f; in il_wake_queue() local 2307 u8 hwq = (queue >> 2) & 0x1f; in il_stop_queue() local
|
/Linux-v4.19/drivers/scsi/qla2xxx/ |
D | qla_os.c | 848 uint16_t hwq; in qla2xxx_queuecommand() local
|
/Linux-v4.19/drivers/scsi/lpfc/ |
D | lpfc_scsi.c | 3913 uint16_t hwq; in lpfc_sli4_scmd_to_wqidx_distr() local
|