Home
last modified time | relevance | path

Searched refs:LE32_TO_CPU (Results 1 – 23 of 23) sorted by relevance

/freebsd/sys/dev/ice/
H A Dice_ddp_common.c77 *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 Dice_controlq.c972 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 Dice_common.c1828 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 Dice_dcb.c1012 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 Dice_vlan_mode.c71 arr[i] = LE32_TO_CPU(sect->entry[0].bm[i]); in ice_pkg_get_supported_vlan_mode()
H A Dice_sched.c197 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 Dice_osdep.h314 #define LE32_TO_CPU le32toh macro
H A Dice_type.h754 #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 Dice_switch.c989 *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 Dice_nvm.c1084 combo_ver = LE32_TO_CPU(civd.combo_ver);
H A Dice_lib.c9242 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 Dendian_ext.h333 #define LE32_TO_CPU(val) CPU_TO_LE32(val) macro
/freebsd/sys/dev/iavf/
H A Diavf_common.c311 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 Diavf_osdep.h121 #define LE32_TO_CPU(c) le32toh(c) macro
H A Diavf_txrx_iflib.c455 return LE32_TO_CPU(*(volatile __le32 *)head); in iavf_get_tx_head()
/freebsd/sys/dev/ixl/
H A Di40e_common.c346 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 Di40e_osdep.h103 #define LE32_TO_CPU(c) le32toh(c) macro
H A Di40e_dcb.c709 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 Dixl_txrx.c458 return LE32_TO_CPU(*(volatile __le32 *)head); in ixl_get_tx_head()
H A Di40e_lan_hmc.c1068 dest_dword = LE32_TO_CPU(src_dword); in i40e_read_dword()
/freebsd/sys/dev/hptrr/
H A Dosm.h59 #define LE32_TO_CPU(x) (x) macro
/freebsd/sys/dev/hpt27xx/
H A Dosm.h61 #define LE32_TO_CPU(x) (x) macro
/freebsd/sys/dev/hptnr/
H A Dosm.h59 #define LE32_TO_CPU(x) (x) macro