Home
last modified time | relevance | path

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

/freebsd/sys/dev/ice/
H A Dice_osdep.h234 #define LIST_FIRST_ENTRY(head, type, member) \ macro
H A Dice_flex_pipe.c990 tmp1 = LIST_FIRST_ENTRY(list1, struct ice_vsig_prof, list); in ice_match_prop_lst()
991 tmp2 = LIST_FIRST_ENTRY(list2, struct ice_vsig_prof, list); in ice_match_prop_lst()