Home
last modified time | relevance | path

Searched refs:adapter_attr (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/scsi/leapraid/
H A Dleapraid_func.c656 if (!hdl || hdl > adapter->adapter_attr.features.max_dev_handle || in leapraid_tgt_not_responding()
691 if (!hdl || hdl > adapter->adapter_attr.features.max_dev_handle || in leapraid_tgt_rst_send()
719 if (adapter->adapter_attr.use_32_dma_mask) { in leapraid_single_mpi_sg_append()
800 if (adapter->adapter_attr.use_32_dma_mask) in leapraid_build_mpi_sg()
1003 if (!adapter->adapter_attr.enable_mp) in leapraid_get_port_by_id()
1020 if (unlikely(!adapter->adapter_attr.enable_mp)) { in leapraid_get_port_by_id()
2766 LEAPRAID_DRIVER_NAME, adapter->adapter_attr.id); in leapraid_fw_log_start()
2831 LEAPRAID_DRIVER_NAME, adapter->adapter_attr.id); in leapraid_check_scheduled_fault_start()
2936 adapter->adapter_attr.id); in leapraid_overheat_init()
4011 hdl > adapter->adapter_attr.features.max_dev_handle) { in leapraid_internal_sas_topo_chg_evt()
[all …]
H A Dleapraid_os.c192 __func__, adapter->adapter_attr.name); in leapraid_issue_tm()
200 adapter->adapter_attr.name); in leapraid_issue_tm()
231 io_req_tracker->msix_io < adapter->adapter_attr.rq_cnt) in leapraid_issue_tm()
272 adapter->adapter_attr.name, hdl); in leapraid_issue_tm()
744 if (adapter->adapter_attr.raid_support) { in leapraid_probe_devices()
1238 adapter->adapter_attr.narrowport_max_queue_depth : in leapraid_slave_cfg_volume()
1239 adapter->adapter_attr.sata_max_queue_depth; in leapraid_slave_cfg_volume()
1241 qd = adapter->adapter_attr.raid_volume_max_queue_depth; in leapraid_slave_cfg_volume()
1286 adapter->adapter_attr.wideport_max_queue_depth : in leapraid_slave_configure_extra()
1287 adapter->adapter_attr.narrowport_max_queue_depth; in leapraid_slave_configure_extra()
[all …]
H A Dleapraid_app.c155 sge_bytes = adapter->adapter_attr.use_32_dma_mask ? in leapraid_ctl_validate_sge_offset()
182 if (adapter->adapter_attr.id == adapter_id) { in leapraid_ctl_lookup_adapter()
239 if (!adapter->adapter_attr.enable_mp) in leapraid_ctl_smp_passthrough_cmd()
360 dev_hdl > adapter->adapter_attr.features.max_dev_handle) { in leapraid_ctl_do_command()
559 karg->fw_ver = adapter->adapter_attr.features.fw_version; in leapraid_ctl_get_adapter_info()
565 karg->bios_ver = adapter->adapter_attr.bios_version; in leapraid_ctl_get_adapter_info()
H A Dleapraid_func.h938 struct leapraid_adapter_attr adapter_attr; member
/linux/drivers/scsi/bfa/
H A Dbfad_im.c1002 if (ioc_attr->adapter_attr.max_speed == BFA_PORT_SPEED_16GBPS) in bfad_im_supported_speeds()
1005 else if (ioc_attr->adapter_attr.max_speed == BFA_PORT_SPEED_8GBPS) { in bfad_im_supported_speeds()
1006 if (ioc_attr->adapter_attr.is_mezz) { in bfad_im_supported_speeds()
1015 } else if (ioc_attr->adapter_attr.max_speed == BFA_PORT_SPEED_4GBPS) { in bfad_im_supported_speeds()
1018 } else if (ioc_attr->adapter_attr.max_speed == BFA_PORT_SPEED_10GBPS) { in bfad_im_supported_speeds()
H A Dbfa_defs.h403 struct bfa_adapter_attr_s adapter_attr; /* HBA attributes */ member
H A Dbfad_bsg.c125 iocmd->ioc_attr.adapter_attr.fw_ver); in bfad_iocmd_ioc_get_attr()
127 iocmd->ioc_attr.adapter_attr.optrom_ver); in bfad_iocmd_ioc_get_attr()
/linux/drivers/net/ethernet/brocade/bna/
H A Dbfa_defs.h152 struct bfa_adapter_attr adapter_attr; /*!< HBA attributes */ member
H A Dbnad_ethtool.c294 strscpy(drvinfo->fw_version, ioc_attr->adapter_attr.fw_ver, in bnad_get_drvinfo()
H A Dbfa_ioc.c2912 bfa_ioc_get_adapter_attr(ioc, &ioc_attr->adapter_attr); in bfa_nw_ioc_get_attr()