Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dndifm.c270 fep->fce_prev = fcp->fc_tail; in ndi_fmc_insert()
271 if (fcp->fc_tail != NULL) in ndi_fmc_insert()
272 fcp->fc_tail->fce_next = fep; in ndi_fmc_insert()
275 fcp->fc_tail = fep; in ndi_fmc_insert()
347 if (fep == fcp->fc_tail) in ndi_fmc_remove()
348 fcp->fc_tail = fep->fce_prev; in ndi_fmc_remove()
/titanic_41/usr/src/uts/common/sys/
H A Dddifm_impl.h67 struct i_ddi_fmc_entry *fc_tail; /* tail of active handle list */ member