Home
last modified time | relevance | path

Searched refs:first_empty_slot (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/intel/igb/
H A De1000_mac.c134 s32 regindex, first_empty_slot; in igb_find_vlvf_slot() local
145 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()
/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_hw.c2535 u32 bits = 0, first_empty_slot = 0; in wx_find_vlvf_slot() local
2548 if (!bits && !(first_empty_slot)) in wx_find_vlvf_slot()
2549 first_empty_slot = regindex; in wx_find_vlvf_slot()
2555 if (first_empty_slot) in wx_find_vlvf_slot()
2556 regindex = first_empty_slot; in wx_find_vlvf_slot()