hw_index          134 drivers/clk/renesas/clk-div6.c 	u8 hw_index;
hw_index          139 drivers/clk/renesas/clk-div6.c 	hw_index = (readl(clock->reg) >> clock->src_shift) &
hw_index          142 drivers/clk/renesas/clk-div6.c 		if (clock->parents[i] == hw_index)
hw_index          147 drivers/clk/renesas/clk-div6.c 	       __func__, clk_hw_get_name(hw), hw_index);
hw_index          154 drivers/clk/renesas/clk-div6.c 	u8 hw_index;
hw_index          161 drivers/clk/renesas/clk-div6.c 	hw_index = clock->parents[index];
hw_index          163 drivers/clk/renesas/clk-div6.c 	writel((readl(clock->reg) & mask) | (hw_index << clock->src_shift),
hw_index          142 drivers/net/ethernet/pensando/ionic/ionic_debugfs.c 	debugfs_create_u32("qid", 0400, q_dentry, &q->hw_index);
hw_index          290 drivers/net/ethernet/pensando/ionic/ionic_dev.c 	return (lif->hw_index * lif->dbid_count) + pid;
hw_index          451 drivers/net/ethernet/pensando/ionic/ionic_dev.c 		q->lif->index, q->name, q->hw_type, q->hw_index,
hw_index          178 drivers/net/ethernet/pensando/ionic/ionic_dev.h 	unsigned int hw_index;
hw_index          466 drivers/net/ethernet/pensando/ionic/ionic_if.h 	__le16 hw_index;
hw_index          541 drivers/net/ethernet/pensando/ionic/ionic_if.h 	__le32 hw_index;
hw_index          587 drivers/net/ethernet/pensando/ionic/ionic_lif.c 	q->hw_index = le32_to_cpu(ctx.comp.q_init.hw_index);
hw_index          588 drivers/net/ethernet/pensando/ionic/ionic_lif.c 	q->dbval = IONIC_DBELL_QID(q->hw_index);
hw_index          591 drivers/net/ethernet/pensando/ionic/ionic_lif.c 	dev_dbg(dev, "txq->hw_index %d\n", q->hw_index);
hw_index          632 drivers/net/ethernet/pensando/ionic/ionic_lif.c 	q->hw_index = le32_to_cpu(ctx.comp.q_init.hw_index);
hw_index          633 drivers/net/ethernet/pensando/ionic/ionic_lif.c 	q->dbval = IONIC_DBELL_QID(q->hw_index);
hw_index          636 drivers/net/ethernet/pensando/ionic/ionic_lif.c 	dev_dbg(dev, "rxq->hw_index %d\n", q->hw_index);
hw_index         1853 drivers/net/ethernet/pensando/ionic/ionic_lif.c 	q->hw_index = le32_to_cpu(comp.hw_index);
hw_index         1854 drivers/net/ethernet/pensando/ionic/ionic_lif.c 	q->dbval = IONIC_DBELL_QID(q->hw_index);
hw_index         1857 drivers/net/ethernet/pensando/ionic/ionic_lif.c 	dev_dbg(dev, "adminq->hw_index %d\n", q->hw_index);
hw_index         1915 drivers/net/ethernet/pensando/ionic/ionic_lif.c 	q->hw_index = le32_to_cpu(ctx.comp.q_init.hw_index);
hw_index         1916 drivers/net/ethernet/pensando/ionic/ionic_lif.c 	q->dbval = IONIC_DBELL_QID(q->hw_index);
hw_index         1919 drivers/net/ethernet/pensando/ionic/ionic_lif.c 	dev_dbg(dev, "notifyq->hw_index %d\n", q->hw_index);
hw_index         1987 drivers/net/ethernet/pensando/ionic/ionic_lif.c 	lif->hw_index = le16_to_cpu(comp.hw_index);
hw_index          142 drivers/net/ethernet/pensando/ionic/ionic_lif.h 	unsigned int hw_index;
hw_index         1080 drivers/net/wireless/ath/ath10k/ce.c 	if (src_ring->hw_index == sw_index) {
hw_index         1094 drivers/net/wireless/ath/ath10k/ce.c 		src_ring->hw_index = read_index;
hw_index         1100 drivers/net/wireless/ath/ath10k/ce.c 		read_index = src_ring->hw_index;
hw_index         1133 drivers/net/wireless/ath/ath10k/ce.c 	if (src_ring->hw_index == sw_index) {
hw_index         1147 drivers/net/wireless/ath/ath10k/ce.c 		src_ring->hw_index = read_index;
hw_index         1153 drivers/net/wireless/ath/ath10k/ce.c 		read_index = src_ring->hw_index;
hw_index         1437 drivers/net/wireless/ath/ath10k/ce.c 	src_ring->hw_index = src_ring->sw_index;
hw_index           90 drivers/net/wireless/ath/ath10k/ce.h 	unsigned int hw_index;