Searched refs:hwq (Results 1 – 4 of 4) sorted by relevance
/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 …]
|
/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()
|
/drivers/scsi/ |
D | virtio_scsi.c | 594 u16 hwq = blk_mq_unique_tag_to_hwq(tag); in virtscsi_pick_vq_mq() local 596 return &vscsi->req_vqs[hwq]; in virtscsi_pick_vq_mq()
|
/drivers/scsi/lpfc/ |
D | lpfc_scsi.c | 3878 uint16_t hwq; in lpfc_sli4_scmd_to_wqidx_distr() local 3882 hwq = blk_mq_unique_tag_to_hwq(tag); in lpfc_sli4_scmd_to_wqidx_distr() 3884 return hwq; in lpfc_sli4_scmd_to_wqidx_distr()
|