HomeSort by: relevance | last modified time | path
    Searched refs:irx_post (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/ieee1394/
firewirereg.h 163 void (*irx_post) (struct firewire_comm *, uint32_t *); member in struct:firewire_comm
fwdev.c 284 if (fc->irx_post != NULL)
285 fc->irx_post(fc, fp->mode.ld);
842 if (fc->irx_post != NULL)
843 fc->irx_post(fc, fp->mode.ld);
if_fwip.c 705 if (sc->sc_fd.fc->irx_post != NULL)
706 sc->sc_fd.fc->irx_post(sc->sc_fd.fc, fp->mode.ld);
fwohci.c 383 sc->fc.irx_post = fwohci_irx_post;
385 sc->fc.irx_post = NULL;

Completed in 18 milliseconds