Searched refs:n_posted (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/dev/ocs_fc/
H A Dsli4.c3493 val = sli_iftype6_eq_doorbell(q->n_posted, q->id, FALSE);
3495 val = sli_eq_doorbell(q->n_posted, q->id, FALSE);
3500 val = sli_iftype6_cq_doorbell(q->n_posted, q->id, FALSE);
3502 val = sli_cq_doorbell(q->n_posted, q->id, FALSE);
3506 val = SLI4_MQ_DOORBELL(q->n_posted, q->id);
3511 uint32_t n_posted = q->n_posted; local
3534 if (((q->index + q->n_posted) % SLI4_QUEUE_RQ_BATCH)) {
3537 n_posted = SLI4_QUEUE_RQ_BATCH;
3541 val = SLI4_RQ_DOORBELL(n_posted,
[all...]
H A Docs_ddump.c70 ocs_ddump_value(textbuf, "n_posted", "%d", q->n_posted);
H A Dsli4.h3085 uint16_t n_posted; /** number entries posted */ member in struct:sli4_queue_s
H A Docs_hw.c2221 if (eq->queue->n_posted > (eq->queue->posted_limit)) {
8511 if (cq->queue->n_posted >= (cq->queue->posted_limit)) {

Completed in 180 milliseconds