Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Dsli4.h314 #define SLI4_MQ_DOORBELL(n, i) ((((n) & SLI4_MQ_DOORBELL_NUM_MASK) << SLI4_MQ_DOORBELL_NUM_SHIFT)… macro
H A Dsli4.c3506 val = SLI4_MQ_DOORBELL(q->n_posted, q->id); in sli_queue_doorbell()