Lines Matching defs:l_head
3973 struct LIST_HEAD_TYPE l_head;
3996 INIT_LIST_HEAD(&l_head);
3998 LIST_ADD(&fl_info.list_entry, &l_head);
4001 ret = ice_add_mac_rule(hw, &l_head, hw->switch_info,
4051 ret = ice_remove_mac(hw, &l_head);
4068 struct LIST_HEAD_TYPE l_head;
4093 INIT_LIST_HEAD(&l_head);
4096 LIST_ADD(&fl_info.list_entry, &l_head);
4098 ret = ice_add_mac_rule(hw, &l_head, hw->switch_info,
4150 ret = ice_remove_mac(hw, &l_head);
4167 struct LIST_HEAD_TYPE l_head;
4174 /* Move entries from the given list_head to a temporary l_head so that
4178 LIST_REPLACE_INIT(list_head, &l_head);
4183 LIST_FOR_EACH_ENTRY(itr, &l_head, ice_fltr_mgmt_list_entry,
4221 ice_rem_sw_rule_info(hw, &l_head);
4362 struct LIST_HEAD_TYPE *l_head;
4364 l_head = &sw->recp_list[i].filt_replay_rules;
4366 ice_rem_sw_rule_info(hw, l_head);