Home
last modified time | relevance | path

Searched refs:dtype (Results 76 – 95 of 95) sorted by relevance

1234

/openbmc/qemu/scripts/
H A Danalyze-migration.py379 self.dtype = '<i%d' % self.size
/openbmc/linux/drivers/edac/
H A Dpnd2_edac.c1236 dimm->dtype = (d->dwid == 0) ? DEV_X8 : DEV_X16; in apl_get_dimm_config()
1302 dimm->dtype = dnv_dtypes[j ? d->dimmdwid0 : d->dimmdwid1]; in dnv_get_dimm_config()
H A Di5400_edac.c1201 dimm->dtype = MTR_DRAM_WIDTH(mtr) == 8 ? in i5400_init_dimms()
H A Di5100_edac.c850 dimm->dtype = (priv->mtr[chan][rank].width == 4) ? in i5100_init_csrows()
H A De752x_edac.c1132 dimm->dtype = mem_dev ? DEV_X4 : DEV_X8; in e752x_init_csrows()
H A Dsynopsys_edac.c819 dimm->dtype = p_data->get_dtype(priv->baseaddr); in init_csrows()
H A Damd64_edac.c3360 dimm->dtype = dev_type; in umc_init_csrows()
3857 dimm->dtype = DEV_X16; in gpu_init_csrows()
H A Daltera_edac.c394 dimm->dtype = DEV_X8; in altr_sdram_probe()
H A Dsb_edac.c1669 dimm->dtype = pvt->info.get_width(pvt, mtr); in __populate_dimms()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_base.c465 rlan_ctx.dtype = ICE_RX_DTYPE_NO_SPLIT; in ice_setup_rx_ctx()
H A Dice_lan_tx_rx.h455 u8 dtype; member
H A Dice_common.c1441 ICE_CTX_STORE(ice_rlan_ctx, dtype, 2, 114),
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_lan_hmc.c703 { I40E_HMC_STORE(i40e_hmc_obj_rxq, dtype), 2, 114 },
H A Di40e_virtchnl_pf.c740 rx_ctx.dtype = I40E_RX_DTYPE_HEADER_SPLIT; in i40e_config_vsi_rx_queue()
/openbmc/linux/drivers/usb/core/
H A Dhub.c409 unsigned dtype; in get_hub_descriptor() local
412 dtype = USB_DT_SS_HUB; in get_hub_descriptor()
415 dtype = USB_DT_HUB; in get_hub_descriptor()
422 dtype << 8, 0, desc, size, in get_hub_descriptor()
/openbmc/qemu/hw/net/
H A De1000e_core.c721 uint32_t dtype = txd_lower & (E1000_TXD_CMD_DEXT | E1000_TXD_DTYP_D); in e1000e_process_tx_desc() local
727 if (dtype == E1000_TXD_CMD_DEXT) { /* context descriptor */ in e1000e_process_tx_desc()
731 } else if (dtype == (E1000_TXD_CMD_DEXT | E1000_TXD_DTYP_D)) { in e1000e_process_tx_desc()
H A Dvmxnet3.c216 descr->dtype, descr->ext1, descr->msscof, descr->hlen, descr->om, in vmxnet3_dump_tx_descr()
235 descr->rsvd, descr->dtype, descr->ext1, descr->btype); in vmxnet3_dump_rx_descr()
/openbmc/linux/include/linux/
H A Dnvme.h1401 __u8 dtype; member
/openbmc/qemu/hw/nvme/
H A Dctrl.c3480 uint8_t dtype = (dw12 >> 20) & 0xf; in nvme_do_write_fdp() local
3485 if (dtype != NVME_DIRECTIVE_DATA_PLACEMENT || in nvme_do_write_fdp()
6875 uint8_t doper, dtype; in nvme_directive_receive() local
6884 dtype = (dw11 >> 8) & 0xff; in nvme_directive_receive()
6888 if (nsid == NVME_NSID_BROADCAST || dtype != NVME_DIRECTIVE_IDENTIFY || in nvme_directive_receive()
6898 switch (dtype) { in nvme_directive_receive()
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c6064 int rd, int rn, int dtype, int ntype) in handle_fp_fcvt() argument
6070 if (dtype == 1) { in handle_fp_fcvt()
6091 if (dtype == 0) { in handle_fp_fcvt()
6110 if (dtype == 0) { in handle_fp_fcvt()
6150 int dtype = extract32(opcode, 0, 2); in disas_fp_1src() local
6151 if (type == 2 || dtype == type) { in disas_fp_1src()
6158 handle_fp_fcvt(s, opcode, rd, rn, dtype, type); in disas_fp_1src()

1234