/linux/drivers/scsi/arcmsr/ |
A D | arcmsr_hba.c | 242 switch (acb->adapter_type) { in arcmsr_free_io_queue() 256 switch (acb->adapter_type){ in arcmsr_remap_pciregion() 342 switch (acb->adapter_type) { in arcmsr_unmap_pciregion() 575 switch (acb->adapter_type) { in arcmsr_flush_adapter_cache() 676 switch (acb->adapter_type) { in arcmsr_alloc_io_queue() 825 switch (acb->adapter_type) { in arcmsr_alloc_ccb_pool() 854 switch (acb->adapter_type) { in arcmsr_message_isr_bh_fn() 1165 switch (acb->adapter_type) { in arcmsr_resume() 1282 switch (acb->adapter_type) { in arcmsr_abort_allcmd() 1475 switch (acb->adapter_type) { in arcmsr_done4abort_postqueue() [all …]
|
A D | arcmsr.h | 827 uint32_t adapter_type; /* adapter A,B..... */ member
|
/linux/drivers/scsi/megaraid/ |
A D | megaraid_sas_base.c | 268 if (instance->adapter_type == AERO_SERIES) { in megasas_readl() 2223 (instance->adapter_type != MFI_SERIES)) { in megaraid_sas_kill_hba() 3095 if (instance->adapter_type != MFI_SERIES) in megasas_task_abort() 3117 if (instance->adapter_type != MFI_SERIES) in megasas_reset_target() 4519 if (instance->adapter_type == MFI_SERIES) in dcmd_timeout_ocr_possible() 6132 switch (instance->adapter_type) { in megasas_init_fw() 6169 switch (instance->adapter_type) { in megasas_init_fw() 7071 instance->adapter_type = MFI_SERIES; in megasas_set_adapter_type() 7078 instance->adapter_type = AERO_SERIES; in megasas_set_adapter_type() 7101 instance->adapter_type = MFI_SERIES; in megasas_set_adapter_type() [all …]
|
A D | megaraid_sas_fp.c | 735 if ((instance->adapter_type >= VENTURA_SERIES) && in mr_spanset_get_phy_params() 745 ((instance->adapter_type == THUNDERBOLT_SERIES) || in mr_spanset_get_phy_params() 746 ((instance->adapter_type == INVADER_SERIES) && in mr_spanset_get_phy_params() 760 if (instance->adapter_type >= VENTURA_SERIES) { in mr_spanset_get_phy_params() 849 if ((instance->adapter_type >= VENTURA_SERIES) && in MR_GetPhyParams() 859 ((instance->adapter_type == THUNDERBOLT_SERIES) || in MR_GetPhyParams() 860 ((instance->adapter_type == INVADER_SERIES) && in MR_GetPhyParams() 876 if (instance->adapter_type >= VENTURA_SERIES) { in MR_GetPhyParams() 1156 if (instance->adapter_type == INVADER_SERIES) in MR_BuildRaidContext() 1159 else if (instance->adapter_type == THUNDERBOLT_SERIES) in MR_BuildRaidContext()
|
A D | megaraid_sas_fusion.c | 348 if (instance->adapter_type < VENTURA_SERIES) in megasas_fusion_update_can_queue() 1111 if (instance->adapter_type == INVADER_SERIES) { in megasas_ioc_init_fusion() 1183 if (instance->adapter_type >= INVADER_SERIES) in megasas_ioc_init_fusion() 1271 if (instance->adapter_type >= AERO_SERIES) { in megasas_ioc_init_fusion() 1717 if (instance->adapter_type >= VENTURA_SERIES) in megasas_configure_queue_sizes() 2280 if (instance->adapter_type >= INVADER_SERIES) { in megasas_make_sgl_fusion() 2290 if (instance->adapter_type >= INVADER_SERIES) in megasas_make_sgl_fusion() 2316 if (instance->adapter_type >= INVADER_SERIES) in megasas_make_sgl_fusion() 2928 if (instance->adapter_type >= VENTURA_SERIES) in megasas_build_ldio_fusion() 3034 if (instance->adapter_type < VENTURA_SERIES) in megasas_build_ld_nonrw_fusion() [all …]
|
/linux/drivers/scsi/ |
A D | BusLogic.h | 160 (adapter->adapter_type == BLOGIC_MULTIMASTER) 163 (adapter->adapter_type == BLOGIC_FLASHPOINT) 224 enum blogic_adapter_type adapter_type; member 542 unsigned char adapter_type[6]; /* Bytes 3-8 */ member 980 enum blogic_adapter_type adapter_type; member
|
A D | BusLogic.c | 739 pr_probeinfo->adapter_type = BLOGIC_MULTIMASTER; in blogic_init_mm_probeinfo() 751 probeinfo->adapter_type = BLOGIC_MULTIMASTER; in blogic_init_mm_probeinfo() 808 probeinfo->adapter_type == BLOGIC_MULTIMASTER) { in blogic_init_mm_probeinfo() 882 probeinfo->adapter_type = BLOGIC_FLASHPOINT; in blogic_init_fp_probeinfo() 2242 myadapter->adapter_type = probeinfo->adapter_type; in blogic_init() 2251 blogic_adapter_addr_count[myadapter->adapter_type]; in blogic_init()
|
/linux/drivers/infiniband/hw/cxgb4/ |
A D | cm.c | 736 enum chip_type adapter_type = ep->com.dev->rdev.lldi.adapter_type; in send_connect() local 743 switch (CHELSIO_CHIP_VERSION(adapter_type)) { in send_connect() 758 CHELSIO_CHIP_VERSION(adapter_type)); in send_connect() 844 CHELSIO_CHIP_VERSION(adapter_type)); in send_connect() 894 CHELSIO_CHIP_VERSION(adapter_type)); in send_connect() 1899 enum chip_type adapter_type; in complete_cached_srq_buffers() local 1901 adapter_type = ep->com.dev->rdev.lldi.adapter_type; in complete_cached_srq_buffers() 2224 ep->com.dev->rdev.lldi.adapter_type, in c4iw_reconnect() 2422 enum chip_type adapter_type = ep->com.dev->rdev.lldi.adapter_type; in accept_cr() local 2473 if (!is_t4(adapter_type)) { in accept_cr() [all …]
|
A D | provider.c | 170 if (!is_t4(rdev->lldi.adapter_type)) in c4iw_mmap() 268 props->hw_ver = CHELSIO_CHIP_RELEASE(dev->rdev.lldi.adapter_type); in c4iw_query_device() 327 CHELSIO_CHIP_RELEASE(c4iw_dev->rdev.lldi.adapter_type)); in hw_rev_show()
|
A 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()
|
A D | qp.c | 193 if (is_t4(rdev->lldi.adapter_type)) in c4iw_bar2_addrs() 1122 CHELSIO_CHIP_VERSION(qhp->rhp->rdev.lldi.adapter_type) >= in c4iw_post_send() 2403 if (!is_t4(to_c4iw_qp(ibqp)->rhp->rdev.lldi.adapter_type) && in c4iw_ib_modify_qp() 2732 if (CHELSIO_CHIP_VERSION(rhp->rdev.lldi.adapter_type) > CHELSIO_T6) in c4iw_create_srq()
|
/linux/drivers/scsi/cxgbi/cxgb4i/ |
A D | cxgb4i.c | 230 if (is_t4(lldi->adapter_type)) { in send_act_open_req() 253 } else if (is_t5(lldi->adapter_type)) { in send_act_open_req() 349 if (is_t4(lldi->adapter_type)) { in send_act_open_req6() 374 } else if (is_t5(lldi->adapter_type)) { in send_act_open_req6() 994 int t4 = is_t4(lldi->adapter_type), size, size6; in csk_act_open_retry_timer() 1306 if (is_t4(lldi->adapter_type)) in do_rx_iscsi_hdr() 1834 if (is_t4(lldi->adapter_type)) { in init_act_open() 1837 } else if (is_t5(lldi->adapter_type)) { in init_act_open() 1981 ULP_MEMIO_ORDER_V(is_t4(lldi->adapter_type)) | in ulp_mem_io_set_hdr() 2227 cdev, lldi->adapter_type, lldi->nports, in t4_uld_add() [all …]
|
/linux/drivers/scsi/mpt3sas/ |
A D | mpt3sas_ctl.h | 181 uint32_t adapter_type; member
|
A D | mpt3sas_ctl.c | 1178 karg.adapter_type = MPT2_IOCTL_INTERFACE_SAS2_SSS6200; in _ctl_getiocinfo() 1180 karg.adapter_type = MPT2_IOCTL_INTERFACE_SAS2; in _ctl_getiocinfo() 1186 karg.adapter_type = MPT3_IOCTL_INTERFACE_SAS35; in _ctl_getiocinfo() 1188 karg.adapter_type = MPT3_IOCTL_INTERFACE_SAS3; in _ctl_getiocinfo()
|
/linux/sound/pci/asihpi/ |
A D | hpicmn.c | 168 phr->u.s.adapter_type = adapters.adapter[index].type; in subsys_get_adapter() 171 phr->u.s.adapter_type = 0; in subsys_get_adapter()
|
A D | hpi_internal.h | 642 u16 adapter_type; member 685 u16 adapter_type; member
|
A D | hpi6205.c | 485 phr->u.s.adapter_type = ao.type; in subsys_create_adapter() 648 pao->type = hr.u.ax.info.adapter_type; in create_adapter_obj() 653 hr.u.ax.info.adapter_type, hr.u.ax.info.adapter_index, in create_adapter_obj()
|
A D | hpi6000.c | 446 phr->u.s.adapter_type = ao.type; in subsys_create_adapter() 550 pao->type = hr0.u.ax.info.adapter_type; in create_adapter_obj()
|
A D | hpimsgx.c | 604 aDAPTER_INFO[adapter].type = hr.u.ax.info.adapter_type; in adapter_prepare()
|
/linux/drivers/target/iscsi/cxgbit/ |
A D | cxgbit_main.c | 38 if (is_t5(lldi->adapter_type)) { in cxgbit_set_mdsl() 57 if (is_t4(lldi->adapter_type)) in cxgbit_uld_add()
|
A D | cxgbit_target.c | 169 u32 force = is_t5(lldi->adapter_type) ? TX_FORCE_V(!submode) : in cxgbit_tx_data_wr() 750 if (is_t5(cdev->lldi.adapter_type)) in cxgbit_set_params() 1584 if (is_t5(lldi->adapter_type)) in cxgbit_rx_skb()
|
A D | cxgbit_cm.c | 1180 if (!is_t5(lldi->adapter_type)) in cxgbit_pass_accept_rpl() 1192 if (is_t5(lldi->adapter_type)) in cxgbit_pass_accept_rpl() 1257 cxgb_get_4tuple(req, cdev->lldi.adapter_type, &iptype, local_ip, in cxgbit_pass_accept_req()
|
/linux/drivers/s390/scsi/ |
A D | zfcp_fsf.h | 389 u32 adapter_type; member
|
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
A D | cxgb4_uld.h | 437 unsigned char adapter_type; /* type of adapter */ member
|
/linux/drivers/s390/net/ |
A D | qeth_core_mpc.h | 819 __u8 adapter_type; member
|