Searched refs:ATL1_MIN_TPD (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/atheros/atlx/ | ||
D | atl1.h | 567 #define ATL1_MIN_TPD 64 macro |
D | atl1.c | 3487 tpdr->count = (u16) max(ring->tx_pending, (u32) ATL1_MIN_TPD); in atl1_set_ringparam() |