Home
last modified time | relevance | path

Searched refs:num_tx_bds (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet.h604 unsigned int num_tx_bds; member
H A Dbcmgenet.c3094 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()