Searched refs:fvl (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/ice/
H A Dice_flex_pipe.c1768 struct ice_sw_fv_list_entry *fvl; local
1811 fvl = (struct ice_sw_fv_list_entry *)
1812 ice_malloc(hw, sizeof(*fvl));
1813 if (!fvl)
1815 fvl->fv_ptr = fv;
1816 fvl->profile_id = offset;
1817 LIST_ADD(&fvl->list_entry, fv_list);
1827 LIST_FOR_EACH_ENTRY_SAFE(fvl, tmp, fv_list, ice_sw_fv_list_entry,
1829 LIST_DEL(&fvl->list_entry);
1830 ice_free(hw, fvl);
[all...]

Completed in 161 milliseconds