Home
last modified time | relevance | path

Searched refs:HOST_32 (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/netif/oce/
HDoce_mbox.c2014 desc_count = HOST_32(fwcmd->params.rsp.desc_count); in oce_get_profile_config()
2029 sc->nwqs = HOST_32(nic_desc->txq_count); in oce_get_profile_config()
2104 desc_count = HOST_32(fwcmd->params.rsp.desc_count); in oce_get_func_config()
2119 sc->nwqs = HOST_32(nic_desc->txq_count); in oce_get_func_config()
2125 sc->nrssqs = HOST_32(nic_desc->rssq_count); in oce_get_func_config()
HDoce_if.h1112 #define HOST_32(x) le32toh(x) macro