Home
last modified time | relevance | path

Searched refs:SLI4_WQ_DOORBELL (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ocs_fc/
H A Dsli4.c3547 val = SLI4_WQ_DOORBELL(q->n_posted, 0, q->id); in sli_queue_doorbell()
3550 val = SLI4_WQ_DOORBELL(q->n_posted, q->index, q->id); in sli_queue_doorbell()
H A Dsli4.h338 #define SLI4_WQ_DOORBELL(n, x, i) ((((n) & SLI4_WQ_DOORBELL_NUM_MASK) << SLI4_WQ_DOORBELL_NUM_SHIF… macro