Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
DBusLogic.h167 (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
DBusLogic.c581 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()
Dips.h768 uint16_t adapter_type; member
Dips.c2044 (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()
/linux-4.1.27/drivers/scsi/arcmsr/
Darcmsr_hba.c204 switch (acb->adapter_type) { in arcmsr_free_mu()
217 switch (acb->adapter_type){ in arcmsr_remap_pciregion()
280 switch (acb->adapter_type) { in arcmsr_unmap_pciregion()
480 switch (acb->adapter_type) { in arcmsr_flush_adapter_cache()
541 switch (acb->adapter_type) { in arcmsr_alloc_ccb_pool()
572 switch (acb->adapter_type) { in arcmsr_message_isr_bh_fn()
740 acb->adapter_type = id->driver_data; in arcmsr_probe()
938 switch (acb->adapter_type) { in arcmsr_abort_allcmd()
1002 switch (acb->adapter_type) { in arcmsr_disable_outbound_ints()
1123 switch (acb->adapter_type) { in arcmsr_done4abort_postqueue()
[all …]
Darcmsr.h611 uint32_t adapter_type; /* adapter A,B..... */ member
/linux-4.1.27/drivers/scsi/mpt3sas/
Dmpt3sas_ctl.h164 uint32_t adapter_type; member
Dmpt3sas_ctl.c1026 karg.adapter_type = MPT3_IOCTL_INTERFACE_SAS3; in _ctl_getiocinfo()
/linux-4.1.27/drivers/scsi/mpt2sas/
Dmpt2sas_ctl.h160 uint32_t adapter_type; member
Dmpt2sas_ctl.c1035 karg.adapter_type = MPT2_IOCTL_INTERFACE_SAS2_SSS6200; in _ctl_getiocinfo()
1037 karg.adapter_type = MPT2_IOCTL_INTERFACE_SAS2; in _ctl_getiocinfo()
/linux-4.1.27/drivers/infiniband/hw/cxgb4/
Dprovider.c208 if (is_t5(rdev->lldi.adapter_type)) in c4iw_mmap()
314 props->hw_ver = CHELSIO_CHIP_RELEASE(dev->rdev.lldi.adapter_type); in c4iw_query_device()
400 CHELSIO_CHIP_RELEASE(c4iw_dev->rdev.lldi.adapter_type)); in show_rev()
Dmem.c55 return (is_t4(dev->rdev.lldi.adapter_type) || in mr_exceeds_hw_limits()
56 is_t5(dev->rdev.lldi.adapter_type)) && in mr_exceeds_hw_limits()
119 if (is_t4(rdev->lldi.adapter_type)) in _c4iw_write_mem_inline()
227 if (is_t5(rdev->lldi.adapter_type) && use_dsgl) { in write_adapter_mem()
Dqp.c240 if (user || is_t5(rdev->lldi.adapter_type)) { in create_qp()
696 is_t5(qhp->rhp->rdev.lldi.adapter_type), NULL); in ring_kernel_sq_db()
714 is_t5(qhp->rhp->rdev.lldi.adapter_type), NULL); in ring_kernel_rq_db()
801 qhp->rhp->rdev.lldi.adapter_type) ? in c4iw_post_send()
844 is_t5(qhp->rhp->rdev.lldi.adapter_type), wqe); in c4iw_post_send()
918 is_t5(qhp->rhp->rdev.lldi.adapter_type), wqe); in c4iw_post_receive()
1858 if (is_t5(to_c4iw_qp(ibqp)->rhp->rdev.lldi.adapter_type) && in c4iw_ib_modify_qp()
Dcm.c628 int sizev4 = is_t4(ep->com.dev->rdev.lldi.adapter_type) ? in send_connect()
631 int sizev6 = is_t4(ep->com.dev->rdev.lldi.adapter_type) ? in send_connect()
691 if (is_t5(ep->com.dev->rdev.lldi.adapter_type)) { in send_connect()
698 if (is_t4(ep->com.dev->rdev.lldi.adapter_type)) { in send_connect()
2180 if (is_t5(ep->com.dev->rdev.lldi.adapter_type)) { in accept_cr()
2232 if (is_t5(ep->com.dev->rdev.lldi.adapter_type)) { in accept_cr()
3560 eth_hdr_len = is_t4(dev->rdev.lldi.adapter_type) ? in build_cpl_pass_accept_req()
3690 eth_hdr_len = is_t4(dev->rdev.lldi.adapter_type) ? in rx_pkt()
Ddevice.c978 if (is_t5(devp->rdev.lldi.adapter_type)) { in c4iw_alloc()
1279 is_t5(qp->rhp->rdev.lldi.adapter_type), NULL); in resume_rc_qp()
1282 is_t5(qp->rhp->rdev.lldi.adapter_type), NULL); in resume_rc_qp()
Dcq.c164 } else if (is_t4(rdev->lldi.adapter_type)) { in create_cq()
/linux-4.1.27/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c185 int t4 = is_t4(lldi->adapter_type); in send_act_open_req()
205 if (is_t4(lldi->adapter_type)) { in send_act_open_req()
268 int t4 = is_t4(lldi->adapter_type); in send_act_open_req6()
806 int t4 = is_t4(lldi->adapter_type), size, size6; in csk_act_open_retry_timer()
1117 if (is_t4(lldi->adapter_type)) in do_rx_iscsi_hdr()
1369 int t4 = is_t4(lldi->adapter_type); in init_act_open()
1534 if (is_t4(lldi->adapter_type)) in ulp_mem_io_set_hdr()
1746 cdev, lldi->adapter_type, lldi->nports, in t4_uld_add()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.h244 unsigned char adapter_type; /* type of adapter */ member
Dcxgb4_main.c2415 lli.adapter_type = adap->params.chip; in uld_attach()
/linux-4.1.27/sound/pci/asihpi/
Dhpicmn.c177 phr->u.s.adapter_type = adapters.adapter[index].type; in subsys_get_adapter()
180 phr->u.s.adapter_type = 0; in subsys_get_adapter()
Dhpi_internal.h653 u16 adapter_type; member
696 u16 adapter_type; member
Dhpi6205.c496 phr->u.s.adapter_type = ao.type; in subsys_create_adapter()
660 pao->type = hr.u.ax.info.adapter_type; in create_adapter_obj()
669 hr.u.ax.info.adapter_type, hr.u.ax.info.adapter_index, in create_adapter_obj()
Dhpi6000.c457 phr->u.s.adapter_type = ao.type; in subsys_create_adapter()
561 pao->type = hr0.u.ax.info.adapter_type; in create_adapter_obj()
Dhpimsgx.c615 aDAPTER_INFO[adapter].type = hr.u.ax.info.adapter_type; in adapter_prepare()
Dhpifunc.c129 *pw_adapter_type = hr.u.s.adapter_type; in hpi_subsys_get_adapter()
207 *pw_adapter_type = hr.u.ax.info.adapter_type; in hpi_adapter_get_info()
229 *pw_module_type = hr.u.ax.info.adapter_type; in hpi_adapter_get_module_by_index()
/linux-4.1.27/drivers/s390/scsi/
Dzfcp_fsf.h352 u32 adapter_type; member
Dzfcp_fsf.c501 adapter->hydra_version = bottom->adapter_type; in zfcp_fsf_exchange_config_evaluate()
/linux-4.1.27/drivers/s390/net/
Dqeth_core_mpc.h646 __u8 adapter_type; member
Dqeth_core_main.c2929 cmd->hdr.adapter_type = qeth_get_ipa_adp_type(card->info.link_type); in qeth_fill_ipacmd_header()