Searched refs:LE32_TO_CPU (Results 1 - 19 of 19) sorted by relevance

/freebsd-13-stable/sys/contrib/ncsw/inc/
H A Dendian_ext.h333 #define LE32_TO_CPU(val) CPU_TO_LE32(val) macro
/freebsd-13-stable/sys/dev/ice/
H A Dice_controlq.c878 LE32_TO_CPU(cq_desc->cookie_high),
879 LE32_TO_CPU(cq_desc->cookie_low));
881 LE32_TO_CPU(cq_desc->params.generic.param0),
882 LE32_TO_CPU(cq_desc->params.generic.param1));
884 LE32_TO_CPU(cq_desc->params.generic.addr_high),
885 LE32_TO_CPU(cq_desc->params.generic.addr_low));
H A Dice_common.c1407 hw->fw_build = LE32_TO_CPU(resp->fw_build);
1539 *timeout = LE32_TO_CPU(cmd_resp->timeout);
1543 *timeout = LE32_TO_CPU(cmd_resp->timeout);
1560 *timeout = LE32_TO_CPU(cmd_resp->timeout);
1898 u32 logical_id = LE32_TO_CPU(elem->logical_id);
1899 u32 phys_id = LE32_TO_CPU(elem->phys_id);
1900 u32 number = LE32_TO_CPU(elem->number);
2089 u32 number = LE32_TO_CPU(cap->number);
2090 u32 logical_id = LE32_TO_CPU(cap->logical_id);
2114 LE32_TO_CPU(ca
[all...]
H A Dice_flex_pipe.c164 LE32_TO_CPU(ice_seg->device_table_count));
167 (nvms->vers + LE32_TO_CPU(nvms->table_count));
194 if (++state->buf_idx < LE32_TO_CPU(state->buf_table->buf_count))
272 LE32_TO_CPU(state->buf->section_entry[state->sect_idx].type);
830 *error_offset = LE32_TO_CPU(resp->error_offset);
832 *error_info = LE32_TO_CPU(resp->error_info);
902 *error_offset = LE32_TO_CPU(resp->error_offset);
904 *error_info = LE32_TO_CPU(resp->error_info);
933 for (i = 0; i < LE32_TO_CPU(pkg_hdr->seg_count); i++) {
937 ((u8 *)pkg_hdr + LE32_TO_CPU(pkg_hd
[all...]
H A Dice_dcb.c1005 u32 status, tlv_status = LE32_TO_CPU(cee_cfg->tlv_status);
1616 teid1 = LE32_TO_CPU(pi->root->children[i]->info.node_teid);
1618 teid2 = LE32_TO_CPU(buf->tc_node_teid[j]);
1629 teid2 = LE32_TO_CPU(buf->tc_node_teid[j]);
1637 teid1 = LE32_TO_CPU(tc_node->info.node_teid);
H A Dice_osdep.h311 #define LE32_TO_CPU le32toh macro
H A Dice_sched.c194 LE32_TO_CPU(info->parent_teid));
197 LE32_TO_CPU(info->parent_teid));
204 status = ice_sched_query_elem(hw, LE32_TO_CPU(info->node_teid), &elem);
348 u32 teid = LE32_TO_CPU(node->info.node_teid);
964 teid = LE32_TO_CPU(buf->generic[i].node_teid);
1159 u32 teid = LE32_TO_CPU(node->info.node_teid);
1256 LE32_TO_CPU(buf[0].generic[num_elems - 2].node_teid);
1259 LE32_TO_CPU(buf[0].generic[num_elems - 1].node_teid);
1625 node_teid = LE32_TO_CPU(node->info.node_teid);
1943 u32 teid = LE32_TO_CPU(vsi_nod
[all...]
H A Dice_type.h609 #define ICE_TXSCHED_GET_NODE_TEID(x) LE32_TO_CPU((x)->info.node_teid)
610 #define ICE_TXSCHED_GET_PARENT_TEID(x) LE32_TO_CPU((x)->info.parent_teid)
H A Dice_nvm.c996 combo_ver = LE32_TO_CPU(civd.combo_ver);
H A Dice_switch.c935 *bcast_thresh = LE32_TO_CPU(resp->bcast_thresh_size) &
938 *mcast_thresh = LE32_TO_CPU(resp->mcast_thresh_size) &
941 *ctl_bitmask = LE32_TO_CPU(resp->storm_ctrl_ctrl);
H A Dice_lib.c7095 LE32_TO_CPU(params->prtdcb_ruptq),
7096 LE32_TO_CPU(params->qtx_ctl));
/freebsd-13-stable/sys/dev/ixl/
H A Di40e_common.c346 LE32_TO_CPU(aq_desc->cookie_high),
347 LE32_TO_CPU(aq_desc->cookie_low));
350 LE32_TO_CPU(aq_desc->params.internal.param0),
351 LE32_TO_CPU(aq_desc->params.internal.param1));
354 LE32_TO_CPU(aq_desc->params.external.addr_high),
355 LE32_TO_CPU(aq_desc->params.external.addr_low));
1743 hw->phy.phy_types = LE32_TO_CPU(abilities->phy_type);
2062 hw->phy.phy_types = LE32_TO_CPU(tmp);
2131 *advt_reg |= LE32_TO_CPU(resp->local_an_reg0);
2191 *advt_reg |= LE32_TO_CPU(res
[all...]
H A Di40e_osdep.h104 #define LE32_TO_CPU(c) le32toh(c) macro
H A Di40e_dcb.c704 u32 status, tlv_status = LE32_TO_CPU(cee_cfg->tlv_status);
862 LE32_TO_CPU(cee_cfg.tlv_status);
H A Dixl_txrx.c459 return LE32_TO_CPU(*(volatile __le32 *)head);
H A Di40e_lan_hmc.c1069 dest_dword = LE32_TO_CPU(src_dword);
/freebsd-13-stable/sys/dev/hpt27xx/
H A Dosm.h63 #define LE32_TO_CPU(x) (x) macro
/freebsd-13-stable/sys/dev/hptnr/
H A Dosm.h61 #define LE32_TO_CPU(x) (x) macro
/freebsd-13-stable/sys/dev/hptrr/
H A Dosm.h61 #define LE32_TO_CPU(x) (x) macro

Completed in 307 milliseconds