Home
last modified time | relevance | path

Searched refs:rq_count (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_mbx.c761 dev->max_rx_rings = fwcmd->params.rsp.ulp[0].rq_count; in oce_get_fw_config()
764 dev->max_rx_rings = fwcmd->params.rsp.ulp[1].rq_count; in oce_get_fw_config()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_hw.h1309 uint32_t rq_count; member
/titanic_41/usr/src/uts/sun4u/starfire/io/
H A Didn_proto.c9502 for (i = 0, rp = qp->rq_jobs; i < qp->rq_count; i++, rp = rp->rj_next)
9533 if (--(qp->rq_count) == 0) in idn_retry_execute()
9569 for (c = 0, cp = qp->rq_jobs; c < qp->rq_count; cp = cp->rj_next, c++) { in idn_retry_submit()
9578 if (c < qp->rq_count) { in idn_retry_submit()
9598 qp->rq_count++; in idn_retry_submit()
9618 for (i = count = 0, rp = qp->rq_jobs; i < qp->rq_count; i++) { in idn_retry_terminate()
9645 if ((qp->rq_count -= count) == 0) in idn_retry_terminate()
H A Didn.c4420 nretry = idn.retryqueue.rq_count; in idn_global_report()
/titanic_41/usr/src/uts/sun4u/starfire/sys/
H A Didn.h2956 int rq_count; /* rq_mutex */ member