Home
last modified time | relevance | path

Searched refs:lsts (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/freescale/fman/
H A Dfman_mac.h181 struct list_head *lsts; member
202 if (hash->lsts) { in free_hash_table()
205 dequeue_addr_from_hash_entry(&hash->lsts[i]); in free_hash_table()
210 lsts[i]); in free_hash_table()
214 kfree(hash->lsts); in free_hash_table()
233 hash->lsts = kmalloc_objs(struct list_head, hash->size); in alloc_hash_table()
234 if (!hash->lsts) { in alloc_hash_table()
240 INIT_LIST_HEAD(&hash->lsts[i]); in alloc_hash_table()
H A Dfman_dtsec.c1067 &dtsec->multicast_addr_hash->lsts[bucket]); in dtsec_add_hash_mac_address()
1070 &dtsec->unicast_addr_hash->lsts[bucket]); in dtsec_add_hash_mac_address()
1151 &dtsec->multicast_addr_hash->lsts[bucket]) { in dtsec_del_hash_mac_address()
1159 if (list_empty(&dtsec->multicast_addr_hash->lsts[bucket])) in dtsec_del_hash_mac_address()
1164 &dtsec->unicast_addr_hash->lsts[bucket]) { in dtsec_del_hash_mac_address()
1172 if (list_empty(&dtsec->unicast_addr_hash->lsts[bucket])) in dtsec_del_hash_mac_address()
H A Dfman_tgec.c515 &tgec->multicast_addr_hash->lsts[hash]); in tgec_add_hash_mac_address()
575 list_for_each(pos, &tgec->multicast_addr_hash->lsts[hash]) { in tgec_del_hash_mac_address()
585 if (list_empty(&tgec->multicast_addr_hash->lsts[hash])) in tgec_del_hash_mac_address()
H A Dfman_memac.c821 &memac->multicast_addr_hash->lsts[hash]); in memac_add_hash_mac_address()
865 list_for_each(pos, &memac->multicast_addr_hash->lsts[hash]) { in memac_del_hash_mac_address()
875 if (list_empty(&memac->multicast_addr_hash->lsts[hash])) in memac_del_hash_mac_address()
/linux/drivers/pci/hotplug/
H A Dpnv_php.c979 u16 sts, lsts; in pnv_php_interrupt() local
995 pcie_capability_read_word(pdev, PCI_EXP_LNKSTA, &lsts); in pnv_php_interrupt()
996 added = !!(lsts & PCI_EXP_LNKSTA_DLLLA); in pnv_php_interrupt()