Home
last modified time | relevance | path

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

12

/Linux-v5.4/drivers/scsi/arcmsr/
Darcmsr_hba.c232 switch (acb->adapter_type) { in arcmsr_free_io_queue()
246 switch (acb->adapter_type){ in arcmsr_remap_pciregion()
320 switch (acb->adapter_type) { in arcmsr_unmap_pciregion()
559 switch (acb->adapter_type) { in arcmsr_flush_adapter_cache()
642 switch (acb->adapter_type) { in arcmsr_alloc_io_queue()
737 switch (acb->adapter_type) { in arcmsr_alloc_ccb_pool()
765 switch (acb->adapter_type) { in arcmsr_alloc_ccb_pool()
795 switch (acb->adapter_type) { in arcmsr_message_isr_bh_fn()
935 if (((acb->adapter_type == ACB_ADAPTER_TYPE_A) && !dma_mask_64) || in arcmsr_set_dma_mask()
975 acb->adapter_type = id->driver_data; in arcmsr_probe()
[all …]
Darcmsr.h736 uint32_t adapter_type; /* adapter A,B..... */ member
/Linux-v5.4/drivers/scsi/
DBusLogic.h160 (adapter->adapter_type == BLOGIC_MULTIMASTER)
163 (adapter->adapter_type == BLOGIC_FLASHPOINT)
224 enum blogic_adapter_type adapter_type; member
550 unsigned char adapter_type[6]; /* Bytes 3-8 */ member
988 enum blogic_adapter_type adapter_type; member
DBusLogic.c575 probeinfo->adapter_type = BLOGIC_MULTIMASTER; in blogic_add_probeaddr_isa()
798 pr_probeinfo->adapter_type = BLOGIC_MULTIMASTER; in blogic_init_mm_probeinfo()
810 probeinfo->adapter_type = BLOGIC_MULTIMASTER; in blogic_init_mm_probeinfo()
846 pr_probeinfo->adapter_type = BLOGIC_MULTIMASTER; in blogic_init_mm_probeinfo()
906 probeinfo->adapter_type == BLOGIC_MULTIMASTER) { in blogic_init_mm_probeinfo()
980 probeinfo->adapter_type = BLOGIC_FLASHPOINT; in blogic_init_fp_probeinfo()
2393 myadapter->adapter_type = probeinfo->adapter_type; in blogic_init()
2402 blogic_adapter_addr_count[myadapter->adapter_type]; in blogic_init()
/Linux-v5.4/drivers/scsi/megaraid/
Dmegaraid_sas_base.c255 if (instance->adapter_type == AERO_SERIES) { in megasas_readl()
2159 (instance->adapter_type != MFI_SERIES)) { in megaraid_sas_kill_hba()
2626 if ((instance->adapter_type != MFI_SERIES) && in megasas_sriov_start_heartbeat()
3010 if (instance->adapter_type == MFI_SERIES) { in megasas_reset_bus_host()
3033 if (instance->adapter_type != MFI_SERIES) in megasas_task_abort()
3055 if (instance->adapter_type != MFI_SERIES) in megasas_reset_target()
4024 (instance->adapter_type != MFI_SERIES)) in megasas_transition_to_ready()
4041 (instance->adapter_type != MFI_SERIES)) in megasas_transition_to_ready()
4060 (instance->adapter_type != MFI_SERIES)) { in megasas_transition_to_ready()
4064 if (instance->adapter_type != MFI_SERIES) { in megasas_transition_to_ready()
[all …]
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()
851 if ((instance->adapter_type >= VENTURA_SERIES) && in MR_GetPhyParams()
861 ((instance->adapter_type == THUNDERBOLT_SERIES) || in MR_GetPhyParams()
862 ((instance->adapter_type == INVADER_SERIES) && in MR_GetPhyParams()
878 if (instance->adapter_type >= VENTURA_SERIES) { in MR_GetPhyParams()
1158 if (instance->adapter_type == INVADER_SERIES) in MR_BuildRaidContext()
1161 else if (instance->adapter_type == THUNDERBOLT_SERIES) in MR_BuildRaidContext()
Dmegaraid_sas_fusion.c328 if (instance->adapter_type < VENTURA_SERIES) in megasas_fusion_update_can_queue()
1061 if (instance->adapter_type == INVADER_SERIES) { in megasas_ioc_init_fusion()
1132 if (instance->adapter_type >= INVADER_SERIES) in megasas_ioc_init_fusion()
1220 if (instance->adapter_type >= AERO_SERIES) { in megasas_ioc_init_fusion()
1662 if (instance->adapter_type >= VENTURA_SERIES) in megasas_configure_queue_sizes()
2276 if (instance->adapter_type >= INVADER_SERIES) { in megasas_make_sgl_fusion()
2286 if (instance->adapter_type >= INVADER_SERIES) in megasas_make_sgl_fusion()
2296 if (instance->adapter_type >= INVADER_SERIES) { in megasas_make_sgl_fusion()
2312 if (instance->adapter_type >= INVADER_SERIES) in megasas_make_sgl_fusion()
2842 if (instance->adapter_type >= VENTURA_SERIES) { in megasas_build_ldio_fusion()
[all …]
/Linux-v5.4/drivers/infiniband/hw/cxgb4/
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 …]
Dprovider.c170 if (!is_t4(rdev->lldi.adapter_type)) in c4iw_mmap()
275 props->hw_ver = CHELSIO_CHIP_RELEASE(dev->rdev.lldi.adapter_type); in c4iw_query_device()
333 CHELSIO_CHIP_RELEASE(c4iw_dev->rdev.lldi.adapter_type)); in hw_rev_show()
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()
Dqp.c193 if (is_t4(rdev->lldi.adapter_type)) in c4iw_bar2_addrs()
1121 CHELSIO_CHIP_VERSION(qhp->rhp->rdev.lldi.adapter_type) >= in c4iw_post_send()
2411 if (!is_t4(to_c4iw_qp(ibqp)->rhp->rdev.lldi.adapter_type) && in c4iw_ib_modify_qp()
2737 if (CHELSIO_CHIP_VERSION(rhp->rdev.lldi.adapter_type) > CHELSIO_T6) in c4iw_create_srq()
/Linux-v5.4/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c226 if (is_t4(lldi->adapter_type)) { in send_act_open_req()
249 } else if (is_t5(lldi->adapter_type)) { in send_act_open_req()
315 CHELSIO_CHIP_VERSION(lldi->adapter_type), csk, in send_act_open_req()
345 if (is_t4(lldi->adapter_type)) { in send_act_open_req6()
370 } else if (is_t5(lldi->adapter_type)) { in send_act_open_req6()
426 CHELSIO_CHIP_VERSION(lldi->adapter_type), csk, csk->state, in send_act_open_req6()
913 int t4 = is_t4(lldi->adapter_type), size, size6; in csk_act_open_retry_timer()
1213 if ((CHELSIO_CHIP_VERSION(lldi->adapter_type) <= CHELSIO_T5) && in do_rx_iscsi_hdr()
1226 if (is_t4(lldi->adapter_type)) in do_rx_iscsi_hdr()
1754 if (is_t4(lldi->adapter_type)) { in init_act_open()
[all …]
/Linux-v5.4/drivers/scsi/mpt3sas/
Dmpt3sas_ctl.h169 uint32_t adapter_type; member
Dmpt3sas_ctl.c1147 karg.adapter_type = MPT2_IOCTL_INTERFACE_SAS2_SSS6200; in _ctl_getiocinfo()
1149 karg.adapter_type = MPT2_IOCTL_INTERFACE_SAS2; in _ctl_getiocinfo()
1155 karg.adapter_type = MPT3_IOCTL_INTERFACE_SAS35; in _ctl_getiocinfo()
1157 karg.adapter_type = MPT3_IOCTL_INTERFACE_SAS3; in _ctl_getiocinfo()
/Linux-v5.4/sound/pci/asihpi/
Dhpicmn.c166 phr->u.s.adapter_type = adapters.adapter[index].type; in subsys_get_adapter()
169 phr->u.s.adapter_type = 0; in subsys_get_adapter()
Dhpi_internal.h642 u16 adapter_type; member
685 u16 adapter_type; member
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()
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()
Dhpimsgx.c604 aDAPTER_INFO[adapter].type = hr.u.ax.info.adapter_type; in adapter_prepare()
/Linux-v5.4/drivers/s390/scsi/
Dzfcp_fsf.h360 u32 adapter_type; member
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.h332 unsigned char adapter_type; /* type of adapter */ member
/Linux-v5.4/drivers/target/iscsi/cxgbit/
Dcxgbit_target.c170 u32 force = is_t5(lldi->adapter_type) ? TX_FORCE_V(!submode) : in cxgbit_tx_data_wr()
767 if (is_t5(cdev->lldi.adapter_type)) in cxgbit_set_params()
1568 if (is_t5(lldi->adapter_type)) in cxgbit_rx_skb()
Dcxgbit_cm.c1178 if (!is_t5(lldi->adapter_type)) in cxgbit_pass_accept_rpl()
1190 if (is_t5(lldi->adapter_type)) in cxgbit_pass_accept_rpl()
1256 cxgb_get_4tuple(req, cdev->lldi.adapter_type, &iptype, local_ip, in cxgbit_pass_accept_req()
Dcxgbit_main.c50 if (is_t4(lldi->adapter_type)) in cxgbit_uld_add()
/Linux-v5.4/drivers/s390/net/
Dqeth_core_mpc.h778 __u8 adapter_type; member

12