Searched refs:HOST_16 (Results 1 – 2 of 2) sorted by relevance
963 link->qos_link_speed = HOST_16(fwcmd->params.rsp.qos_link_speed); in oce_get_link_status()1595 phy_info->phy_type = HOST_16(fwcmd->params.rsp.phy_info.phy_type); in oce_mbox_get_phy_info()1597 HOST_16(fwcmd->params.rsp.phy_info.interface_type); in oce_mbox_get_phy_info()1599 HOST_16(fwcmd->params.rsp.phy_info.auto_speeds_supported); in oce_mbox_get_phy_info()1601 HOST_16(fwcmd->params.rsp.phy_info.fixed_speeds_supported); in oce_mbox_get_phy_info()1716 rq->rq_id = HOST_16(fwcmd->params.rsp.rq_id); in oce_mbox_create_rq()1774 wq->wq_id = HOST_16(fwcmd->params.rsp.wq_id); in oce_mbox_create_wq()1827 eq->eq_id = HOST_16(fwcmd->params.rsp.eq_id); in oce_mbox_create_eq()1907 cq->cq_id = HOST_16(fwcmd->params.rsp.cq_id); in oce_mbox_cq_create()2104 sc->max_vlans = HOST_16(nic_desc->vlan_count); in oce_get_profile_config()[all …]
1109 #define HOST_16(x) le16toh(x) macro