Searched refs:TXLO_ENTRIES (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/3com/ |
H A D | typhoon.c | 76 #define TXLO_ENTRIES 128 macro 146 #if TXLO_ENTRIES <= (2 * MAX_SKB_FRAGS) 244 struct tx_desc txLo[TXLO_ENTRIES] __3xp_aligned; 366 typhoon_inc_index(index, count, TXLO_ENTRIES); in typhoon_inc_tx_index() 571 return typhoon_num_free(ring->lastWrite, ring->lastRead, TXLO_ENTRIES); in typhoon_num_free_tx() 1144 ering->tx_max_pending = TXLO_ENTRIES - 1; in typhoon_get_ringparam() 1147 ering->tx_pending = TXLO_ENTRIES - 1; in typhoon_get_ringparam() 1196 iface->txLoSize = cpu_to_le32(TXLO_ENTRIES * sizeof(struct tx_desc)); in typhoon_init_interface() 1550 lastRead, TXLO_ENTRIES) > (numDesc + 2)) in typhoon_tx_complete()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/3com/ |
H A D | typhoon.c | 76 #define TXLO_ENTRIES 128 macro 141 #if TXLO_ENTRIES <= (2 * MAX_SKB_FRAGS) 239 struct tx_desc txLo[TXLO_ENTRIES] __3xp_aligned; 361 typhoon_inc_index(index, count, TXLO_ENTRIES); in typhoon_inc_tx_index() 566 return typhoon_num_free(ring->lastWrite, ring->lastRead, TXLO_ENTRIES); in typhoon_num_free_tx() 1141 ering->tx_max_pending = TXLO_ENTRIES - 1; in typhoon_get_ringparam() 1144 ering->tx_pending = TXLO_ENTRIES - 1; in typhoon_get_ringparam() 1193 iface->txLoSize = cpu_to_le32(TXLO_ENTRIES * sizeof(struct tx_desc)); in typhoon_init_interface() 1547 lastRead, TXLO_ENTRIES) > (numDesc + 2)) in typhoon_tx_complete()
|
Completed in 6 milliseconds