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.c177 #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()
440 first_tx_pq_id = pq_id; in ecore_tx_pq_map_rt_init()
478 tx_pq_vf_mask[pq_id / QM_PF_QUEUE_GROUP_SIZE] |= (1 << (pq_id % QM_PF_QUEUE_GROUP_SIZE)); in ecore_tx_pq_map_rt_init()
501 u16 i, j, pq_id, pq_group; in ecore_other_pq_map_rt_init() local
517 for (i = 0, pq_id = pf_id * QM_PF_QUEUE_GROUP_SIZE; i < QM_OTHER_PQS_PER_PF; i++, pq_id++) { in ecore_other_pq_map_rt_init()
902 u32 pq_mask = 0, last_pq, pq_id; in ecore_send_qm_stop_cmd() local
910 for (pq_id = start_pq; pq_id <= last_pq; pq_id++) { in ecore_send_qm_stop_cmd()
913 pq_mask |= (1 << (pq_id % QM_STOP_PQ_MASK_WIDTH)); in ecore_send_qm_stop_cmd()
[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()