Searched refs:bdr (Results 1 – 3 of 3) sorted by relevance
77 static inline void enetc_bdr_idx_inc(struct enetc_bdr *bdr, int *i) in enetc_bdr_idx_inc() argument79 if (unlikely(++*i == bdr->bd_count)) in enetc_bdr_idx_inc()83 static inline int enetc_bd_unused(struct enetc_bdr *bdr) in enetc_bd_unused() argument85 if (bdr->next_to_clean > bdr->next_to_use) in enetc_bd_unused()86 return bdr->next_to_clean - bdr->next_to_use - 1; in enetc_bd_unused()88 return bdr->bd_count + bdr->next_to_clean - bdr->next_to_use - 1; in enetc_bd_unused()
1628 struct enetc_bdr *bdr; in enetc_alloc_msix() local1653 bdr = &v->tx_ring[j]; in enetc_alloc_msix()1654 bdr->index = idx; in enetc_alloc_msix()1655 bdr->ndev = priv->ndev; in enetc_alloc_msix()1656 bdr->dev = priv->dev; in enetc_alloc_msix()1657 bdr->bd_count = priv->tx_bd_count; in enetc_alloc_msix()1658 priv->tx_ring[idx] = bdr; in enetc_alloc_msix()1661 bdr = &v->rx_ring; in enetc_alloc_msix()1662 bdr->index = i; in enetc_alloc_msix()1663 bdr->ndev = priv->ndev; in enetc_alloc_msix()[all …]
293 u32 bdr; in tda10086_set_symbol_rate() local340 bdr = big & 0xfffff; in tda10086_set_symbol_rate()348 tda10086_write_byte(state, 0x06, bdr); in tda10086_set_symbol_rate()349 tda10086_write_byte(state, 0x07, bdr >> 8); in tda10086_set_symbol_rate()350 tda10086_write_byte(state, 0x08, bdr >> 16); in tda10086_set_symbol_rate()