Searched refs:wq_full (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_wr.h72 uint32_t wq_full; member in struct:dapls_tavor_workq_hdr_s
H A Ddapl_arbel_hw.c1071 if (qp->qp_sq_wqhdr->wq_full != 0) {
1083 qp->qp_sq_wqhdr->wq_full = 1;
1210 if (qp->qp_rq_wqhdr->wq_full != 0) {
1223 qp->qp_rq_wqhdr->wq_full = 1;
H A Ddapl_tavor_hw.c1331 if (qp->qp_sq_wqhdr->wq_full != 0) {
1343 qp->qp_sq_wqhdr->wq_full = 1;
1465 if (qp->qp_rq_wqhdr->wq_full != 0) {
1478 qp->qp_rq_wqhdr->wq_full = 1;
H A Ddapl_hermon_hw.c1109 if (qp->qp_sq_wqhdr->wq_full != 0) {
1121 qp->qp_sq_wqhdr->wq_full = 1;
1267 if (qp->qp_rq_wqhdr->wq_full != 0) {
1280 qp->qp_rq_wqhdr->wq_full = 1;
H A Ddapl_tavor_wr.c242 wq->wq_full = wq->wq_wrid_post->wl_full;
761 swq->wq_full = 0;
822 rwq->wq_full = 0;
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_wr.h145 uint32_t wq_full; member in struct:hermon_workq_hdr_s
152 hermon_workq_hdr_s::wq_full))
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_wr.h250 uint32_t wq_full; member in struct:tavor_workq_hdr_s
264 tavor_workq_hdr_s::wq_full
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_wr.c124 if (wq->wq_full != 0) {
131 wq->wq_full = 1;
482 if (wq->wq_full != 0) {
488 wq->wq_full = 1;
903 if (wq->wq_full != 0) {
919 wq->wq_full = 1;
1176 if (wq->wq_full != 0) {
1182 wq->wq_full = 1;
2242 swq->wq_full = 0;
2260 rwq->wq_full
[all...]
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_wr.c198 if (qp->qp_sq_wqhdr->wq_full != 0) {
213 qp->qp_sq_wqhdr->wq_full = 1;
501 if (qp->qp_rq_wqhdr->wq_full != 0) {
516 qp->qp_rq_wqhdr->wq_full = 1;
2369 swq->wq_full = 0;
2492 rwq->wq_full = 0;
2982 wq->wq_full = wq->wq_wrid_post->wl_full;

Completed in 87 milliseconds