Lines Matching defs:list_head

2929 	struct list_head *rule_head;
3091 struct list_head *list_head;
3093 list_head = &sw->recp_list[recp_id].filt_rules;
3094 list_for_each_entry(list_itr, list_head, list_entry) {
3123 struct list_head *list_head;
3125 list_head = &sw->recp_list[recp_id].filt_rules;
3126 list_for_each_entry(list_itr, list_head, list_entry) {
3406 struct list_head *rule_head;
3473 int ice_add_mac(struct ice_hw *hw, struct list_head *m_list)
3667 int ice_add_vlan(struct ice_hw *hw, struct list_head *v_list)
3694 int ice_add_eth_mac(struct ice_hw *hw, struct list_head *em_list)
3722 int ice_remove_eth_mac(struct ice_hw *hw, struct list_head *em_list)
3751 ice_rem_sw_rule_info(struct ice_hw *hw, struct list_head *rule_head)
3770 ice_rem_adv_rule_info(struct ice_hw *hw, struct list_head *rule_head)
3867 struct list_head *rule_head;
3905 int ice_remove_mac(struct ice_hw *hw, struct list_head *m_list)
3940 int ice_remove_vlan(struct ice_hw *hw, struct list_head *v_list)
3976 struct list_head *vsi_list_head,
4019 struct list_head *lkup_list_head,
4020 struct list_head *vsi_list_head)
4082 ice_remove_promisc(struct ice_hw *hw, u8 recp_id, struct list_head *v_list)
4108 struct list_head remove_list_head;
4110 struct list_head *rule_head;
4295 struct list_head vsi_list_head;
4296 struct list_head *vlan_head;
4350 struct list_head remove_list_head;
4351 struct list_head *rule_head;
4743 struct list_head *rg_list,
4791 ice_fill_fv_word_index(struct ice_hw *hw, struct list_head *fv_list,
4792 struct list_head *rg_list)
6025 struct list_head *rule_head;
6262 * @list_head: list for which filters need to be replayed
6269 struct list_head *list_head)
6275 if (list_empty(list_head))
6279 list_for_each_entry(itr, list_head, list_entry) {
6515 struct list_head *list_head;
6522 list_head = &sw->recp_list[remove_entry->rid].filt_rules;
6523 list_for_each_entry(list_itr, list_head, list_entry) {
6540 * @list_head: list for which filters need to be replayed
6546 struct list_head *list_head)
6552 if (list_empty(list_head))
6554 list_for_each_entry(adv_fltr, list_head, list_entry) {
6582 struct list_head *head;
6611 struct list_head *l_head;