Searched refs:bdr (Results 1 – 3 of 3) sorted by relevance
82 static inline void enetc_bdr_idx_inc(struct enetc_bdr *bdr, int *i) in enetc_bdr_idx_inc() argument84 if (unlikely(++*i == bdr->bd_count)) in enetc_bdr_idx_inc()88 static inline int enetc_bd_unused(struct enetc_bdr *bdr) in enetc_bd_unused() argument90 if (bdr->next_to_clean > bdr->next_to_use) in enetc_bd_unused()91 return bdr->next_to_clean - bdr->next_to_use - 1; in enetc_bd_unused()93 return bdr->bd_count + bdr->next_to_clean - bdr->next_to_use - 1; in enetc_bd_unused()
1818 struct enetc_bdr *bdr; in enetc_alloc_msix() local1849 bdr = &v->tx_ring[j]; in enetc_alloc_msix()1850 bdr->index = idx; in enetc_alloc_msix()1851 bdr->ndev = priv->ndev; in enetc_alloc_msix()1852 bdr->dev = priv->dev; in enetc_alloc_msix()1853 bdr->bd_count = priv->tx_bd_count; in enetc_alloc_msix()1854 priv->tx_ring[idx] = bdr; in enetc_alloc_msix()1857 bdr = &v->rx_ring; in enetc_alloc_msix()1858 bdr->index = i; in enetc_alloc_msix()1859 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()