Searched refs:TXGBE_ERR_NO_SPACE (Results 1 – 2 of 2) sorted by relevance
98 #define TXGBE_ERR_NO_SPACE -(TERR_BASE + 25) macro
1686 first_empty_slot = vlvf_bypass ? TXGBE_ERR_NO_SPACE : 0; in txgbe_find_vlvf_slot()1711 return first_empty_slot ? first_empty_slot : TXGBE_ERR_NO_SPACE; in txgbe_find_vlvf_slot()