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

/freebsd-current/sys/dev/mxge/
H A Dif_mxge.c2025 int cnt, cum_len, err, i, idx, odd_flag; local
2096 odd_flag = MXGEFW_FLAGS_ALIGN_ODD;
2098 odd_flag = 0;
2121 req->flags |= flags | ((cum_len & 1) * odd_flag);
2140 req->flags |= flags | ((cum_len & 1) * odd_flag);

Completed in 162 milliseconds