Searched refs:first_empty_slot (Results 1 – 3 of 3) sorted by relevance
134 s32 regindex, first_empty_slot; in igb_find_vlvf_slot() local145 first_empty_slot = vlvf_bypass ? -E1000_ERR_NO_SPACE : 0; in igb_find_vlvf_slot()156 if (!first_empty_slot && !bits) in igb_find_vlvf_slot()157 first_empty_slot = regindex; in igb_find_vlvf_slot()160 return first_empty_slot ? : -E1000_ERR_NO_SPACE; in igb_find_vlvf_slot()
1708 u32 bits = 0, first_empty_slot = 0; in wx_find_vlvf_slot() local1721 if (!bits && !(first_empty_slot)) in wx_find_vlvf_slot()1722 first_empty_slot = regindex; in wx_find_vlvf_slot()1728 if (first_empty_slot) in wx_find_vlvf_slot()1729 regindex = first_empty_slot; in wx_find_vlvf_slot()
3083 s32 regindex, first_empty_slot; in ixgbe_find_vlvf_slot() local3094 first_empty_slot = vlvf_bypass ? IXGBE_ERR_NO_SPACE : 0; in ixgbe_find_vlvf_slot()3108 if (!first_empty_slot && !bits) in ixgbe_find_vlvf_slot()3109 first_empty_slot = regindex; in ixgbe_find_vlvf_slot()3115 if (!first_empty_slot) in ixgbe_find_vlvf_slot()3118 return first_empty_slot ? : IXGBE_ERR_NO_SPACE; in ixgbe_find_vlvf_slot()