Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dndifm.c270 fep->fce_prev = fcp->fc_tail; in ndi_fmc_insert()
346 fep->fce_prev->fce_next = fep->fce_next; in ndi_fmc_remove()
348 fcp->fc_tail = fep->fce_prev; in ndi_fmc_remove()
350 fep->fce_next->fce_prev = fep->fce_prev; in ndi_fmc_remove()
/titanic_50/usr/src/uts/common/sys/
H A Dddifm_impl.h58 struct i_ddi_fmc_entry *fce_prev; member