Lines Matching defs:list_head
1935 * @list_head: head of rule list
1942 ice_find_rule_entry(struct LIST_HEAD_TYPE *list_head,
1947 LIST_FOR_EACH_ENTRY(list_itr, list_head, ice_fltr_mgmt_list_entry,
1974 struct LIST_HEAD_TYPE *list_head;
1976 list_head = &recp_list->filt_rules;
1980 LIST_FOR_EACH_ENTRY(list_itr, list_head,
1995 LIST_FOR_EACH_ENTRY(list_itr, list_head,
3025 * @list_head: head of rule list
3035 ice_find_ucast_rule_entry(struct LIST_HEAD_TYPE *list_head,
3040 LIST_FOR_EACH_ENTRY(list_itr, list_head, ice_fltr_mgmt_list_entry,
4158 * @list_head: list for which filters needs to be replayed
4162 ice_replay_fltr(struct ice_hw *hw, u8 recp_id, struct LIST_HEAD_TYPE *list_head)
4170 if (LIST_EMPTY(list_head))
4174 /* Move entries from the given list_head to a temporary l_head so that
4178 LIST_REPLACE_INIT(list_head, &l_head);
4180 /* Mark the given list_head empty by reinitializing it so filters
4255 * @list_head: list for which filters need to be replayed
4263 struct LIST_HEAD_TYPE *list_head)
4270 if (LIST_EMPTY(list_head))
4275 LIST_FOR_EACH_ENTRY(itr, list_head, ice_fltr_mgmt_list_entry,