Home
last modified time | relevance | path

Searched refs:DESC_ALL_CNT (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/dec/tulip/
H A Duli526x.c47 #define DESC_ALL_CNT (TX_DESC_CNT + RX_DESC_CNT) macro
322 sizeof(struct tx_desc) * DESC_ALL_CNT + 0x20, in uli526x_init_one()
415 sizeof(struct tx_desc) * DESC_ALL_CNT + 0x20, in uli526x_init_one()
436 sizeof(struct tx_desc) * DESC_ALL_CNT + 0x20, in uli526x_remove_one()
H A Ddmfe.c104 #define DESC_ALL_CNT (TX_DESC_CNT + RX_DESC_CNT) macro
426 sizeof(struct tx_desc) * DESC_ALL_CNT + 0x20, in dmfe_init_one()
500 sizeof(struct tx_desc) * DESC_ALL_CNT + 0x20, in dmfe_init_one()
525 sizeof(struct tx_desc) * DESC_ALL_CNT + 0x20, in dmfe_remove_one()
/openbmc/u-boot/drivers/net/
H A Duli526x.c38 #define DESC_ALL_CNT (TX_DESC_CNT + RX_DESC_CNT) macro
159 static struct tx_desc desc_pool_array[DESC_ALL_CNT + 0x20]