Searched refs:be16toh (Results 1 – 8 of 8) sorted by relevance
52 #define be16toh(x) bswap16((x)) macro66 #define be16toh(x) ((uint16_t)(x))
13 #define betoh16(x) be16toh(x)
67 #define be16toh(x) bswap16((x)) macro81 #define be16toh(x) ((uint16_t)(x)) macro
47 #define xe16toh(x) ((data == ELFDATA2MSB) ? be16toh(x) : le16toh(x))
496 ri->iri_vtag = be16toh(rxd->wb.upper.vlan); in igb_isc_rxd_pkt_get()
1166 iv_ofs = be16toh(iv->iv_ofs); in bwi_mac_fw_load_iv()1199 val16 = be16toh(iv->iv_val.val16); in bwi_mac_fw_load_iv()
612 *ptr = be16toh(word); in dc_read_eeprom()
571 #define bce_be16toh(x) be16toh(x)