Searched refs:hwq (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/include/scsi/ |
D | scsi_tcq.h | 30 u16 hwq = blk_mq_unique_tag_to_hwq(tag); in scsi_host_find_tag() local 32 if (hwq < shost->tag_set.nr_hw_queues) { in scsi_host_find_tag() 33 req = blk_mq_tag_to_rq(shost->tag_set.tags[hwq], in scsi_host_find_tag()
|
/linux-4.4.14/drivers/net/wireless/ti/wlcore/ |
D | tx.c | 1213 int hwq = wlcore_tx_get_mac80211_queue(wlvif, queue); in wlcore_stop_queue_locked() local 1214 bool stopped = !!wl->queue_stop_reasons[hwq]; in wlcore_stop_queue_locked() 1217 WARN_ON_ONCE(test_and_set_bit(reason, &wl->queue_stop_reasons[hwq])); in wlcore_stop_queue_locked() 1222 ieee80211_stop_queue(wl->hw, hwq); in wlcore_stop_queue_locked() 1239 int hwq = wlcore_tx_get_mac80211_queue(wlvif, queue); in wlcore_wake_queue() local 1244 WARN_ON_ONCE(!test_and_clear_bit(reason, &wl->queue_stop_reasons[hwq])); in wlcore_wake_queue() 1246 if (wl->queue_stop_reasons[hwq]) in wlcore_wake_queue() 1249 ieee80211_wake_queue(wl->hw, hwq); in wlcore_wake_queue() 1316 int hwq = wlcore_tx_get_mac80211_queue(wlvif, queue); in wlcore_is_queue_stopped_by_reason_locked() local 1319 return test_bit(reason, &wl->queue_stop_reasons[hwq]); in wlcore_is_queue_stopped_by_reason_locked() [all …]
|
/linux-4.4.14/block/ |
D | blk-mq-tag.c | 690 int hwq = 0; in blk_mq_unique_tag() local 694 hwq = hctx->queue_num; in blk_mq_unique_tag() 697 return (hwq << BLK_MQ_UNIQUE_TAG_BITS) | in blk_mq_unique_tag()
|
/linux-4.4.14/drivers/net/wireless/iwlegacy/ |
D | common.h | 2269 il_set_swq_id(struct il_tx_queue *txq, u8 ac, u8 hwq) in il_set_swq_id() argument 2272 BUG_ON(hwq > 31); /* only use 5 bits */ in il_set_swq_id() 2274 txq->swq_id = (hwq << 2) | ac; in il_set_swq_id() 2295 u8 hwq = (queue >> 2) & 0x1f; in il_wake_queue() local 2297 if (test_and_clear_bit(hwq, il->queue_stopped)) in il_wake_queue() 2306 u8 hwq = (queue >> 2) & 0x1f; in il_stop_queue() local 2308 if (!test_and_set_bit(hwq, il->queue_stopped)) in il_stop_queue()
|
/linux-4.4.14/drivers/scsi/ |
D | virtio_scsi.c | 584 u16 hwq = blk_mq_unique_tag_to_hwq(tag); in virtscsi_pick_vq_mq() local 586 return &vscsi->req_vqs[hwq]; in virtscsi_pick_vq_mq()
|
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_scsi.c | 3860 uint16_t hwq; in lpfc_sli4_scmd_to_wqidx_distr() local 3864 hwq = blk_mq_unique_tag_to_hwq(tag); in lpfc_sli4_scmd_to_wqidx_distr() 3866 return hwq; in lpfc_sli4_scmd_to_wqidx_distr()
|