Home
last modified time | relevance | path

Searched refs:irx_post (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/sys/bus/firewire/
H A Dfwdev.c312 if (sc->fc->irx_post != NULL) in fw_read()
313 sc->fc->irx_post(sc->fc, fp->mode.ld); in fw_read()
323 if(sc->fc->irx_post != NULL) in fw_read()
324 sc->fc->irx_post(sc->fc, fp->mode.ld); in fw_read()
H A Dfirewirereg.h158 void (*irx_post) (struct firewire_comm *, u_int32_t *); member
H A Dfwohci.c734 sc->fc.irx_post = fwohci_irx_post;
736 sc->fc.irx_post = NULL;
/dflybsd-src/sys/dev/netif/fwe/
H A Dif_fwe.c547 if (fwe->fd.fc->irx_post != NULL) in fwe_as_input()
548 fwe->fd.fc->irx_post(fwe->fd.fc, fp->mode.ld); in fwe_as_input()