Home
last modified time | relevance | path

Searched refs:np_hash_tab (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/target/iscsi/cxgbit/
Dcxgbit.h134 struct np_info *np_hash_tab[NP_INFO_HASH_SIZE]; member
Dcxgbit_cm.c90 p->next = cdev->np_hash_tab[bucket]; in cxgbit_np_hash_add()
91 cdev->np_hash_tab[bucket] = p; in cxgbit_np_hash_add()
105 for (p = cdev->np_hash_tab[bucket]; p; p = p->next) { in cxgbit_np_hash_find()
119 struct np_info *p, **prev = &cdev->np_hash_tab[bucket]; in cxgbit_np_hash_del()