Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_osdep.h332 #define LIST_FIRST_ENTRY(head, type, field) (type *)((head)->lh_first) macro
H A Dice_flex_pipe.c2483 tmp1 = LIST_FIRST_ENTRY(list1, struct ice_vsig_prof, list); in ice_match_prop_lst()
2484 tmp2 = LIST_FIRST_ENTRY(list2, struct ice_vsig_prof, list); in ice_match_prop_lst()
H A Dice_switch.c6310 fv = LIST_FIRST_ENTRY(fv_list, struct ice_sw_fv_list_entry, list_entry); in ice_fill_fv_word_index()