Lines Matching refs:asyncline
131 static void xcasync_ioctl(struct asyncline *, queue_t *, mblk_t *);
133 static void xcasync_start(struct asyncline *);
345 xcp->priv = kmem_zalloc(sizeof (struct asyncline), KM_SLEEP); in xenconsattach()
409 kmem_free(xcp->priv, sizeof (struct asyncline)); in xencons_soft_state_free()
418 struct asyncline *async; in xenconsopen()
474 struct asyncline *async; in xenconsclose()
480 async = (struct asyncline *)q->q_ptr; in xenconsclose()
534 struct asyncline *async; in xencons_rxint()
698 struct asyncline *async; in xencons_txint()
761 xcasync_start(struct asyncline *async) in xcasync_start()
891 xcasync_ioctl(struct asyncline *async, queue_t *wq, mblk_t *mp) in xcasync_ioctl()
1094 struct asyncline *async; in xenconswput()
1097 async = (struct asyncline *)q->q_ptr; in xenconswput()
1241 struct asyncline *async; in xcasync_reioctl()
1432 struct asyncline *async = xcp->priv; in xcasync_flowcontrol_sw_output()
1478 struct asyncline *async = xcp->priv; in xcasync_flowcontrol_sw_input()