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()
702 struct asyncline *async; in xencons_txint()
765 xcasync_start(struct asyncline *async) in xcasync_start()
895 xcasync_ioctl(struct asyncline *async, queue_t *wq, mblk_t *mp) in xcasync_ioctl()
1098 struct asyncline *async; in xenconswput()
1101 async = (struct asyncline *)q->q_ptr; in xenconswput()
1245 struct asyncline *async; in xcasync_reioctl()
1436 struct asyncline *async = xcp->priv; in xcasync_flowcontrol_sw_output()
1482 struct asyncline *async = xcp->priv; in xcasync_flowcontrol_sw_input()