Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/intel/igb/
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-6.6.21/drivers/net/ethernet/wangxun/libwx/
Dwx_hw.c1710 u32 bits = 0, first_empty_slot = 0; in wx_find_vlvf_slot() local
1723 if (!bits && !(first_empty_slot)) in wx_find_vlvf_slot()
1724 first_empty_slot = regindex; in wx_find_vlvf_slot()
1730 if (first_empty_slot) in wx_find_vlvf_slot()
1731 regindex = first_empty_slot; in wx_find_vlvf_slot()
/linux-6.6.21/drivers/net/ethernet/intel/ixgbe/
Dixgbe_common.c3071 s32 regindex, first_empty_slot; in ixgbe_find_vlvf_slot() local
3082 first_empty_slot = vlvf_bypass ? -ENOSPC : 0; in ixgbe_find_vlvf_slot()
3096 if (!first_empty_slot && !bits) in ixgbe_find_vlvf_slot()
3097 first_empty_slot = regindex; in ixgbe_find_vlvf_slot()
3103 if (!first_empty_slot) in ixgbe_find_vlvf_slot()
3106 return first_empty_slot ? : -ENOSPC; in ixgbe_find_vlvf_slot()