Searched refs:p_Lsts (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dfm_mac.h69 t_List *p_Lsts; member in struct:__anon10761
175 if (p_Hash->p_Lsts)
179 p_HashEntry = DequeueAddrFromHashEntry(&p_Hash->p_Lsts[i]);
183 p_HashEntry = DequeueAddrFromHashEntry(&p_Hash->p_Lsts[i]);
187 XX_Free(p_Hash->p_Lsts);
210 p_Hash->p_Lsts = (t_List *)XX_Malloc(p_Hash->size*sizeof(t_List));
211 if (!p_Hash->p_Lsts)
219 INIT_LIST(&p_Hash->p_Lsts[i]);
H A Ddtsec.c940 NCSW_LIST_AddToTail(&(p_HashEntry->node), &(p_Dtsec->p_MulticastAddrHash->p_Lsts[bucket]));
942 NCSW_LIST_AddToTail(&(p_HashEntry->node), &(p_Dtsec->p_UnicastAddrHash->p_Lsts[bucket]));
984 NCSW_LIST_FOR_EACH(p_Pos, &(p_Dtsec->p_MulticastAddrHash->p_Lsts[bucket]))
994 if (NCSW_LIST_IsEmpty(&p_Dtsec->p_MulticastAddrHash->p_Lsts[bucket]))
1000 NCSW_LIST_FOR_EACH(p_Pos, &(p_Dtsec->p_UnicastAddrHash->p_Lsts[bucket]))
1010 if (NCSW_LIST_IsEmpty(&p_Dtsec->p_UnicastAddrHash->p_Lsts[bucket]))
H A Dmemac.c737 LIST_AddToTail(&(p_HashEntry->node), &(p_Memac->p_MulticastAddrHash->p_Lsts[hash]));
760 LIST_FOR_EACH(p_Pos, &(p_Memac->p_MulticastAddrHash->p_Lsts[hash]))
770 if (LIST_IsEmpty(&p_Memac->p_MulticastAddrHash->p_Lsts[hash]))
H A Dtgec.c602 NCSW_LIST_AddToTail(&(p_HashEntry->node), &(p_Tgec->p_MulticastAddrHash->p_Lsts[hash]));
629 NCSW_LIST_FOR_EACH(p_Pos, &(p_Tgec->p_MulticastAddrHash->p_Lsts[hash]))
639 if (NCSW_LIST_IsEmpty(&p_Tgec->p_MulticastAddrHash->p_Lsts[hash]))

Completed in 112 milliseconds