Searched refs:hwq (Results 1 - 12 of 12) sorted by relevance

/linux-4.4.14/include/scsi/
H A Dscsi_tcq.h30 u16 hwq = blk_mq_unique_tag_to_hwq(tag); scsi_host_find_tag() local
32 if (hwq < shost->tag_set.nr_hw_queues) { scsi_host_find_tag()
33 req = blk_mq_tag_to_rq(shost->tag_set.tags[hwq], scsi_host_find_tag()
/linux-4.4.14/drivers/net/wireless/ti/wlcore/
H A Dtx.c1213 int hwq = wlcore_tx_get_mac80211_queue(wlvif, queue); wlcore_stop_queue_locked() local
1214 bool stopped = !!wl->queue_stop_reasons[hwq]; wlcore_stop_queue_locked()
1217 WARN_ON_ONCE(test_and_set_bit(reason, &wl->queue_stop_reasons[hwq])); wlcore_stop_queue_locked()
1222 ieee80211_stop_queue(wl->hw, hwq); wlcore_stop_queue_locked()
1239 int hwq = wlcore_tx_get_mac80211_queue(wlvif, queue); wlcore_wake_queue() local
1244 WARN_ON_ONCE(!test_and_clear_bit(reason, &wl->queue_stop_reasons[hwq])); wlcore_wake_queue()
1246 if (wl->queue_stop_reasons[hwq]) wlcore_wake_queue()
1249 ieee80211_wake_queue(wl->hw, hwq); wlcore_wake_queue()
1316 int hwq = wlcore_tx_get_mac80211_queue(wlvif, queue); wlcore_is_queue_stopped_by_reason_locked() local
1319 return test_bit(reason, &wl->queue_stop_reasons[hwq]); wlcore_is_queue_stopped_by_reason_locked()
1325 int hwq = wlcore_tx_get_mac80211_queue(wlvif, queue); wlcore_is_queue_stopped_locked() local
1328 return !!wl->queue_stop_reasons[hwq]; wlcore_is_queue_stopped_locked()
/linux-4.4.14/drivers/net/wireless/iwlwifi/pcie/
H A Dinternal.h496 IWL_DEBUG_TX_QUEUES(trans, "Wake hwq %d\n", txq->q.id); iwl_wake_queue()
508 IWL_DEBUG_TX_QUEUES(trans, "Stop hwq %d\n", txq->q.id); iwl_stop_queue()
510 IWL_DEBUG_TX_QUEUES(trans, "hwq %d already stopped\n", iwl_stop_queue()
H A Dtrans.c1951 "hwq %.2d: read=%u write=%u use=%d stop=%d need_update=%d frozen=%d%s\n", iwl_dbgfs_tx_queue_read()
/linux-4.4.14/block/
H A Dblk-mq-tag.c690 int hwq = 0; blk_mq_unique_tag() local
694 hwq = hctx->queue_num; blk_mq_unique_tag()
697 return (hwq << BLK_MQ_UNIQUE_TAG_BITS) | blk_mq_unique_tag()
/linux-4.4.14/drivers/net/wireless/iwlegacy/
H A Dcommon.h2269 il_set_swq_id(struct il_tx_queue *txq, u8 ac, u8 hwq) il_set_swq_id() argument
2272 BUG_ON(hwq > 31); /* only use 5 bits */ il_set_swq_id()
2274 txq->swq_id = (hwq << 2) | ac; il_set_swq_id()
2295 u8 hwq = (queue >> 2) & 0x1f; il_wake_queue() local
2297 if (test_and_clear_bit(hwq, il->queue_stopped)) il_wake_queue()
2306 u8 hwq = (queue >> 2) & 0x1f; il_stop_queue() local
2308 if (!test_and_set_bit(hwq, il->queue_stopped)) il_stop_queue()
H A Ddebug.c870 "hwq %.2d: read=%u write=%u stop=%d" il_dbgfs_tx_queue_read()
871 " swq_id=%#.2x (ac %d/hwq %d)\n", cnt, il_dbgfs_tx_queue_read()
/linux-4.4.14/drivers/scsi/
H A Dvirtio_scsi.c584 u16 hwq = blk_mq_unique_tag_to_hwq(tag); virtscsi_pick_vq_mq() local
586 return &vscsi->req_vqs[hwq]; virtscsi_pick_vq_mq()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
H A Den_tx.c100 en_err(priv, "Failed allocating hwq resources\n"); mlx4_en_create_tx_ring()
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
H A Dtx.c555 "stopping AGG on STA/TID %d/%d but hwq %d not used\n", iwlagn_tx_agg_stop()
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_main.c1398 "Configure tx [queue/hwq] [%d/%d], aifs: %d, cw_min: %d, cw_max: %d, txop: %d\n", ath9k_htc_conf_tx()
/linux-4.4.14/drivers/scsi/lpfc/
H A Dlpfc_scsi.c3860 uint16_t hwq; lpfc_sli4_scmd_to_wqidx_distr() local
3864 hwq = blk_mq_unique_tag_to_hwq(tag); lpfc_sli4_scmd_to_wqidx_distr()
3866 return hwq; lpfc_sli4_scmd_to_wqidx_distr()

Completed in 661 milliseconds