Searched refs:HOST_16 (Results 1 – 2 of 2) sorted by relevance
997 link->qos_link_speed = HOST_16(fwcmd->params.rsp.qos_link_speed); in oce_get_link_status() 1570 phy_info->phy_type = HOST_16(fwcmd->params.rsp.phy_info.phy_type); in oce_mbox_get_phy_info() 1572 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_des in oce_get_profile_config() [all...]
1125 #define HOST_16(x) le16toh(x) macro