Home
last modified time | relevance | path

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

/drivers/scsi/arcmsr/
Darcmsr_hba.c178 switch (acb->adapter_type) { in arcmsr_free_hbb_mu()
193 switch (acb->adapter_type){ in arcmsr_remap_pciregion()
237 switch (acb->adapter_type) { in arcmsr_unmap_pciregion()
299 acb->adapter_type = ACB_ADAPTER_TYPE_C; in arcmsr_define_adapter_type()
303 acb->adapter_type = ACB_ADAPTER_TYPE_B; in arcmsr_define_adapter_type()
307 default: acb->adapter_type = ACB_ADAPTER_TYPE_A; in arcmsr_define_adapter_type()
418 switch (acb->adapter_type) { in arcmsr_flush_adapter_cache()
475 …ccb_tmp->cdb_phyaddr_pattern = ((acb->adapter_type == ACB_ADAPTER_TYPE_C) ? cdb_phyaddr : (cdb_phy… in arcmsr_alloc_ccb_pool()
489 switch (acb->adapter_type) { in arcmsr_message_isr_bh_fn()
754 switch (acb->adapter_type) { in arcmsr_abort_allcmd()
[all …]
Darcmsr.h503 uint32_t adapter_type; /* adapter A,B..... */ member
/drivers/infiniband/hw/cxgb4/
Dprovider.c166 if (is_t5(rdev->lldi.adapter_type)) in c4iw_mmap()
272 props->hw_ver = CHELSIO_CHIP_RELEASE(dev->rdev.lldi.adapter_type); in c4iw_query_device()
356 CHELSIO_CHIP_RELEASE(c4iw_dev->rdev.lldi.adapter_type)); in show_rev()
Dmem.c112 if (is_t4(rdev->lldi.adapter_type)) in _c4iw_write_mem_inline()
220 if (is_t5(rdev->lldi.adapter_type) && use_dsgl) { in write_adapter_mem()
Dcm.c520 int size = is_t4(ep->com.dev->rdev.lldi.adapter_type) ? in send_connect()
559 if (is_t4(ep->com.dev->rdev.lldi.adapter_type)) { in send_connect()
2932 eth_hdr_len = is_t4(dev->rdev.lldi.adapter_type) ? in build_cpl_pass_accept_req()
3058 eth_hdr_len = is_t4(dev->rdev.lldi.adapter_type) ? in rx_pkt()
Ddevice.c644 if (!is_t4(infop->adapter_type)) { in c4iw_alloc()
Dqp.c718 qhp->rhp->rdev.lldi.adapter_type) ? in c4iw_post_send()
/drivers/scsi/mpt3sas/
Dmpt3sas_ctl.h163 uint32_t adapter_type; member
Dmpt3sas_ctl.c1025 karg.adapter_type = MPT3_IOCTL_INTERFACE_SAS3; in _ctl_getiocinfo()
/drivers/scsi/mpt2sas/
Dmpt2sas_ctl.h159 uint32_t adapter_type; member
Dmpt2sas_ctl.c1030 karg.adapter_type = MPT2_IOCTL_INTERFACE_SAS2_SSS6200; in _ctl_getiocinfo()
1032 karg.adapter_type = MPT2_IOCTL_INTERFACE_SAS2; in _ctl_getiocinfo()
/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.h228 unsigned char adapter_type; /* type of adapter */ member
Dcxgb4_main.c3682 lli.adapter_type = adap->params.rev; in uld_attach()
/drivers/s390/scsi/
Dzfcp_fsf.h378 u32 adapter_type; member
Dzfcp_fsf.c491 adapter->hydra_version = bottom->adapter_type; in zfcp_fsf_exchange_config_evaluate()
/drivers/s390/net/
Dqeth_core_mpc.h483 __u8 adapter_type; member
Dqeth_core_main.c2847 cmd->hdr.adapter_type = qeth_get_ipa_adp_type(card->info.link_type); in qeth_fill_ipacmd_header()
/drivers/scsi/
Dips.h768 uint16_t adapter_type; member
Dips.c2043 (le16_to_cpu(ha->nvram->adapter_type) != 0)) in ips_host_info()
5632 ips_name, ha->host_num, le16_to_cpu(ha->nvram->adapter_type), in ips_write_driver_status()
5643 ha->nvram->adapter_type = ha->ad_type; in ips_write_driver_status()
/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c1450 cdev, lldi->adapter_type, lldi->nports, in t4_uld_add()