tmp_fil 636 drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.c struct qlcnic_filter *tmp_fil; tmp_fil 645 drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.c hlist_for_each_entry_safe(tmp_fil, n, head, fnode) { tmp_fil 646 drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.c cmd = tmp_fil->vlan_id ? QLCNIC_MAC_VLAN_DEL : tmp_fil 648 drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.c expires = tmp_fil->ftime + QLCNIC_FILTER_AGE * HZ; tmp_fil 651 drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.c tmp_fil->faddr, tmp_fil 652 drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.c tmp_fil->vlan_id, tmp_fil 656 drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.c hlist_del(&tmp_fil->fnode); tmp_fil 658 drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.c kfree(tmp_fil); tmp_fil 665 drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.c hlist_for_each_entry_safe(tmp_fil, n, head, fnode) tmp_fil 667 drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.c expires = tmp_fil->ftime + QLCNIC_FILTER_AGE * HZ; tmp_fil 671 drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.c hlist_del(&tmp_fil->fnode); tmp_fil 673 drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.c kfree(tmp_fil); tmp_fil 681 drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.c struct qlcnic_filter *tmp_fil; tmp_fil 689 drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.c hlist_for_each_entry_safe(tmp_fil, n, head, fnode) { tmp_fil 690 drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.c cmd = tmp_fil->vlan_id ? QLCNIC_MAC_VLAN_DEL : tmp_fil 693 drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.c tmp_fil->faddr, tmp_fil 694 drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.c tmp_fil->vlan_id, tmp_fil 698 drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.c hlist_del(&tmp_fil->fnode); tmp_fil 700 drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.c kfree(tmp_fil); tmp_fil 179 drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c struct qlcnic_filter *tmp_fil = NULL; tmp_fil 182 drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c hlist_for_each_entry_safe(tmp_fil, n, head, fnode) { tmp_fil 183 drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c if (ether_addr_equal(tmp_fil->faddr, addr) && tmp_fil 184 drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c tmp_fil->vlan_id == vlan_id) tmp_fil 185 drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c return tmp_fil; tmp_fil 195 drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c struct qlcnic_filter *fil, *tmp_fil; tmp_fil 215 drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c tmp_fil = qlcnic_find_mac_filter(head, &src_addr, vlan_id); tmp_fil 216 drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c if (tmp_fil) { tmp_fil 217 drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c time = tmp_fil->ftime; tmp_fil 219 drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c tmp_fil->ftime = jiffies; tmp_fil 239 drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c tmp_fil = qlcnic_find_mac_filter(head, &src_addr, vlan_id); tmp_fil 240 drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c if (tmp_fil) { tmp_fil 246 drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c hlist_del(&tmp_fil->fnode); tmp_fil 261 drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c tmp_fil = qlcnic_find_mac_filter(head, &src_addr, vlan_id); tmp_fil 262 drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c if (tmp_fil) tmp_fil 263 drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c qlcnic_delete_rx_list_mac(adapter, tmp_fil, &src_addr, tmp_fil 309 drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c struct qlcnic_filter *fil, *tmp_fil; tmp_fil 333 drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c hlist_for_each_entry_safe(tmp_fil, n, head, fnode) { tmp_fil 334 drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c if (ether_addr_equal(tmp_fil->faddr, (u8 *)&src_addr) && tmp_fil 335 drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c tmp_fil->vlan_id == vlan_id) { tmp_fil 336 drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c if (jiffies > (QLCNIC_READD_AGE * HZ + tmp_fil->ftime)) tmp_fil 339 drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c tmp_fil->ftime = jiffies;