Searched refs:SLI4_WQ_DOORBELL (Results 1 – 2 of 2) sorted by relevance
3547 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()
338 #define SLI4_WQ_DOORBELL(n, x, i) ((((n) & SLI4_WQ_DOORBELL_NUM_MASK) << SLI4_WQ_DOORBELL_NUM_SHIF… macro