Searched refs:num_tx_bds (Results 1 – 2 of 2) sorted by relevance
604 unsigned int num_tx_bds; member
3094 priv->num_tx_bds = TOTAL_DESC; in bcmgenet_init_dma() 3095 priv->tx_cbs = kcalloc(priv->num_tx_bds, sizeof(struct enet_cb), in bcmgenet_init_dma() 3102 for (i = 0; i < priv->num_tx_bds; i++) { in bcmgenet_init_dma()