Home
last modified time | relevance | path

Searched refs:adapter_type (Results 1 – 25 of 35) sorted by relevance

12

/linux/drivers/scsi/arcmsr/
H A Darcmsr_hba.c246 switch (acb->adapter_type) { in arcmsr_free_io_queue()
260 switch (acb->adapter_type){ in arcmsr_remap_pciregion()
346 switch (acb->adapter_type) { in arcmsr_unmap_pciregion()
579 switch (acb->adapter_type) { in arcmsr_flush_adapter_cache()
680 switch (acb->adapter_type) { in arcmsr_alloc_io_queue()
833 if (acb->adapter_type != ACB_ADAPTER_TYPE_F) in arcmsr_alloc_ccb_pool()
849 switch (acb->adapter_type) { in arcmsr_alloc_ccb_pool()
876 if (acb->adapter_type != ACB_ADAPTER_TYPE_F) { in arcmsr_alloc_ccb_pool()
880 switch (acb->adapter_type) { in arcmsr_alloc_ccb_pool()
913 switch (acb->adapter_type) { in arcmsr_message_isr_bh_fn()
[all...]
H A Darcmsr.h849 uint32_t adapter_type; /* adapter A,B..... */ member
/linux/drivers/scsi/megaraid/
H A Dmegaraid_sas_base.c268 if (instance->adapter_type == AERO_SERIES) { in megasas_readl()
2233 (instance->adapter_type != MFI_SERIES)) { in megaraid_sas_kill_hba()
2700 if ((instance->adapter_type != MFI_SERIES) && in megasas_sriov_start_heartbeat()
3080 if (instance->adapter_type == MFI_SERIES) { in megasas_reset_bus_host()
3103 if (instance->adapter_type != MFI_SERIES) in megasas_task_abort()
3125 if (instance->adapter_type != MFI_SERIES) in megasas_reset_target()
3747 if (instance->adapter_type >= INVADER_SERIES) in megasas_complete_cmd()
4156 (instance->adapter_type != MFI_SERIES)) in megasas_transition_to_ready()
4173 (instance->adapter_type != MFI_SERIES)) in megasas_transition_to_ready()
4192 (instance->adapter_type != MFI_SERIES)) { in megasas_transition_to_ready()
[all …]
H A Dmegaraid_sas_fp.c735 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()
H A Dmegaraid_sas_fusion.c348 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()
1274 if (instance->adapter_type >= AERO_SERIES) { in megasas_ioc_init_fusion()
1720 if (instance->adapter_type >= VENTURA_SERIES) in megasas_configure_queue_sizes()
2281 if (instance->adapter_type >= INVADER_SERIES) { in megasas_make_sgl_fusion()
2291 if (instance->adapter_type >= INVADER_SERIES) in megasas_make_sgl_fusion()
2301 if (instance->adapter_type >= INVADER_SERIES) { in megasas_make_sgl_fusion()
2317 if (instance->adapter_type >= INVADER_SERIES) in megasas_make_sgl_fusion()
2840 if (instance->adapter_type > in megasas_build_ldio_fusion()
[all...]
/linux/drivers/scsi/
H A DBusLogic.h160 (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
H A DBusLogic.c740 pr_probeinfo->adapter_type = BLOGIC_MULTIMASTER; in blogic_init_mm_probeinfo()
752 probeinfo->adapter_type = BLOGIC_MULTIMASTER; in blogic_init_mm_probeinfo()
809 probeinfo->adapter_type == BLOGIC_MULTIMASTER) { in blogic_init_mm_probeinfo()
883 probeinfo->adapter_type = BLOGIC_FLASHPOINT; in blogic_init_fp_probeinfo()
2243 myadapter->adapter_type = probeinfo->adapter_type; in blogic_init()
2252 blogic_adapter_addr_count[myadapter->adapter_type]; in blogic_init()
/linux/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c231 if (is_t4(lldi->adapter_type)) { in send_act_open_req()
254 } else if (is_t5(lldi->adapter_type)) { in send_act_open_req()
320 CHELSIO_CHIP_VERSION(lldi->adapter_type), csk, in send_act_open_req()
350 if (is_t4(lldi->adapter_type)) { in send_act_open_req6()
375 } else if (is_t5(lldi->adapter_type)) { in send_act_open_req6()
431 CHELSIO_CHIP_VERSION(lldi->adapter_type), csk, csk->state, in send_act_open_req6()
726 u32 force = is_t5(lldi->adapter_type) ? TX_FORCE_V(!submode) : in cxgb4i_make_tx_data_wr()
995 int t4 = is_t4(lldi->adapter_type), size, size6; in csk_act_open_retry_timer()
1294 if ((CHELSIO_CHIP_VERSION(lldi->adapter_type) <= CHELSIO_T5) && in do_rx_iscsi_hdr()
1307 if (is_t4(lldi->adapter_type)) in do_rx_iscsi_hdr()
[all …]
/linux/drivers/infiniband/hw/cxgb4/
H A Dcm.c736 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()
808 if (CHELSIO_CHIP_VERSION(adapter_type) > CHELSIO_T4) { in send_connect()
826 switch (CHELSIO_CHIP_VERSION(adapter_type)) { in send_connect()
844 CHELSIO_CHIP_VERSION(adapter_type)); in send_connect()
857 if (is_t4(ep->com.dev->rdev.lldi.adapter_type)) { in send_connect()
861 if (is_t5(ep->com.dev->rdev.lldi.adapter_type)) { in send_connect()
876 switch (CHELSIO_CHIP_VERSION(adapter_type)) { in send_connect()
894 CHELSIO_CHIP_VERSION(adapter_type)); in send_connect()
[all …]
H A Dprovider.c171 if (!is_t4(rdev->lldi.adapter_type)) in c4iw_mmap()
270 props->hw_ver = CHELSIO_CHIP_RELEASE(dev->rdev.lldi.adapter_type); in c4iw_query_device()
332 CHELSIO_CHIP_RELEASE(c4iw_dev->rdev.lldi.adapter_type)); in hw_rev_show()
H A Dmem.c56 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()
H A Dqp.c193 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()
2733 if (CHELSIO_CHIP_VERSION(rhp->rdev.lldi.adapter_type) > CHELSIO_T6) in c4iw_create_srq()
/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_ctl.h183 uint32_t adapter_type; member
H A Dmpt3sas_ctl.c1187 karg.adapter_type = MPT2_IOCTL_INTERFACE_SAS2_SSS6200; in _ctl_getiocinfo()
1189 karg.adapter_type = MPT2_IOCTL_INTERFACE_SAS2; in _ctl_getiocinfo()
1195 karg.adapter_type = MPT3_IOCTL_INTERFACE_SAS35; in _ctl_getiocinfo()
1197 karg.adapter_type = MPT3_IOCTL_INTERFACE_SAS3; in _ctl_getiocinfo()
/linux/sound/pci/asihpi/
H A Dhpicmn.c168 phr->u.s.adapter_type = adapters.adapter[index].type; in subsys_get_adapter()
171 phr->u.s.adapter_type = 0; in subsys_get_adapter()
H A Dhpi_internal.h642 u16 adapter_type; member
685 u16 adapter_type; member
H A Dhpi6205.c485 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()
H A Dhpi6000.c446 phr->u.s.adapter_type = ao.type; in subsys_create_adapter()
550 pao->type = hr0.u.ax.info.adapter_type; in create_adapter_obj()
H A Dhpimsgx.c599 aDAPTER_INFO[adapter].type = hr.u.ax.info.adapter_type; in adapter_prepare()
/linux/drivers/target/iscsi/cxgbit/
H A Dcxgbit_main.c38 if (is_t5(lldi->adapter_type)) { in cxgbit_set_mdsl()
57 if (is_t4(lldi->adapter_type)) in cxgbit_uld_add()
H A Dcxgbit_target.c169 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()
H A Dcxgbit_cm.c1180 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/
H A Dzfcp_fsf.h389 u32 adapter_type; member
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_uld.h437 unsigned char adapter_type; /* type of adapter */ member
/linux/drivers/s390/net/
H A Dqeth_core_mpc.h819 __u8 adapter_type; member

12