Query: swap_buf_le16
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SWAP_BUF_LE16(9) libata Core Internals SWAP_BUF_LE16(9)NAMEswap_buf_le16 - swap halves of 16-bit words in placeSYNOPSISvoid swap_buf_le16(u16 * buf, unsigned int buf_words);ARGUMENTSbuf Buffer to swap buf_words Number of 16-bit words in buffer.DESCRIPTIONSwap halves of 16-bit words if needed to convert from little-endian byte order to native cpu byte order, or vice-versa.LOCKINGInherited from caller.AUTHORJeff Garzik Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 SWAP_BUF_LE16(9)