/linux-4.1.27/drivers/scsi/ |
D | BusLogic.h | 167 (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
|
D | BusLogic.c | 581 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()
|
D | ips.h | 768 uint16_t adapter_type; member
|
D | ips.c | 2044 (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/ |
D | arcmsr_hba.c | 204 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 …]
|
D | arcmsr.h | 611 uint32_t adapter_type; /* adapter A,B..... */ member
|
/linux-4.1.27/drivers/scsi/mpt3sas/ |
D | mpt3sas_ctl.h | 164 uint32_t adapter_type; member
|
D | mpt3sas_ctl.c | 1026 karg.adapter_type = MPT3_IOCTL_INTERFACE_SAS3; in _ctl_getiocinfo()
|
/linux-4.1.27/drivers/scsi/mpt2sas/ |
D | mpt2sas_ctl.h | 160 uint32_t adapter_type; member
|
D | mpt2sas_ctl.c | 1035 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/ |
D | provider.c | 208 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()
|
D | mem.c | 55 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()
|
D | qp.c | 240 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()
|
D | cm.c | 628 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()
|
D | device.c | 978 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()
|
D | cq.c | 164 } else if (is_t4(rdev->lldi.adapter_type)) { in create_cq()
|
/linux-4.1.27/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 185 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/ |
D | cxgb4_uld.h | 244 unsigned char adapter_type; /* type of adapter */ member
|
D | cxgb4_main.c | 2415 lli.adapter_type = adap->params.chip; in uld_attach()
|
/linux-4.1.27/sound/pci/asihpi/ |
D | hpicmn.c | 177 phr->u.s.adapter_type = adapters.adapter[index].type; in subsys_get_adapter() 180 phr->u.s.adapter_type = 0; in subsys_get_adapter()
|
D | hpi_internal.h | 653 u16 adapter_type; member 696 u16 adapter_type; member
|
D | hpi6205.c | 496 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()
|
D | hpi6000.c | 457 phr->u.s.adapter_type = ao.type; in subsys_create_adapter() 561 pao->type = hr0.u.ax.info.adapter_type; in create_adapter_obj()
|
D | hpimsgx.c | 615 aDAPTER_INFO[adapter].type = hr.u.ax.info.adapter_type; in adapter_prepare()
|
D | hpifunc.c | 129 *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/ |
D | zfcp_fsf.h | 352 u32 adapter_type; member
|
D | zfcp_fsf.c | 501 adapter->hydra_version = bottom->adapter_type; in zfcp_fsf_exchange_config_evaluate()
|
/linux-4.1.27/drivers/s390/net/ |
D | qeth_core_mpc.h | 646 __u8 adapter_type; member
|
D | qeth_core_main.c | 2929 cmd->hdr.adapter_type = qeth_get_ipa_adp_type(card->info.link_type); in qeth_fill_ipacmd_header()
|