Searched refs:irx_post (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/dev/firewire/
H A Dfirewirereg.h157 void (*irx_post) (struct firewire_comm *, uint32_t *); member in struct:firewire_comm
H A Dfwdev.c292 if (fc->irx_post != NULL)
293 fc->irx_post(fc, fp->mode.ld);
367 if (fc->irx_post != NULL)
368 fc->irx_post(fc, fp->mode.ld);
H A Dif_fwe.c566 if (fwe->fd.fc->irx_post != NULL)
567 fwe->fd.fc->irx_post(fwe->fd.fc, fp->mode.ld);
H A Dif_fwip.c728 if (fwip->fd.fc->irx_post != NULL)
729 fwip->fd.fc->irx_post(fwip->fd.fc, fp->mode.ld);
H A Dfwohci.c748 sc->fc.irx_post = fwohci_irx_post;
750 sc->fc.irx_post = NULL;

Completed in 165 milliseconds