Searched refs:safe_terminator (Results 1 – 1 of 1) sorted by relevance
3390 u_int32_t safe_terminator; in em_fill_descriptors() local3397 safe_terminator = (u_int32_t)((((u_int32_t)address & 0x7) + (length & 0xF)) & 0xF); in em_fill_descriptors()3399 if (safe_terminator == 0 || in em_fill_descriptors()3400 (safe_terminator > 4 && in em_fill_descriptors()3401 safe_terminator < 9) || in em_fill_descriptors()3402 (safe_terminator > 0xC && in em_fill_descriptors()3403 safe_terminator <= 0xF)) { in em_fill_descriptors()