Home
last modified time | relevance | path

Searched refs:hw_queue (Results 1 – 25 of 67) sorted by relevance

123

/linux-6.3-rc2/drivers/net/ethernet/ibm/ehea/
A Dehea_qmr.h206 static inline void *hw_qeit_get(struct hw_queue *queue) in hw_qeit_get()
211 static inline void hw_qeit_inc(struct hw_queue *queue) in hw_qeit_inc()
221 static inline void *hw_qeit_get_inc(struct hw_queue *queue) in hw_qeit_get_inc()
245 static inline void *hw_qeit_get_valid(struct hw_queue *queue) in hw_qeit_get_valid()
261 static inline void *hw_qeit_reset(struct hw_queue *queue) in hw_qeit_reset()
267 static inline void *hw_qeit_eq_get_inc(struct hw_queue *queue) in hw_qeit_eq_get_inc()
295 struct hw_queue *queue; in ehea_get_next_rwqe()
310 struct hw_queue *queue = &my_qp->hw_squeue; in ehea_get_swqe()
327 struct hw_queue *queue = &qp->hw_rqueue1; in ehea_poll_rq1()
335 hw_qeit_inc(&cq->hw_queue); in ehea_inc_cq()
[all …]
A Dehea.h141 struct hw_queue { struct
260 struct hw_queue hw_queue; member
273 struct hw_queue hw_squeue;
274 struct hw_queue hw_rqueue1;
275 struct hw_queue hw_rqueue2;
276 struct hw_queue hw_rqueue3;
301 struct hw_queue hw_queue; member
A Dehea_qmr.c140 vpage = hw_qpageit_get_inc(&cq->hw_queue); in ehea_create_cq()
173 hw_qeit_reset(&cq->hw_queue); in ehea_create_cq()
180 hw_queue_dtor(&cq->hw_queue); in ehea_create_cq()
202 hw_queue_dtor(&cq->hw_queue); in ehea_destroy_cq_res()
289 hw_qeit_reset(&eq->hw_queue); in ehea_create_eq()
293 hw_queue_dtor(&eq->hw_queue); in ehea_create_eq()
328 hw_queue_dtor(&eq->hw_queue); in ehea_destroy_eq_res()
357 static int ehea_qp_alloc_register(struct ehea_qp *qp, struct hw_queue *hw_queue, in ehea_qp_alloc_register() argument
370 vpage = hw_qpageit_get_inc(hw_queue); in ehea_qp_alloc_register()
384 hw_qeit_reset(hw_queue); in ehea_qp_alloc_register()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/i915/gt/
A Dmock_engine.c95 return list_first_entry_or_null(&engine->hw_queue, in first_request()
245 list_add_tail(&request->mock.link, &engine->hw_queue); in mock_submit_request()
246 if (list_is_first(&request->mock.link, &engine->hw_queue)) { in mock_submit_request()
310 list_for_each_entry(rq, &mock->hw_queue, mock.link) { in mock_reset_cancel()
316 INIT_LIST_HEAD(&mock->hw_queue); in mock_reset_cancel()
386 INIT_LIST_HEAD(&engine->hw_queue); in mock_engine()
438 list_for_each_entry_safe(request, rn, &mock->hw_queue, mock.link) in mock_engine_flush()
A Dmock_engine.h19 struct list_head hw_queue; member
/linux-6.3-rc2/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
A Dtrx.h11 struct sk_buff *skb, u8 hw_queue,
22 void rtl92se_tx_polling(struct ieee80211_hw *hw, u8 hw_queue);
A Dtrx.c317 u8 hw_queue, struct rtl_tcb_desc *ptcb_desc) in rtl92se_tx_fill_desc() argument
327 u8 fw_qsel = _rtl92se_map_hwqueue_to_fwqueue(skb, hw_queue); in rtl92se_tx_fill_desc()
634 void rtl92se_tx_polling(struct ieee80211_hw *hw, u8 hw_queue) in rtl92se_tx_polling() argument
637 rtl_write_word(rtlpriv, TP_POLL, BIT(0) << (hw_queue)); in rtl92se_tx_polling()
/linux-6.3-rc2/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
A Dtrx.c14 static u8 _rtl8723e_map_hwqueue_to_fwqueue(struct sk_buff *skb, u8 hw_queue) in _rtl8723e_map_hwqueue_to_fwqueue() argument
346 u8 hw_queue, struct rtl_tcb_desc *ptcb_desc) in rtl8723e_tx_fill_desc() argument
358 u8 fw_qsel = _rtl8723e_map_hwqueue_to_fwqueue(skb, hw_queue); in rtl8723e_tx_fill_desc()
667 u8 hw_queue, u16 index) in rtl8723e_is_tx_desc_closed() argument
670 struct rtl8192_tx_ring *ring = &rtlpci->tx_ring[hw_queue]; in rtl8723e_is_tx_desc_closed()
684 void rtl8723e_tx_polling(struct ieee80211_hw *hw, u8 hw_queue) in rtl8723e_tx_polling() argument
687 if (hw_queue == BEACON_QUEUE) { in rtl8723e_tx_polling()
691 BIT(0) << (hw_queue)); in rtl8723e_tx_polling()
A Dtrx.h519 struct sk_buff *skb, u8 hw_queue,
530 u8 hw_queue, u16 index);
531 void rtl8723e_tx_polling(struct ieee80211_hw *hw, u8 hw_queue);
/linux-6.3-rc2/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
A Dtrx.c14 static u8 _rtl92ce_map_hwqueue_to_fwqueue(struct sk_buff *skb, u8 hw_queue) in _rtl92ce_map_hwqueue_to_fwqueue() argument
347 u8 hw_queue, struct rtl_tcb_desc *tcb_desc) in rtl92ce_tx_fill_desc() argument
357 u8 fw_qsel = _rtl92ce_map_hwqueue_to_fwqueue(skb, hw_queue); in rtl92ce_tx_fill_desc()
666 u8 hw_queue, u16 index) in rtl92ce_is_tx_desc_closed() argument
669 struct rtl8192_tx_ring *ring = &rtlpci->tx_ring[hw_queue]; in rtl92ce_is_tx_desc_closed()
682 void rtl92ce_tx_polling(struct ieee80211_hw *hw, u8 hw_queue) in rtl92ce_tx_polling() argument
686 if (hw_queue == BEACON_QUEUE) { in rtl92ce_tx_polling()
690 BIT(0) << (hw_queue)); in rtl92ce_tx_polling()
A Dtrx.h516 struct sk_buff *skb, u8 hw_queue,
527 u8 hw_queue, u16 index);
528 void rtl92ce_tx_polling(struct ieee80211_hw *hw, u8 hw_queue);
/linux-6.3-rc2/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
A Dtrx.c16 static u8 _rtl8723be_map_hwqueue_to_fwqueue(struct sk_buff *skb, u8 hw_queue) in _rtl8723be_map_hwqueue_to_fwqueue() argument
406 u8 hw_queue, struct rtl_tcb_desc *ptcb_desc) in rtl8723be_tx_fill_desc() argument
418 u8 fw_qsel = _rtl8723be_map_hwqueue_to_fwqueue(skb, hw_queue); in rtl8723be_tx_fill_desc()
719 u8 hw_queue, u16 index) in rtl8723be_is_tx_desc_closed() argument
722 struct rtl8192_tx_ring *ring = &rtlpci->tx_ring[hw_queue]; in rtl8723be_is_tx_desc_closed()
735 void rtl8723be_tx_polling(struct ieee80211_hw *hw, u8 hw_queue) in rtl8723be_tx_polling() argument
738 if (hw_queue == BEACON_QUEUE) { in rtl8723be_tx_polling()
742 BIT(0) << (hw_queue)); in rtl8723be_tx_polling()
A Dtrx.h632 u8 hw_queue, struct rtl_tcb_desc *ptcb_desc);
642 u8 hw_queue, u16 index);
643 void rtl8723be_tx_polling(struct ieee80211_hw *hw, u8 hw_queue);
/linux-6.3-rc2/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
A Dtrx.c15 static u8 _rtl88ee_map_hwqueue_to_fwqueue(struct sk_buff *skb, u8 hw_queue) in _rtl88ee_map_hwqueue_to_fwqueue() argument
481 u8 hw_queue, struct rtl_tcb_desc *ptcb_desc) in rtl88ee_tx_fill_desc() argument
492 u8 fw_qsel = _rtl88ee_map_hwqueue_to_fwqueue(skb, hw_queue); in rtl88ee_tx_fill_desc()
809 bool rtl88ee_is_tx_desc_closed(struct ieee80211_hw *hw, u8 hw_queue, u16 index) in rtl88ee_is_tx_desc_closed() argument
812 struct rtl8192_tx_ring *ring = &rtlpci->tx_ring[hw_queue]; in rtl88ee_is_tx_desc_closed()
825 void rtl88ee_tx_polling(struct ieee80211_hw *hw, u8 hw_queue) in rtl88ee_tx_polling() argument
828 if (hw_queue == BEACON_QUEUE) { in rtl88ee_tx_polling()
832 BIT(0) << (hw_queue)); in rtl88ee_tx_polling()
/linux-6.3-rc2/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
A Dtrx.c16 static u8 _rtl92ee_map_hwqueue_to_fwqueue(struct sk_buff *skb, u8 hw_queue) in _rtl92ee_map_hwqueue_to_fwqueue() argument
645 u8 hw_queue, struct rtl_tcb_desc *ptcb_desc) in rtl92ee_tx_fill_desc() argument
654 u8 fw_qsel = _rtl92ee_map_hwqueue_to_fwqueue(skb, hw_queue); in rtl92ee_tx_fill_desc()
687 rtl92ee_pre_fill_tx_bd_desc(hw, pbd_desc_tx, pdesc8, hw_queue, in rtl92ee_tx_fill_desc()
994 bool rtl92ee_is_tx_desc_closed(struct ieee80211_hw *hw, u8 hw_queue, u16 index) in rtl92ee_is_tx_desc_closed() argument
1000 struct rtl8192_tx_ring *ring = &rtlpci->tx_ring[hw_queue]; in rtl92ee_is_tx_desc_closed()
1008 get_desc_addr_fr_q_idx(hw_queue)); in rtl92ee_is_tx_desc_closed()
1033 if (hw_queue == BEACON_QUEUE) in rtl92ee_is_tx_desc_closed()
1043 void rtl92ee_tx_polling(struct ieee80211_hw *hw, u8 hw_queue) in rtl92ee_tx_polling() argument
/linux-6.3-rc2/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
A Dtrx.c14 static u8 _rtl92de_map_hwqueue_to_fwqueue(struct sk_buff *skb, u8 hw_queue) in _rtl92de_map_hwqueue_to_fwqueue() argument
476 u8 hw_queue, struct rtl_tcb_desc *ptcb_desc) in rtl92de_tx_fill_desc() argument
488 u8 fw_qsel = _rtl92de_map_hwqueue_to_fwqueue(skb, hw_queue); in rtl92de_tx_fill_desc()
800 u8 hw_queue, u16 index) in rtl92de_is_tx_desc_closed() argument
803 struct rtl8192_tx_ring *ring = &rtlpci->tx_ring[hw_queue]; in rtl92de_is_tx_desc_closed()
816 void rtl92de_tx_polling(struct ieee80211_hw *hw, u8 hw_queue) in rtl92de_tx_polling() argument
819 if (hw_queue == BEACON_QUEUE) in rtl92de_tx_polling()
823 BIT(0) << (hw_queue)); in rtl92de_tx_polling()
A Dtrx.h553 struct sk_buff *skb, u8 hw_queue,
564 u8 hw_queue, u16 index);
565 void rtl92de_tx_polling(struct ieee80211_hw *hw, u8 hw_queue);
/linux-6.3-rc2/drivers/net/wireless/realtek/rtlwifi/
A Dpci.c728 u8 hw_queue = 0; in _rtl_pci_rx_interrupt() local
753 hw_queue); in _rtl_pci_rx_interrupt()
788 hw_queue); in _rtl_pci_rx_interrupt()
866 rtlpci->rx_ring[hw_queue].next_rx_rp %= in _rtl_pci_rx_interrupt()
1597 u8 hw_queue = _rtl_mac_to_hwqueue(hw, skb); in rtl_pci_tx() local
1625 ring = &rtlpci->tx_ring[hw_queue]; in rtl_pci_tx()
1626 if (hw_queue != BEACON_QUEUE) { in rtl_pci_tx()
1646 hw_queue, ring->idx, idx, in rtl_pci_tx()
1673 HW_DESC_OWN, &hw_queue); in rtl_pci_tx()
1680 hw_queue != BEACON_QUEUE) { in rtl_pci_tx()
[all …]
A Dusb.c923 u16 hw_queue) in _rtl_usb_tx_preprocess() argument
952 hw_queue, &tcb_desc); in _rtl_usb_tx_preprocess()
966 u16 hw_queue; in rtl_usb_tx() local
970 hw_queue = rtlusb->usb_mq_to_hwq(fc, skb_get_queue_mapping(skb)); in rtl_usb_tx()
971 _rtl_usb_tx_preprocess(hw, sta, skb, hw_queue); in rtl_usb_tx()
972 _rtl_usb_transmit(hw, skb, hw_queue); in rtl_usb_tx()
/linux-6.3-rc2/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
A Dtrx.c16 static u8 _rtl8821ae_map_hwqueue_to_fwqueue(struct sk_buff *skb, u8 hw_queue) in _rtl8821ae_map_hwqueue_to_fwqueue() argument
667 u8 hw_queue, struct rtl_tcb_desc *ptcb_desc) in rtl8821ae_tx_fill_desc() argument
678 u8 fw_qsel = _rtl8821ae_map_hwqueue_to_fwqueue(skb, hw_queue); in rtl8821ae_tx_fill_desc()
964 u8 hw_queue, u16 index) in rtl8821ae_is_tx_desc_closed() argument
967 struct rtl8192_tx_ring *ring = &rtlpci->tx_ring[hw_queue]; in rtl8821ae_is_tx_desc_closed()
981 void rtl8821ae_tx_polling(struct ieee80211_hw *hw, u8 hw_queue) in rtl8821ae_tx_polling() argument
985 if (hw_queue == BEACON_QUEUE) { in rtl8821ae_tx_polling()
989 BIT(0) << (hw_queue)); in rtl8821ae_tx_polling()
A Dtrx.h638 u8 hw_queue, struct rtl_tcb_desc *ptcb_desc);
648 u8 hw_queue, u16 index);
649 void rtl8821ae_tx_polling(struct ieee80211_hw *hw, u8 hw_queue);
/linux-6.3-rc2/drivers/infiniband/hw/cxgb4/
A Ddevice.c994 devp->rdev.hw_queue.t4_eq_status_entries = in c4iw_alloc()
996 devp->rdev.hw_queue.t4_max_eq_size = 65520; in c4iw_alloc()
997 devp->rdev.hw_queue.t4_max_iq_size = 65520; in c4iw_alloc()
998 devp->rdev.hw_queue.t4_max_rq_size = 8192 - in c4iw_alloc()
1000 devp->rdev.hw_queue.t4_max_sq_size = in c4iw_alloc()
1001 devp->rdev.hw_queue.t4_max_eq_size - in c4iw_alloc()
1003 devp->rdev.hw_queue.t4_max_qp_depth = in c4iw_alloc()
1004 devp->rdev.hw_queue.t4_max_rq_size; in c4iw_alloc()
1005 devp->rdev.hw_queue.t4_max_cq_depth = in c4iw_alloc()
1006 devp->rdev.hw_queue.t4_max_iq_size - 2; in c4iw_alloc()
[all …]
A Dprovider.c282 props->max_qp_wr = dev->rdev.hw_queue.t4_max_qp_depth; in c4iw_query_device()
283 props->max_srq_wr = dev->rdev.hw_queue.t4_max_qp_depth; in c4iw_query_device()
293 props->max_cqe = dev->rdev.hw_queue.t4_max_cq_depth; in c4iw_query_device()
/linux-6.3-rc2/drivers/accel/habanalabs/common/
A DMakefile11 common/command_buffer.o common/hw_queue.o common/irq.o \
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/mvm/
A Dops.c1644 int hw_queue, bool start) in iwl_mvm_queue_state_change() argument
1656 mvm->tvqm_info[hw_queue].sta_id : in iwl_mvm_queue_state_change()
1657 mvm->queue_info[hw_queue].ra_sta_id; in iwl_mvm_queue_state_change()
1669 if (iwl_mvm_is_static_queue(mvm, hw_queue)) { in iwl_mvm_queue_state_change()
1679 int tid = mvm->tvqm_info[hw_queue].txq_tid; in iwl_mvm_queue_state_change()
1683 tid_bitmap = mvm->queue_info[hw_queue].tid_bitmap; in iwl_mvm_queue_state_change()
1704 static void iwl_mvm_stop_sw_queue(struct iwl_op_mode *op_mode, int hw_queue) in iwl_mvm_stop_sw_queue() argument
1706 iwl_mvm_queue_state_change(op_mode, hw_queue, false); in iwl_mvm_stop_sw_queue()
1709 static void iwl_mvm_wake_sw_queue(struct iwl_op_mode *op_mode, int hw_queue) in iwl_mvm_wake_sw_queue() argument
1711 iwl_mvm_queue_state_change(op_mode, hw_queue, true); in iwl_mvm_wake_sw_queue()

Completed in 179 milliseconds

123