Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/bce/
HDif_bce.c1951 for (i = 0; i < TOTAL_TX_BD(txr); i++) { in bce_destroy_tx_ring()
2125 txr->tx_bufs = kmalloc(sizeof(struct bce_tx_buf) * TOTAL_TX_BD(txr), in bce_create_tx_ring()
2196 for (i = 0; i < TOTAL_TX_BD(txr); i++) { in bce_create_tx_ring()
4023 for (i = 0; i < TOTAL_TX_BD(txr); i++) { in bce_free_tx_chain()
HDif_bcereg.h5649 #define TOTAL_TX_BD(txr) (TOTAL_TX_BD_PER_PAGE * (txr)->tx_pages) macro
5651 #define MAX_TX_BD(txr) (TOTAL_TX_BD((txr)) - 1)