Searched refs:LIST_FIRST_ENTRY (Results 1 – 3 of 3) sorted by relevance
342 #define LIST_FIRST_ENTRY(head, type, field) (type *)((head)->lh_first) macro
2795 tmp1 = LIST_FIRST_ENTRY(list1, struct ice_vsig_prof, list); in ice_match_prop_lst()2796 tmp2 = LIST_FIRST_ENTRY(list2, struct ice_vsig_prof, list); in ice_match_prop_lst()
7012 fv = LIST_FIRST_ENTRY(fv_list, struct ice_sw_fv_list_entry, list_entry); in ice_fill_fv_word_index()