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

/freebsd-11-stable/sys/dev/ocs_fc/
H A Dsli4.h248 } * cq_doorbell = (void *)® local
253 cq_doorbell->cq_id_lo = id & SLI4_EQCQ_CQ_ID_MASK_LO;
254 cq_doorbell->qt = 0; /* CQ is type 0 (section 2.2.3.3 SLI Arch) */
255 cq_doorbell->cq_id_hi = (id >> 10) & 0x1f;
256 cq_doorbell->number_popped = n_popped;
257 cq_doorbell->arm = arm;

Completed in 104 milliseconds