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

/freebsd-current/sys/dev/enic/
H A Dcq_desc.h40 #define CQ_DESC_COLOR_SHIFT 7 macro
50 desc->type_color |= (1 << CQ_DESC_COLOR_SHIFT);
52 desc->type_color &= ~(1 << CQ_DESC_COLOR_SHIFT);
60 ((color & CQ_DESC_COLOR_MASK) << CQ_DESC_COLOR_SHIFT);
72 *color = (type_color >> CQ_DESC_COLOR_SHIFT) & CQ_DESC_COLOR_MASK;
94 *color = (desc->type_color >> CQ_DESC_COLOR_SHIFT) & CQ_DESC_COLOR_MASK;

Completed in 113 milliseconds