Searched refs:htol32 (Results 1 – 5 of 5) sorted by relevance
144 msg->cmd = htol32(cmd); in dhdcdc_query_ioctl()145 msg->len = htol32(len); in dhdcdc_query_ioctl()151 msg->flags = htol32(msg->flags); in dhdcdc_query_ioctl()226 msg->cmd = htol32(cmd); in dhdcdc_set_ioctl()227 msg->len = htol32(len); in dhdcdc_set_ioctl()233 msg->flags = htol32(msg->flags); in dhdcdc_set_ioctl()
1077 cnt = htol32(cnt); in _dhd_set_multicast_list()1130 allmulti = htol32(allmulti); in _dhd_set_multicast_list()1158 allmulti = htol32(allmulti); in _dhd_set_multicast_list()
507 wl_pktinfo = htol32(htodtag); in _dhd_wlfc_pushheader()
4182 varsizew = htol32(varsizew); in dhdsdio_write_vars()6837 val = htol32(0); in dhd_bus_console_in()6848 val = htol32(msglen); in dhd_bus_console_in()
72 #define htol32(i) (i) macro