Home
last modified time | relevance | path

Searched refs:hw_index (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/clk/renesas/
A Dclk-div6.c169 u8 hw_index; in cpg_div6_clock_get_parent() local
174 hw_index = (readl(clock->reg) & clock->src_mask) >> in cpg_div6_clock_get_parent()
177 if (clock->parents[i] == hw_index) in cpg_div6_clock_get_parent()
182 __func__, clk_hw_get_name(hw), hw_index); in cpg_div6_clock_get_parent()
/linux/drivers/net/ethernet/pensando/ionic/
A Dionic_lif.c771 q->hw_index = le32_to_cpu(ctx.comp.q_init.hw_index); in ionic_lif_txq_init()
772 q->dbval = IONIC_DBELL_QID(q->hw_index); in ionic_lif_txq_init()
775 dev_dbg(dev, "txq->hw_index %d\n", q->hw_index); in ionic_lif_txq_init()
827 q->hw_index = le32_to_cpu(ctx.comp.q_init.hw_index); in ionic_lif_rxq_init()
828 q->dbval = IONIC_DBELL_QID(q->hw_index); in ionic_lif_rxq_init()
831 dev_dbg(dev, "rxq->hw_index %d\n", q->hw_index); in ionic_lif_rxq_init()
2992 q->hw_index = le32_to_cpu(comp.hw_index); in ionic_lif_adminq_init()
2993 q->dbval = IONIC_DBELL_QID(q->hw_index); in ionic_lif_adminq_init()
3047 q->hw_index = le32_to_cpu(ctx.comp.q_init.hw_index); in ionic_lif_notifyq_init()
3048 q->dbval = IONIC_DBELL_QID(q->hw_index); in ionic_lif_notifyq_init()
[all …]
A Dionic_dev.c525 return (lif->hw_index * lif->dbid_count) + pid; in ionic_db_page_num()
662 q->lif->index, q->name, q->hw_type, q->hw_index, in ionic_q_post()
A Dionic_dev.h226 unsigned int hw_index; member
A Dionic_lif.h166 unsigned int hw_index; member
A Dionic_debugfs.c143 debugfs_create_u32("qid", 0400, q_dentry, &q->hw_index); in ionic_debugfs_add_qcq()
A Dionic_if.h568 __le16 hw_index; member
698 __le32 hw_index; member
/linux/drivers/net/wireless/ath/ath10k/
A Dce.c1080 if (src_ring->hw_index == sw_index) { in _ath10k_ce_completed_send_next_nolock()
1094 src_ring->hw_index = read_index; in _ath10k_ce_completed_send_next_nolock()
1100 read_index = src_ring->hw_index; in _ath10k_ce_completed_send_next_nolock()
1133 if (src_ring->hw_index == sw_index) { in _ath10k_ce_completed_send_next_nolock_64()
1147 src_ring->hw_index = read_index; in _ath10k_ce_completed_send_next_nolock_64()
1153 read_index = src_ring->hw_index; in _ath10k_ce_completed_send_next_nolock_64()
1442 src_ring->hw_index = src_ring->sw_index; in ath10k_ce_init_src_ring()
A Dce.h90 unsigned int hw_index; member

Completed in 41 milliseconds