Searched refs:hndl_uqueue (Results 1 – 4 of 4) sorted by relevance
176 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()
238 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()
624 if (((RD(urq) == lpath->hndl_uqueue) || in oplmsu_close()625 (WR(urq) == lpath->hndl_uqueue)) && in oplmsu_close()
224 queue_t *hndl_uqueue; member