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

/freebsd-11-stable/sys/dev/bktr/
H A Dbktr_core.c3767 u_int swapf = 0; local
3770 case 2 : swapf = ( pf->swap_bytes ? 0 : BSWAP );
3777 swapf = pf->swap_shorts ? 0 : WSWAP;
3779 swapf = pf->swap_shorts ? BSWAP : (BSWAP | WSWAP);
3782 return swapf;

Completed in 206 milliseconds