Searched refs:fce_next (Results 1 – 4 of 4) sorted by relevance
206 pp = fep->fce_next; in i_ndi_fmc_destroy()264 fep->fce_next = NULL; in ndi_fmc_insert()272 fcp->fc_tail->fce_next = fep; in ndi_fmc_insert()344 fcp->fc_head = fep->fce_next; in ndi_fmc_remove()346 fep->fce_prev->fce_next = fep->fce_next; in ndi_fmc_remove()350 fep->fce_next->fce_prev = fep->fce_prev; in ndi_fmc_remove()385 for (fep = fcp->fc_head; fep != NULL; fep = fep->fce_next) { in ndi_fmc_entry_error()543 for (fep = fcp->fc_head; fep != NULL; fep = fep->fce_next) { in ndi_fmc_entry_error_all()
59 struct i_ddi_fmc_entry *fce_next; member
2112 if (fe.fce_next == NULL) in devinfo_fmc_walk_step()2115 wsp->walk_addr = (uintptr_t)fe.fce_next; in devinfo_fmc_walk_step()
2424 for (fep = fcp->fc_head; fep != NULL; fep = fep->fce_next) { in pf_hdl_compare()