/linux-4.4.14/drivers/scsi/ |
D | BusLogic.h | 167 (adapter->adapter_type == BLOGIC_MULTIMASTER) 170 (adapter->adapter_type == BLOGIC_FLASHPOINT) 231 enum blogic_adapter_type adapter_type; member 557 unsigned char adapter_type[6]; /* Bytes 3-8 */ member 995 enum blogic_adapter_type adapter_type; member
|
D | BusLogic.c | 581 probeinfo->adapter_type = BLOGIC_MULTIMASTER; in blogic_add_probeaddr_isa() 804 pr_probeinfo->adapter_type = BLOGIC_MULTIMASTER; in blogic_init_mm_probeinfo() 816 probeinfo->adapter_type = BLOGIC_MULTIMASTER; in blogic_init_mm_probeinfo() 852 pr_probeinfo->adapter_type = BLOGIC_MULTIMASTER; in blogic_init_mm_probeinfo() 912 probeinfo->adapter_type == BLOGIC_MULTIMASTER) { in blogic_init_mm_probeinfo() 986 probeinfo->adapter_type = BLOGIC_FLASHPOINT; in blogic_init_fp_probeinfo() 2398 myadapter->adapter_type = probeinfo->adapter_type; in blogic_init() 2407 blogic_adapter_addr_count[myadapter->adapter_type]; in blogic_init()
|
D | ips.h | 768 uint16_t adapter_type; member
|
D | ips.c | 2040 (le16_to_cpu(ha->nvram->adapter_type) != 0)) in ips_host_info() 5628 ips_name, ha->host_num, le16_to_cpu(ha->nvram->adapter_type), in ips_write_driver_status() 5639 ha->nvram->adapter_type = ha->ad_type; in ips_write_driver_status()
|
/linux-4.4.14/drivers/scsi/arcmsr/ |
D | arcmsr_hba.c | 204 switch (acb->adapter_type) { in arcmsr_free_mu() 217 switch (acb->adapter_type){ in arcmsr_remap_pciregion() 277 switch (acb->adapter_type) { in arcmsr_unmap_pciregion() 477 switch (acb->adapter_type) { in arcmsr_flush_adapter_cache() 538 switch (acb->adapter_type) { in arcmsr_alloc_ccb_pool() 569 switch (acb->adapter_type) { in arcmsr_message_isr_bh_fn() 737 acb->adapter_type = id->driver_data; in arcmsr_probe() 935 switch (acb->adapter_type) { in arcmsr_abort_allcmd() 999 switch (acb->adapter_type) { in arcmsr_disable_outbound_ints() 1120 switch (acb->adapter_type) { in arcmsr_done4abort_postqueue() [all …]
|
D | arcmsr.h | 611 uint32_t adapter_type; /* adapter A,B..... */ member
|
/linux-4.4.14/drivers/infiniband/hw/cxgb4/ |
D | cm.c | 656 enum chip_type adapter_type = ep->com.dev->rdev.lldi.adapter_type; in send_connect() local 659 switch (CHELSIO_CHIP_VERSION(adapter_type)) { in send_connect() 674 CHELSIO_CHIP_VERSION(adapter_type)); in send_connect() 725 if (CHELSIO_CHIP_VERSION(adapter_type) > CHELSIO_T4) { in send_connect() 741 switch (CHELSIO_CHIP_VERSION(adapter_type)) { in send_connect() 761 CHELSIO_CHIP_VERSION(adapter_type)); in send_connect() 774 if (is_t4(ep->com.dev->rdev.lldi.adapter_type)) { in send_connect() 789 switch (CHELSIO_CHIP_VERSION(adapter_type)) { in send_connect() 809 CHELSIO_CHIP_VERSION(adapter_type)); in send_connect() 824 if (is_t4(ep->com.dev->rdev.lldi.adapter_type)) { in send_connect() [all …]
|
D | provider.c | 212 if (!is_t4(rdev->lldi.adapter_type)) in c4iw_mmap() 322 props->hw_ver = CHELSIO_CHIP_RELEASE(dev->rdev.lldi.adapter_type); in c4iw_query_device() 408 CHELSIO_CHIP_RELEASE(c4iw_dev->rdev.lldi.adapter_type)); in show_rev()
|
D | mem.c | 55 return (is_t4(dev->rdev.lldi.adapter_type) || in mr_exceeds_hw_limits() 56 is_t5(dev->rdev.lldi.adapter_type)) && in mr_exceeds_hw_limits() 119 if (is_t4(rdev->lldi.adapter_type)) in _c4iw_write_mem_inline() 227 if (is_t5(rdev->lldi.adapter_type) && use_dsgl) { in write_adapter_mem()
|
D | qp.c | 189 if (is_t4(rdev->lldi.adapter_type)) in c4iw_bar2_addrs() 816 qhp->rhp->rdev.lldi.adapter_type) ? in c4iw_post_send() 1871 if (!is_t4(to_c4iw_qp(ibqp)->rhp->rdev.lldi.adapter_type) && in c4iw_ib_modify_qp()
|
D | device.c | 970 if (!is_t4(devp->rdev.lldi.adapter_type)) { in c4iw_alloc()
|
/linux-4.4.14/drivers/scsi/megaraid/ |
D | megaraid_sas_fusion.c | 656 if (fusion->adapter_type == INVADER_SERIES) in megasas_ioc_init_fusion() 1302 if (fusion->adapter_type == INVADER_SERIES) { in megasas_make_sgl_fusion() 1319 if (fusion->adapter_type == INVADER_SERIES) in megasas_make_sgl_fusion() 1330 if (fusion->adapter_type == INVADER_SERIES) { in megasas_make_sgl_fusion() 1346 if (fusion->adapter_type == INVADER_SERIES) in megasas_make_sgl_fusion() 1663 if (fusion->adapter_type == INVADER_SERIES) { in megasas_build_ldio_fusion() 1704 if (fusion->adapter_type == INVADER_SERIES) { in megasas_build_ldio_fusion() 1893 if (fusion->adapter_type == INVADER_SERIES) { in megasas_build_syspd_fusion() 2211 if (fusion->adapter_type == INVADER_SERIES) in complete_cmd_fusion() 2227 if (fusion->adapter_type == INVADER_SERIES) in complete_cmd_fusion() [all …]
|
D | megaraid_sas_fp.c | 780 ((fusion->adapter_type == THUNDERBOLT_SERIES) || in mr_spanset_get_phy_params() 781 ((fusion->adapter_type == INVADER_SERIES) && in mr_spanset_get_phy_params() 876 ((fusion->adapter_type == THUNDERBOLT_SERIES) || in MR_GetPhyParams() 877 ((fusion->adapter_type == INVADER_SERIES) && in MR_GetPhyParams() 1096 if (fusion->adapter_type == INVADER_SERIES) in MR_BuildRaidContext()
|
D | megaraid_sas_fusion.h | 865 u8 adapter_type; member
|
D | megaraid_sas_base.c | 4751 if (fusion->adapter_type == THUNDERBOLT_SERIES) { /* Thunderbolt Series*/ in megasas_init_fw() 5397 fusion->adapter_type = THUNDERBOLT_SERIES; in megasas_probe_one() 5399 fusion->adapter_type = INVADER_SERIES; in megasas_probe_one()
|
/linux-4.4.14/drivers/scsi/mpt3sas/ |
D | mpt3sas_ctl.h | 168 uint32_t adapter_type; member
|
D | mpt3sas_ctl.c | 1050 karg.adapter_type = MPT2_IOCTL_INTERFACE_SAS2_SSS6200; in _ctl_getiocinfo() 1052 karg.adapter_type = MPT2_IOCTL_INTERFACE_SAS2; in _ctl_getiocinfo() 1056 karg.adapter_type = MPT3_IOCTL_INTERFACE_SAS3; in _ctl_getiocinfo()
|
/linux-4.4.14/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 188 int t4 = is_t4(lldi->adapter_type); in send_act_open_req() 208 if (is_t4(lldi->adapter_type)) { in send_act_open_req() 275 int t4 = is_t4(lldi->adapter_type); in send_act_open_req6() 813 int t4 = is_t4(lldi->adapter_type), size, size6; in csk_act_open_retry_timer() 1124 if (is_t4(lldi->adapter_type)) in do_rx_iscsi_hdr() 1376 int t4 = is_t4(lldi->adapter_type); in init_act_open() 1558 if (is_t4(lldi->adapter_type)) in ulp_mem_io_set_hdr() 1770 cdev, lldi->adapter_type, lldi->nports, in t4_uld_add()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_uld.h | 253 unsigned char adapter_type; /* type of adapter */ member
|
D | cxgb4_main.c | 2459 lli.adapter_type = adap->params.chip; in uld_attach()
|
/linux-4.4.14/sound/pci/asihpi/ |
D | hpicmn.c | 177 phr->u.s.adapter_type = adapters.adapter[index].type; in subsys_get_adapter() 180 phr->u.s.adapter_type = 0; in subsys_get_adapter()
|
D | hpi_internal.h | 653 u16 adapter_type; member 696 u16 adapter_type; member
|
D | hpi6205.c | 496 phr->u.s.adapter_type = ao.type; in subsys_create_adapter() 660 pao->type = hr.u.ax.info.adapter_type; in create_adapter_obj() 669 hr.u.ax.info.adapter_type, hr.u.ax.info.adapter_index, in create_adapter_obj()
|
D | hpi6000.c | 457 phr->u.s.adapter_type = ao.type; in subsys_create_adapter() 561 pao->type = hr0.u.ax.info.adapter_type; in create_adapter_obj()
|
D | hpimsgx.c | 615 aDAPTER_INFO[adapter].type = hr.u.ax.info.adapter_type; in adapter_prepare()
|
D | hpifunc.c | 129 *pw_adapter_type = hr.u.s.adapter_type; in hpi_subsys_get_adapter() 207 *pw_adapter_type = hr.u.ax.info.adapter_type; in hpi_adapter_get_info() 229 *pw_module_type = hr.u.ax.info.adapter_type; in hpi_adapter_get_module_by_index()
|
/linux-4.4.14/drivers/s390/scsi/ |
D | zfcp_fsf.h | 352 u32 adapter_type; member
|
D | zfcp_fsf.c | 501 adapter->hydra_version = bottom->adapter_type; in zfcp_fsf_exchange_config_evaluate()
|
/linux-4.4.14/drivers/s390/net/ |
D | qeth_core_mpc.h | 647 __u8 adapter_type; member
|
D | qeth_core_main.c | 2881 cmd->hdr.adapter_type = qeth_get_ipa_adp_type(card->info.link_type); in qeth_fill_ipacmd_header()
|