Home
last modified time | relevance | path

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

/freebsd/sys/dev/oce/
H A Doce_mbox.c1572 HOST_16(fwcmd->params.rsp.phy_info.interface_type); in oce_mbox_get_phy_info()
1574 HOST_16(fwcmd->params.rsp.phy_info.auto_speeds_supported); in oce_mbox_get_phy_info()
1576 HOST_16(fwcmd->params.rsp.phy_info.fixed_speeds_supported); in oce_mbox_get_phy_info()
1688 rq->rq_id = HOST_16(fwcmd->params.rsp.rq_id); in oce_mbox_create_rq()
1744 wq->wq_id = HOST_16(fwcmd->params.rsp.wq_id); in oce_mbox_create_wq()
1794 eq->eq_id = HOST_16(fwcmd->params.rsp.eq_id); in oce_mbox_create_eq()
1871 cq->cq_id = HOST_16(fwcmd->params.rsp.cq_id); in oce_mbox_cq_create()
2067 sc->max_vlans = HOST_16(nic_desc->vlan_count); in oce_get_profile_config()
2068 sc->nwqs = HOST_16(nic_desc->txq_count); in oce_get_profile_config()
2074 sc->nrssqs = HOST_16(nic_desc->rssq_count); in oce_get_profile_config()
[all …]
H A Doce_if.h1125 #define HOST_16(x) le16toh(x) macro