Searched refs:qmap (Results 1 – 13 of 13) sorted by relevance
| /linux/block/ |
| H A D | blk-mq-cpumap.c | 59 void blk_mq_map_queues(struct blk_mq_queue_map *qmap) in blk_mq_map_queues() argument 64 masks = group_cpus_evenly(qmap->nr_queues, &nr_masks); in blk_mq_map_queues() 67 qmap->mq_map[cpu] = qmap->queue_offset; in blk_mq_map_queues() 71 for (queue = 0; queue < qmap->nr_queues; queue++) { in blk_mq_map_queues() 73 qmap->mq_map[cpu] = qmap->queue_offset + queue; in blk_mq_map_queues() 87 int blk_mq_hw_queue_to_node(struct blk_mq_queue_map *qmap, unsigned int index) in blk_mq_hw_queue_to_node() argument 92 if (index == qmap->mq_map[i]) in blk_mq_hw_queue_to_node() 108 void blk_mq_map_hw_queues(struct blk_mq_queue_map *qmap, in blk_mq_map_hw_queues() argument 118 for (queue = 0; queue < qmap->nr_queues; queue++) { in blk_mq_map_hw_queues() 124 qmap->mq_map[cpu] = qmap->queue_offset + queue; in blk_mq_map_hw_queues() [all …]
|
| H A D | blk-mq.h | 75 extern int blk_mq_hw_queue_to_node(struct blk_mq_queue_map *qmap, unsigned int); 380 static inline void blk_mq_clear_mq_map(struct blk_mq_queue_map *qmap) in blk_mq_clear_mq_map() argument 385 qmap->mq_map[cpu] = 0; in blk_mq_clear_mq_map()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-class-net-qmi | 32 Write a number ranging from 1 to 254 to add a qmap mux 50 created qmap mux based network device. 52 What: /sys/class/net/<qmimux iface>/qmap/mux_id
|
| /linux/drivers/net/ethernet/intel/ice/virt/ |
| H A D | queues.c | 468 unsigned long qmap; in ice_cfg_interrupt() local 473 qmap = map->rxq_map; in ice_cfg_interrupt() 474 for_each_set_bit(vsi_q_id_idx, &qmap, ICE_MAX_RSS_QS_PER_VF) { in ice_cfg_interrupt() 488 qmap = map->txq_map; in ice_cfg_interrupt() 489 for_each_set_bit(vsi_q_id_idx, &qmap, ICE_MAX_RSS_QS_PER_VF) { in ice_cfg_interrupt()
|
| /linux/drivers/net/ipa/ |
| H A D | ipa_endpoint.h | 113 bool qmap; member
|
| H A D | ipa_endpoint.c | 793 if (endpoint->config.qmap) { in ipa_endpoint_init_hdr() 838 if (endpoint->config.qmap) { in ipa_endpoint_init_hdr_ext() 866 if (endpoint->config.qmap && !endpoint->toward_ipa) { in ipa_endpoint_init_hdr_ext() 896 if (endpoint->config.qmap) in ipa_endpoint_init_hdr_metadata_mask()
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt_dcb.c | 195 unsigned long qmap = 0; in bnxt_queue_remap() local 204 __set_bit(j, &qmap); in bnxt_queue_remap() 216 j = find_next_zero_bit(&qmap, max, j); in bnxt_queue_remap() 218 __set_bit(j, &qmap); in bnxt_queue_remap()
|
| /linux/arch/powerpc/kvm/ |
| H A D | book3s_xive.h | 132 u8 qmap; member
|
| H A D | book3s_xive.c | 981 if (xive->qmap & (1 << prio)) in xive_check_provisioning() 1000 xive->qmap |= (1 << prio); in xive_check_provisioning() 1993 if (xive->qmap & (1 << i)) { in kvmppc_xive_connect_vcpu()
|
| /linux/tools/sched_ext/ |
| H A D | scx_qmap.bpf.c | 1241 .name = "qmap"); 59 struct qmap { global() struct
|
| /linux/drivers/scsi/pm8001/ |
| H A D | pm8001_init.c | 105 struct blk_mq_queue_map *qmap = &shost->tag_set.map[HCTX_TYPE_DEFAULT]; in pm8001_map_queues() local 108 blk_mq_map_hw_queues(qmap, &pm8001_ha->pdev->dev, 1); in pm8001_map_queues() 112 blk_mq_map_queues(qmap); in pm8001_map_queues()
|
| /linux/drivers/scsi/hisi_sas/ |
| H A D | hisi_sas_main.c | 579 struct blk_mq_queue_map *qmap = &shost->tag_set.map[HCTX_TYPE_DEFAULT]; in hisi_sas_queue_command() local 581 queue = qmap->mq_map[raw_smp_processor_id()]; in hisi_sas_queue_command()
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_os.c | 8079 struct blk_mq_queue_map *qmap = &shost->tag_set.map[HCTX_TYPE_DEFAULT]; in qla2xxx_map_queues() local 8082 blk_mq_map_queues(qmap); in qla2xxx_map_queues() 8084 blk_mq_map_hw_queues(qmap, &vha->hw->pdev->dev, in qla2xxx_map_queues()
|