Searched refs:IGBVF_MAX_TXD (Results 1 – 2 of 2) sorted by relevance
187 ring->tx_max_pending = IGBVF_MAX_TXD; in igbvf_get_ringparam()210 new_tx_count = min_t(u32, new_tx_count, IGBVF_MAX_TXD); in igbvf_set_ringparam()
41 #define IGBVF_MAX_TXD 4096 macro