Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_hw.c2541 u32 bits = 0, first_empty_slot = 0; in wx_find_vlvf_slot() local
2554 if (!bits && !(first_empty_slot)) in wx_find_vlvf_slot()
2555 first_empty_slot = regindex; in wx_find_vlvf_slot()
2561 if (first_empty_slot) in wx_find_vlvf_slot()
2562 regindex = first_empty_slot; in wx_find_vlvf_slot()