Home
last modified time | relevance | path

Searched refs:pq_id (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_init_fw_funcs.c173pq_id, rl_valid, vp_pq_id, rl_id, ext_voq, wrr) OSAL_MEMSET(&map, 0, sizeof(map)); SET_FIELD(map… argument
177 #define PQ_INFO_RAM_GRC_ADDRESS(pq_id) XSEM_REG_FAST_MEMORY + SEM_FAST_REG_INT_RAM + 21776 + (p… argument
401 u16 num_pqs, first_pq_group, last_pq_group, i, j, pq_id, pq_group; in ecore_tx_pq_map_rt_init() local
422 for (i = 0, pq_id = start_pq; i < num_pqs; i++, pq_id++) { in ecore_tx_pq_map_rt_init()
439 vport_params[vport_id_in_pf].first_tx_pq_id[pq_params[i].tc_id] = pq_id; in ecore_tx_pq_map_rt_init()
440 first_tx_pq_id = pq_id; in ecore_tx_pq_map_rt_init()
453 …QM_INIT_TX_PQ_MAP(p_hwfn, tx_pq_map, E5, pq_id, rl_valid ? 1 : 0, first_tx_pq_id, rl_valid ? pq_pa… in ecore_tx_pq_map_rt_init()
457 …QM_INIT_TX_PQ_MAP(p_hwfn, tx_pq_map, E4, pq_id, rl_valid ? 1 : 0, first_tx_pq_id, rl_valid ? pq_pa… in ecore_tx_pq_map_rt_init()
461 STORE_RT_REG(p_hwfn, QM_REG_BASEADDRTXPQ_RT_OFFSET + pq_id, mem_addr_4kb); in ecore_tx_pq_map_rt_init()
466 STORE_RT_REG(p_hwfn, QM_REG_PTRTBLTX_RT_OFFSET + (pq_id * 2) + j, 0); in ecore_tx_pq_map_rt_init()
[all …]
H A Decore_l2.h162 u16 pq_id);
H A Decore_ll2.c899 u16 pq_id = 0, pbl_size; in ecore_sp_ll2_tx_queue_start() local
938 pq_id = ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_LB); in ecore_sp_ll2_tx_queue_start()
941 pq_id = ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_OOO); in ecore_sp_ll2_tx_queue_start()
944 pq_id = ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_OFLD); in ecore_sp_ll2_tx_queue_start()
947 p_ramrod->qm_pq_id = OSAL_CPU_TO_LE16(pq_id); in ecore_sp_ll2_tx_queue_start()
H A Decore_l2.c1213 u16 pq_id) in ecore_eth_txq_start_ramrod() argument
1245 p_ramrod->qm_pq_id = OSAL_CPU_TO_LE16(pq_id); in ecore_eth_txq_start_ramrod()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dmcu.h8 __le16 pq_id; member
H A Dmcu.c56 txd->pq_id = cpu_to_le16(MCU_PORT_QUEUE_FW); in mt7603_mcu_skb_send_msg()
58 txd->pq_id = cpu_to_le16(MCU_PORT_QUEUE); in mt7603_mcu_skb_send_msg()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmcu.h13 __le16 pq_id; member
H A Dmcu.c116 mcu_txd->pq_id = cpu_to_le16(MCU_PQ_ID(MT_TX_PORT_IDX_MCU, q_idx)); in mt7615_mcu_fill_msg()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76_connac_mcu.h51 __le16 pq_id; member
H A Dmt76_connac_mcu.c3230 mcu_txd->pq_id = cpu_to_le16(MCU_PQ_ID(MT_TX_PORT_IDX_MCU, in mt76_connac2_mcu_fill_message()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmcu.c280 mcu_txd->pq_id = cpu_to_le16(MCU_PQ_ID(MT_TX_PORT_IDX_MCU, in mt7996_mcu_send_message()