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

/freebsd-current/sys/dev/ice/
H A Dice_flex_pipe.c3542 struct LIST_HEAD_TYPE union_lst; local
3547 INIT_LIST_HEAD(&union_lst);
3583 status = ice_get_profs_vsig(hw, blk, vsig, &union_lst);
3587 status = ice_add_prof_to_lst(hw, blk, &union_lst, hdl);
3592 status = ice_find_dup_props_vsig(hw, blk, &union_lst, &vsig);
3625 &union_lst, &vsig,
3664 LIST_FOR_EACH_ENTRY_SAFE(del1, tmp1, &union_lst, ice_vsig_prof, list) {

Completed in 58 milliseconds