HomeSort by: relevance | last modified time | path
    Searched defs:first_empty_slot (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_common.c 3950 s32 regindex, first_empty_slot; local in function:ixgbe_find_vlvf_slot
3961 first_empty_slot = vlvf_bypass ? IXGBE_ERR_NO_SPACE : 0;
3975 if (!first_empty_slot && !bits)
3976 first_empty_slot = regindex;
3982 if (!first_empty_slot)
3985 return first_empty_slot ? first_empty_slot : IXGBE_ERR_NO_SPACE;
ixgbe_common.c 3950 s32 regindex, first_empty_slot; local in function:ixgbe_find_vlvf_slot
3961 first_empty_slot = vlvf_bypass ? IXGBE_ERR_NO_SPACE : 0;
3975 if (!first_empty_slot && !bits)
3976 first_empty_slot = regindex;
3982 if (!first_empty_slot)
3985 return first_empty_slot ? first_empty_slot : IXGBE_ERR_NO_SPACE;
ixgbe_common.c 3950 s32 regindex, first_empty_slot; local in function:ixgbe_find_vlvf_slot
3961 first_empty_slot = vlvf_bypass ? IXGBE_ERR_NO_SPACE : 0;
3975 if (!first_empty_slot && !bits)
3976 first_empty_slot = regindex;
3982 if (!first_empty_slot)
3985 return first_empty_slot ? first_empty_slot : IXGBE_ERR_NO_SPACE;

Completed in 40 milliseconds