Searched refs:lower_queue (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/opl/io/oplmsu/
H A Doplmsu_ioctl_uwp.c109 lpath->lower_queue = lbp->l_qbot; /* Set lower queue pointer */
114 WR(lpath->lower_queue)->q_ptr = lpath;
115 RD(lpath->lower_queue)->q_ptr = lpath;
172 if ((lpath->lower_queue == RD(lbp->l_qbot)) ||
173 (lpath->lower_queue == WR(lbp->l_qbot))) {
390 if (oplmsu_uinst->lower_queue == NULL) {
398 lpath = oplmsu_uinst->lower_queue->q_ptr;
449 dst_queue = WR(oplmsu_uinst->lower_queue);
H A Doplmsu_ioctl_lrp.c218 oplmsu_uinst->lower_queue = lrq;
316 dst_queue = RD(altn_lpath->lower_queue);
548 oplmsu_uinst->lower_queue = NULL;
583 dst_queue = RD(altn_lpath->lower_queue);
588 oplmsu_uinst->lower_queue = NULL;
624 if (oplmsu_uinst->lower_queue != NULL) {
626 stp_lpath = (lpath_t *)oplmsu_uinst->lower_queue->q_ptr;
775 oplmsu_uinst->lower_queue = lrq;
H A Doplmsu.c929 (RD(oplmsu_uinst->lower_queue) == lrq)) {
993 (RD(oplmsu_uinst->lower_queue) == lrq)) {
1039 qenable(RD(lpath->lower_queue));
1855 oplmsu_uinst->lower_queue = NULL;
2131 dst_queue = WR(altn_lpath->lower_queue);
2139 oplmsu_uinst->lower_queue = NULL;
2173 oplmsu_uinst->lower_queue = RD(dst_queue);
2220 oplmsu_uinst->lower_queue = NULL;
2346 main_rq = RD(lpath->lower_queue);
2347 dst_queue = WR(lpath->lower_queue);
[all...]
H A Doplmsu_cmn_func.c618 WR(lpath->lower_queue), MSU_XOFF_4);
1222 dst_queue = oplmsu_uinst->lower_queue;
1273 if (oplmsu_uinst->lower_queue != NULL) {
1274 dst_queue = WR(oplmsu_uinst->lower_queue);
/illumos-gate/usr/src/uts/sun4u/opl/sys/oplmsu/
H A Doplmsu.h225 queue_t *lower_queue; member in struct:lower_path_table
270 queue_t *lower_queue; member in struct:upper_instance_table

Completed in 62 milliseconds