Lines Matching refs:htod16

88 #define htod16(i) (bcmswap16(i))  macro
91 #define htodchanspec(i) htod16(i)
95 #define htod16(i) (i) macro
1988 eparams->sync_id = htod16(dhd_pub->esync_id); in dhd_wl_ioctl()
6271 pf_el->base_offs = htod16(rc); in dhd_pktfilter_offload_set()
6275 pf_el->base_offs = htod16(0); in dhd_pktfilter_offload_set()
6286 pf_el->rel_offs = htod16(rc); in dhd_pktfilter_offload_set()
6289 pf_el->match_flags = htod16(0); in dhd_pktfilter_offload_set()
6301 mask_size = htod16(rc); in dhd_pktfilter_offload_set()
6311 htod16(WL_PKT_FILTER_MFLAG_NEG); in dhd_pktfilter_offload_set()
6322 pattern_size = htod16(rc); in dhd_pktfilter_offload_set()
6685 ndo_get_ver.version = htod16(WL_ND_HOSTIP_IOV_VER); in dhd_ndo_get_version()
6686 ndo_get_ver.op_type = htod16(WL_ND_HOSTIP_OP_VER); in dhd_ndo_get_version()
6734 ndo_add_addr.version = htod16(WL_ND_HOSTIP_IOV_VER); in dhd_ndo_add_ip_with_type()
6735 ndo_add_addr.op_type = htod16(WL_ND_HOSTIP_OP_ADD); in dhd_ndo_add_ip_with_type()
6781 ndo_del_addr.version = htod16(WL_ND_HOSTIP_IOV_VER); in dhd_ndo_remove_ip_by_addr()
6782 ndo_del_addr.op_type = htod16(WL_ND_HOSTIP_OP_DEL); in dhd_ndo_remove_ip_by_addr()
6820 ndo_del_addr.version = htod16(WL_ND_HOSTIP_IOV_VER); in dhd_ndo_remove_ip_by_type()
6822 ndo_del_addr.op_type = htod16(WL_ND_HOSTIP_OP_DEL_UC); in dhd_ndo_remove_ip_by_type()
6824 ndo_del_addr.op_type = htod16(WL_ND_HOSTIP_OP_DEL_AC); in dhd_ndo_remove_ip_by_type()
7475 mkeep_alive_pkt.version = htod16(WL_MKEEP_ALIVE_VERSION); in dhd_keep_alive_onoff()
7476 mkeep_alive_pkt.length = htod16(WL_MKEEP_ALIVE_FIXED_LEN); in dhd_keep_alive_onoff()
7607 memcpy(dst, (char *)htod16(memcpy(&short_temp, str, input_size)), in wl_iw_parse_data_tlv()