Home
last modified time | relevance | path

Searched defs:txarg (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/sys/dev/patm/
Dif_patm_tx.c108 struct txarg { struct
109 struct patm_softc *sc;
110 struct patm_scd *scd; /* scheduling channel */
111 struct patm_vcc *vcc; /* the VCC of this PDU */
112 struct mbuf *mbuf;
113 u_int hdr; /* cell header */
/freebsd-9-stable/sys/dev/en/
Dmidway.c502 struct txarg { struct
522 struct txarg *tx = uarg; in en_txdma_load() argument
/freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dzil.c634 zil_claim(const char *osname, void *txarg) in zil_claim()