Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/opl/io/oplmsu/
H A Doplmsu_ioctl_lrp.c176 dst_queue = lpath->hndl_uqueue; in oplmsu_lrioctl_termios()
255 (lpath->hndl_uqueue == NULL)) { in oplmsu_lrioctl_termios()
283 dst_queue = RD(lpath->hndl_uqueue); in oplmsu_lrioctl_termios()
313 altn_lpath->hndl_uqueue = dst_queue; in oplmsu_lrioctl_termios()
352 (lpath->hndl_uqueue != NULL)) { /* M_IOCACK received */ in oplmsu_lrioctl_termios()
406 dst_queue = RD(lpath->hndl_uqueue); in oplmsu_lrioctl_termios()
422 (lpath->hndl_uqueue != NULL)) { /* M_IOCNAK received */ in oplmsu_lrioctl_termios()
427 dst_queue = RD(lpath->hndl_uqueue); in oplmsu_lrioctl_termios()
580 altn_lpath->hndl_uqueue = NULL; in oplmsu_lrmsg_error()
699 lpath->hndl_uqueue = NULL; in oplmsu_lrdata_xoffxon()
H A Doplmsu_cmn_func.c238 if ((lpath->hndl_uqueue != NULL) || (lpath->hndl_mp != NULL)) { in oplmsu_check_lpath_usable()
353 if ((lpath->hndl_uqueue == NULL) && (lpath->hndl_mp == NULL) && in oplmsu_set_ioctl_path()
359 lpath->hndl_uqueue = hndl_queue; in oplmsu_set_ioctl_path()
361 lpath->hndl_uqueue = WR(hndl_queue); in oplmsu_set_ioctl_path()
389 lpath->hndl_uqueue = NULL; in oplmsu_clear_ioctl_path()
H A Doplmsu.c627 if (((RD(urq) == lpath->hndl_uqueue) || in oplmsu_close()
628 (WR(urq) == lpath->hndl_uqueue)) && in oplmsu_close()
/illumos-gate/usr/src/uts/sun4u/opl/sys/oplmsu/
H A Doplmsu.h224 queue_t *hndl_uqueue; member