Searched refs:LIST_FIRST_ENTRY (Results 1 – 3 of 3) sorted by relevance
332 #define LIST_FIRST_ENTRY(head, type, field) (type *)((head)->lh_first) macro
2483 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()
6310 fv = LIST_FIRST_ENTRY(fv_list, struct ice_sw_fv_list_entry, list_entry); in ice_fill_fv_word_index()