Searched refs:desc_type (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/modules/usba/ |
H A D | prtusb.c | 1069 uchar_t desc_type, nlen; in prt_usb_desc() local 1080 if (mdb_vread(&desc_type, 1, paddr + 1) == -1) { in prt_usb_desc() 1085 switch (desc_type) { in prt_usb_desc() 1199 "0x%x\n", desc_type); in prt_usb_desc() 1220 "0x%x\n", desc_type); in prt_usb_desc() 1228 mdb_printf("Unknown Descriptor: 0x%x\n", desc_type); in prt_usb_desc()
|
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/ |
H A D | fsdb.c | 800 uint32_t desc_type, bno, len; in get_blkno() local 814 desc_type = SWAP_16(fe->fe_icb_tag.itag_flags) & 0x7; in get_blkno() 817 if (desc_type == ICB_FLAG_SHORT_AD) { in get_blkno() 822 } else if (desc_type == ICB_FLAG_LONG_AD) { in get_blkno() 827 } else if (desc_type == ICB_FLAG_ONE_AD) { in get_blkno() 845 switch (desc_type) { in get_blkno()
|
/illumos-gate/usr/src/uts/common/io/nge/ |
H A D | nge_chip.c | 456 dev_param_p->desc_type = DESC_OFFLOAD; in nge_init_dev_spec_param() 475 dev_param_p->desc_type = DESC_HOT; in nge_init_dev_spec_param() 494 dev_param_p->desc_type = DESC_OFFLOAD; in nge_init_dev_spec_param() 513 dev_param_p->desc_type = DESC_HOT; in nge_init_dev_spec_param() 532 dev_param_p->desc_type = DESC_OFFLOAD; in nge_init_dev_spec_param() 551 dev_param_p->desc_type = DESC_HOT; in nge_init_dev_spec_param() 569 dev_param_p->desc_type = DESC_OFFLOAD; in nge_init_dev_spec_param() 715 mode.mode_bits.desc_type = ngep->desc_mode; in nge_chip_stop() 881 mode_cntl.mode_bits.desc_type = ngep->desc_mode; in nge_buff_setup()
|
H A D | nge.h | 684 uint32_t desc_type; /* specifies descriptor type */ member
|
H A D | nge_chip.h | 966 uint32_t desc_type:2; member
|
H A D | nge_main.c | 997 DDI_PROP_DONTPASS, nge_desc_mode, dev_param_p->desc_type); in nge_get_props()
|
/illumos-gate/usr/src/lib/libdiskmgt/common/ |
H A D | libdiskmgt.h | 442 dm_descriptor_t dm_get_descriptor_by_name(dm_desc_type_t desc_type,
|
H A D | entry.c | 254 dm_get_descriptor_by_name(dm_desc_type_t desc_type, char *name, int *errp) in dm_get_descriptor_by_name() argument 261 switch (desc_type) { in dm_get_descriptor_by_name()
|
/illumos-gate/usr/src/uts/common/io/bnx/ |
H A D | bnx_mm.c | 176 mm_desc_size(lm_device_t *pdev, u32_t desc_type) in mm_desc_size() argument 180 switch (desc_type) { in mm_desc_size()
|
/illumos-gate/usr/src/uts/common/io/bnx/570x/driver/common/lmdev/ |
H A D | lm.h | 499 u32_t desc_type);
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/ |
H A D | mm.h | 239 u32_t desc_type);
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
H A D | mptsas.c | 10658 uint8_t desc_type; in mptsas_start_passthru() local 10664 desc_type = MPI2_REQ_DESCRIPT_FLAGS_DEFAULT_TYPE; in mptsas_start_passthru() 10752 desc_type = MPI2_REQ_DESCRIPT_FLAGS_SCSI_IO; in mptsas_start_passthru() 10766 request_desc |= (SMID << 16) + desc_type; in mptsas_start_passthru()
|