/freebsd/sys/dev/ice/ |
H A D | ice_ddp_common.c | 77 *error_offset = LE32_TO_CPU(resp->error_offset); in ice_aq_download_pkg() 79 *error_info = LE32_TO_CPU(resp->error_info); in ice_aq_download_pkg() 146 *error_offset = LE32_TO_CPU(resp->error_offset); in ice_aq_update_pkg() 148 *error_info = LE32_TO_CPU(resp->error_info); in ice_aq_update_pkg() 176 for (i = 0; i < LE32_TO_CPU(pkg_hdr->seg_count); i++) { in ice_find_seg_in_pkg() 180 ((u8 *)pkg_hdr + LE32_TO_CPU(pkg_hdr->seg_offset[i])); in ice_find_seg_in_pkg() 182 if (LE32_TO_CPU(seg->seg_type) == seg_type) in ice_find_seg_in_pkg() 199 if (idx < LE32_TO_CPU(pkg_hdr->seg_count)) in ice_get_pkg_seg_by_idx() 202 LE32_TO_CPU(pkg_hdr->seg_offset[idx])); in ice_get_pkg_seg_by_idx() 219 retval = LE32_TO_CPU(se in ice_is_signing_seg_at_idx() [all...] |
H A D | ice_controlq.c | 972 LE32_TO_CPU(cq_desc->cookie_high), in ice_sq_send_cmd_nolock() 973 LE32_TO_CPU(cq_desc->cookie_low)); in ice_sq_send_cmd_nolock() 975 LE32_TO_CPU(cq_desc->params.generic.param0), in ice_sq_send_cmd_nolock() 976 LE32_TO_CPU(cq_desc->params.generic.param1)); in ice_sq_send_cmd_nolock() 978 LE32_TO_CPU(cq_desc->params.generic.addr_high), in ice_sq_send_cmd_nolock() 979 LE32_TO_CPU(cq_desc->params.generic.addr_low)); in ice_sq_send_cmd_nolock()
|
H A D | ice_common.c | 1828 in->data = LE32_TO_CPU in ice_aq_send_driver_ver() 1996 hw->fw_build = LE32_TO_CPU(resp->fw_build); in ice_acquire_res() 2128 *timeout = LE32_TO_CPU(cmd_resp->timeout); in ice_alloc_hw_res() 2132 *timeout = LE32_TO_CPU(cmd_resp->timeout); in ice_alloc_hw_res() 2149 *timeout = LE32_TO_CPU(cmd_resp->timeout); 2487 u32 logical_id = LE32_TO_CPU(elem->logical_id); in ice_parse_common_caps() 2488 u32 phys_id = LE32_TO_CPU(elem->phys_id); in ice_parse_common_caps() 2489 u32 number = LE32_TO_CPU(elem->number); in ice_parse_common_caps() 2780 u32 number = LE32_TO_CPU(cap->number); in ice_parse_dev_caps() 2781 u32 logical_id = LE32_TO_CPU(ca in ice_parse_dev_caps() [all...] |
H A D | ice_dcb.c | 1012 u32 status, tlv_status = LE32_TO_CPU(cee_cfg->tlv_status); in ice_cee_to_dcb_cfg() 1813 teid1 = LE32_TO_CPU(pi->root->children[i]->info.node_teid); in ice_update_port_tc_tree_cfg() 1815 teid2 = LE32_TO_CPU(buf->tc_node_teid[j]); in ice_update_port_tc_tree_cfg() 1826 teid2 = LE32_TO_CPU(buf->tc_node_teid[j]); in ice_update_port_tc_tree_cfg() 1834 teid1 = LE32_TO_CPU(tc_node->info.node_teid); in ice_update_port_tc_tree_cfg()
|
H A D | ice_vlan_mode.c | 71 arr[i] = LE32_TO_CPU(sect->entry[0].bm[i]); in ice_pkg_get_supported_vlan_mode()
|
H A D | ice_sched.c | 197 LE32_TO_CPU(info->parent_teid)); in ice_sched_add_node() 200 LE32_TO_CPU(info->parent_teid)); in ice_sched_add_node() 207 status = ice_sched_query_elem(hw, LE32_TO_CPU(info->node_teid), &elem); in ice_sched_add_node() 355 u32 teid = LE32_TO_CPU(node->info.node_teid); in ice_free_sched_node() 1046 teid = LE32_TO_CPU(buf->generic[i].node_teid); in ice_sched_add_elems() 1260 u32 teid = LE32_TO_CPU(node->info.node_teid); in ice_rm_dflt_leaf_node() 1357 LE32_TO_CPU(buf[0].generic[num_elems - 2].node_teid); in ice_sched_init_port() 1360 LE32_TO_CPU(buf[0].generic[num_elems - 1].node_teid); in ice_sched_init_port() 1730 node_teid = LE32_TO_CPU(node->info.node_teid); in ice_sched_check_node() 2062 u32 teid = LE32_TO_CPU(vsi_nod in ice_sched_cfg_vsi() [all...] |
H A D | ice_osdep.h | 314 #define LE32_TO_CPU le32toh macro
|
H A D | ice_type.h | 754 #define ICE_TXSCHED_GET_NODE_TEID(x) LE32_TO_CPU((x)->info.node_teid) 755 #define ICE_TXSCHED_GET_PARENT_TEID(x) LE32_TO_CPU((x)->info.parent_teid)
|
H A D | ice_switch.c | 989 *bcast_thresh = LE32_TO_CPU(resp->bcast_thresh_size) & in ice_aq_get_storm_ctrl() 992 *mcast_thresh = LE32_TO_CPU(resp->mcast_thresh_size) & in ice_aq_get_storm_ctrl() 995 *ctl_bitmask = LE32_TO_CPU(resp->storm_ctrl_ctrl); in ice_aq_get_storm_ctrl()
|
H A D | ice_nvm.c | 1084 combo_ver = LE32_TO_CPU(civd.combo_ver);
|
H A D | ice_lib.c | 9242 LE32_TO_CPU(params->prtdcb_ruptq), in ice_del_rx_lldp_filter() 9243 LE32_TO_CPU(params->qtx_ctl)); in ice_del_rx_lldp_filter()
|
/freebsd/sys/contrib/ncsw/inc/ |
H A D | endian_ext.h | 333 #define LE32_TO_CPU(val) CPU_TO_LE32(val) macro
|
/freebsd/sys/dev/iavf/ |
H A D | iavf_common.c | 311 LE32_TO_CPU(aq_desc->cookie_high), in iavf_debug_aq() 312 LE32_TO_CPU(aq_desc->cookie_low)); in iavf_debug_aq() 314 LE32_TO_CPU(aq_desc->params.internal.param0), in iavf_debug_aq() 315 LE32_TO_CPU(aq_desc->params.internal.param1)); in iavf_debug_aq() 317 LE32_TO_CPU(aq_desc->params.external.addr_high), in iavf_debug_aq() 318 LE32_TO_CPU(aq_desc->params.external.addr_low)); in iavf_debug_aq()
|
H A D | iavf_osdep.h | 121 #define LE32_TO_CPU(c) le32toh(c) macro
|
H A D | iavf_txrx_iflib.c | 455 return LE32_TO_CPU(*(volatile __le32 *)head); in iavf_get_tx_head()
|
/freebsd/sys/dev/ixl/ |
H A D | i40e_common.c | 346 LE32_TO_CPU(aq_desc->cookie_high), in i40e_debug_aq() 347 LE32_TO_CPU(aq_desc->cookie_low)); in i40e_debug_aq() 350 LE32_TO_CPU(aq_desc->params.internal.param0), in i40e_debug_aq() 351 LE32_TO_CPU(aq_desc->params.internal.param1)); in i40e_debug_aq() 354 LE32_TO_CPU(aq_desc->params.external.addr_high), in i40e_debug_aq() 355 LE32_TO_CPU(aq_desc->params.external.addr_low)); in i40e_debug_aq() 1713 hw->phy.phy_types = LE32_TO_CPU(abilities->phy_type); in i40e_aq_get_phy_capabilities() 2035 hw->phy.phy_types = LE32_TO_CPU(tmp); in i40e_aq_get_link_info() 2104 *advt_reg |= LE32_TO_CPU(resp->local_an_reg0); in i40e_aq_get_local_advt_reg() 2164 *advt_reg |= LE32_TO_CPU(resp->local_an_reg0); in i40e_aq_get_partner_advt() [all …]
|
H A D | i40e_osdep.h | 103 #define LE32_TO_CPU(c) le32toh(c) macro
|
H A D | i40e_dcb.c | 709 u32 status, tlv_status = LE32_TO_CPU(cee_cfg->tlv_status); in i40e_cee_to_dcb_config() 867 LE32_TO_CPU(cee_cfg.tlv_status); in i40e_get_dcb_config()
|
H A D | ixl_txrx.c | 458 return LE32_TO_CPU(*(volatile __le32 *)head); in ixl_get_tx_head()
|
H A D | i40e_lan_hmc.c | 1068 dest_dword = LE32_TO_CPU(src_dword); in i40e_read_dword()
|
/freebsd/sys/dev/hptrr/ |
H A D | osm.h | 59 #define LE32_TO_CPU(x) (x) macro
|
/freebsd/sys/dev/hpt27xx/ |
H A D | osm.h | 61 #define LE32_TO_CPU(x) (x) macro
|
/freebsd/sys/dev/hptnr/ |
H A D | osm.h | 59 #define LE32_TO_CPU(x) (x) macro
|