/Linux-v4.19/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()
|
/Linux-v4.19/drivers/scsi/arcmsr/ |
D | arcmsr_hba.c | 229 switch (acb->adapter_type) { in arcmsr_free_mu() 243 switch (acb->adapter_type){ in arcmsr_remap_pciregion() 317 switch (acb->adapter_type) { in arcmsr_unmap_pciregion() 556 switch (acb->adapter_type) { in arcmsr_flush_adapter_cache() 587 switch (acb->adapter_type) { in arcmsr_alloc_io_queue() 723 switch (acb->adapter_type) { in arcmsr_alloc_ccb_pool() 757 switch (acb->adapter_type) { in arcmsr_message_isr_bh_fn() 951 acb->adapter_type = id->driver_data; in arcmsr_probe() 1064 if (acb->adapter_type == ACB_ADAPTER_TYPE_E) { in arcmsr_resume() 1160 switch (acb->adapter_type) { in arcmsr_abort_allcmd() [all …]
|
D | arcmsr.h | 736 uint32_t adapter_type; /* adapter A,B..... */ member
|
/Linux-v4.19/drivers/scsi/megaraid/ |
D | megaraid_sas_fp.c | 748 if ((instance->adapter_type == VENTURA_SERIES) && in mr_spanset_get_phy_params() 758 ((instance->adapter_type == THUNDERBOLT_SERIES) || in mr_spanset_get_phy_params() 759 ((instance->adapter_type == INVADER_SERIES) && in mr_spanset_get_phy_params() 773 if (instance->adapter_type == VENTURA_SERIES) { in mr_spanset_get_phy_params() 864 if ((instance->adapter_type == VENTURA_SERIES) && in MR_GetPhyParams() 874 ((instance->adapter_type == THUNDERBOLT_SERIES) || in MR_GetPhyParams() 875 ((instance->adapter_type == INVADER_SERIES) && in MR_GetPhyParams() 891 if (instance->adapter_type == VENTURA_SERIES) { in MR_GetPhyParams() 1099 if (instance->adapter_type == INVADER_SERIES) in MR_BuildRaidContext() 1102 else if (instance->adapter_type == THUNDERBOLT_SERIES) in MR_BuildRaidContext()
|
D | megaraid_sas_base.c | 2081 (instance->adapter_type != MFI_SERIES)) { in megaraid_sas_kill_hba() 2546 if ((instance->adapter_type != MFI_SERIES) && in megasas_sriov_start_heartbeat() 2843 if (instance->adapter_type == MFI_SERIES) { in megasas_reset_bus_host() 2870 if (instance->adapter_type != MFI_SERIES) in megasas_task_abort() 2892 if (instance->adapter_type != MFI_SERIES) in megasas_reset_target() 3791 (instance->adapter_type != MFI_SERIES)) in megasas_transition_to_ready() 3809 (instance->adapter_type != MFI_SERIES)) in megasas_transition_to_ready() 3829 (instance->adapter_type != MFI_SERIES)) { in megasas_transition_to_ready() 3833 if (instance->adapter_type != MFI_SERIES) { in megasas_transition_to_ready() 4000 frame_count = (instance->adapter_type == MFI_SERIES) ? in megasas_create_frame_pool() [all …]
|
D | megaraid_sas_fusion.c | 266 if (instance->adapter_type < VENTURA_SERIES) in megasas_fusion_update_can_queue() 993 if (instance->adapter_type == INVADER_SERIES) { in megasas_ioc_init_fusion() 1056 if (instance->adapter_type >= INVADER_SERIES) in megasas_ioc_init_fusion() 1562 if (instance->adapter_type == VENTURA_SERIES) in megasas_configure_queue_sizes() 2091 if (instance->adapter_type >= INVADER_SERIES) { in megasas_make_sgl_fusion() 2101 if (instance->adapter_type >= INVADER_SERIES) in megasas_make_sgl_fusion() 2111 if (instance->adapter_type >= INVADER_SERIES) { in megasas_make_sgl_fusion() 2127 if (instance->adapter_type >= INVADER_SERIES) in megasas_make_sgl_fusion() 2648 if (instance->adapter_type == VENTURA_SERIES) { in megasas_build_ldio_fusion() 2705 if (instance->adapter_type == INVADER_SERIES) { in megasas_build_ldio_fusion() [all …]
|
/Linux-v4.19/drivers/infiniband/hw/cxgb4/ |
D | cm.c | 697 enum chip_type adapter_type = ep->com.dev->rdev.lldi.adapter_type; in send_connect() local 704 switch (CHELSIO_CHIP_VERSION(adapter_type)) { in send_connect() 719 CHELSIO_CHIP_VERSION(adapter_type)); in send_connect() 769 if (CHELSIO_CHIP_VERSION(adapter_type) > CHELSIO_T4) { in send_connect() 787 switch (CHELSIO_CHIP_VERSION(adapter_type)) { in send_connect() 805 CHELSIO_CHIP_VERSION(adapter_type)); in send_connect() 818 if (is_t4(ep->com.dev->rdev.lldi.adapter_type)) { in send_connect() 822 if (is_t5(ep->com.dev->rdev.lldi.adapter_type)) { in send_connect() 837 switch (CHELSIO_CHIP_VERSION(adapter_type)) { in send_connect() 855 CHELSIO_CHIP_VERSION(adapter_type)); in send_connect() [all …]
|
D | provider.c | 189 if (!is_t4(rdev->lldi.adapter_type)) in c4iw_mmap() 302 props->hw_ver = CHELSIO_CHIP_RELEASE(dev->rdev.lldi.adapter_type); in c4iw_query_device() 383 CHELSIO_CHIP_RELEASE(c4iw_dev->rdev.lldi.adapter_type)); in show_rev()
|
D | mem.c | 56 return (is_t4(dev->rdev.lldi.adapter_type) || in mr_exceeds_hw_limits() 57 is_t5(dev->rdev.lldi.adapter_type)) && in mr_exceeds_hw_limits() 120 if (is_t4(rdev->lldi.adapter_type)) in _c4iw_write_mem_inline()
|
D | qp.c | 192 if (is_t4(rdev->lldi.adapter_type)) in c4iw_bar2_addrs() 1142 CHELSIO_CHIP_VERSION(qhp->rhp->rdev.lldi.adapter_type) >= in c4iw_post_send() 2424 if (!is_t4(to_c4iw_qp(ibqp)->rhp->rdev.lldi.adapter_type) && in c4iw_ib_modify_qp() 2756 if (CHELSIO_CHIP_VERSION(rhp->rdev.lldi.adapter_type) > CHELSIO_T6) in c4iw_create_srq()
|
/Linux-v4.19/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 212 if (is_t4(lldi->adapter_type)) { in send_act_open_req() 235 } else if (is_t5(lldi->adapter_type)) { in send_act_open_req() 301 CHELSIO_CHIP_VERSION(lldi->adapter_type), csk, in send_act_open_req() 331 if (is_t4(lldi->adapter_type)) { in send_act_open_req6() 356 } else if (is_t5(lldi->adapter_type)) { in send_act_open_req6() 412 CHELSIO_CHIP_VERSION(lldi->adapter_type), csk, csk->state, in send_act_open_req6() 882 int t4 = is_t4(lldi->adapter_type), size, size6; in csk_act_open_retry_timer() 1194 if (is_t4(lldi->adapter_type)) in do_rx_iscsi_hdr() 1662 if (is_t4(lldi->adapter_type)) { in init_act_open() 1665 } else if (is_t5(lldi->adapter_type)) { in init_act_open() [all …]
|
/Linux-v4.19/drivers/scsi/mpt3sas/ |
D | mpt3sas_ctl.h | 169 uint32_t adapter_type; member
|
D | mpt3sas_ctl.c | 1151 karg.adapter_type = MPT2_IOCTL_INTERFACE_SAS2_SSS6200; in _ctl_getiocinfo() 1153 karg.adapter_type = MPT2_IOCTL_INTERFACE_SAS2; in _ctl_getiocinfo() 1159 karg.adapter_type = MPT3_IOCTL_INTERFACE_SAS35; in _ctl_getiocinfo() 1161 karg.adapter_type = MPT3_IOCTL_INTERFACE_SAS3; in _ctl_getiocinfo()
|
/Linux-v4.19/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() 659 pao->type = hr.u.ax.info.adapter_type; in create_adapter_obj() 664 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()
|
/Linux-v4.19/drivers/s390/scsi/ |
D | zfcp_fsf.h | 360 u32 adapter_type; member
|
/Linux-v4.19/drivers/target/iscsi/cxgbit/ |
D | cxgbit_cm.c | 919 csk->smac_idx = cxgb4_tp_smt_idx(cdev->lldi.adapter_type, in cxgbit_offload_init() 955 csk->smac_idx = cxgb4_tp_smt_idx(cdev->lldi.adapter_type, in cxgbit_offload_init() 1160 if (!is_t5(lldi->adapter_type)) in cxgbit_pass_accept_rpl() 1172 if (is_t5(lldi->adapter_type)) in cxgbit_pass_accept_rpl() 1238 cxgb_get_4tuple(req, cdev->lldi.adapter_type, &iptype, local_ip, in cxgbit_pass_accept_req()
|
D | cxgbit_target.c | 173 u32 force = is_t5(lldi->adapter_type) ? TX_FORCE_V(!submode) : in cxgbit_tx_data_wr() 770 if (is_t5(cdev->lldi.adapter_type)) in cxgbit_set_params() 1570 if (is_t5(lldi->adapter_type)) in cxgbit_rx_skb()
|
D | cxgbit_main.c | 53 if (is_t4(lldi->adapter_type)) in cxgbit_uld_add()
|
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_uld.h | 331 unsigned char adapter_type; /* type of adapter */ member
|
/Linux-v4.19/drivers/s390/net/ |
D | qeth_core_mpc.h | 757 __u8 adapter_type; member
|