Lines Matching refs:trxd
137 struct trxd { struct
143 struct trxd *vnext; /* software use only */ argument
172 static struct trxd * mn_alloc_desc(void);
173 static void mn_free_desc(struct trxd *dp);
213 struct trxd *r1, *rl;
214 struct trxd *x1, *xl;
489 static struct trxd *mn_desc_free;
491 static struct trxd *
494 struct trxd *dp; in mn_alloc_desc()
500 dp = (struct trxd *)malloc(sizeof *dp, M_MN, M_NOWAIT); in mn_alloc_desc()
505 mn_free_desc(struct trxd *dp) in mn_free_desc()
583 struct trxd *dp, *dp2; in ngmn_rcvdata()
663 struct trxd *dp, *dp2; in ngmn_connect()
760 struct trxd *dp, *dp2; in ngmn_disconnect()
1073 struct trxd *dp; in mn_tx_intr()
1110 struct trxd *dp; in mn_rx_intr()