Home
last modified time | relevance | path

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

/freebsd/sys/dev/enic/
H A Dvnic_cq.c25 ENIC_BUS_WRITE_4(cq->ctrl, CQ_TAIL_COLOR, cq_tail_color); in vnic_cq_init()
42 ENIC_BUS_WRITE_4(cq->ctrl, CQ_TAIL_COLOR, 1); in vnic_cq_clean()
H A Dvnic_cq.h32 #define CQ_TAIL_COLOR 0x30 macro