/linux-4.1.27/drivers/target/loopback/ |
H A D | tcm_loop.h | 6 * Used in tcm_loop_driver_probe() for struct Scsi_Host->max_cmd_len
|
H A D | tcm_loop.c | 412 sh->max_cmd_len = TL_SCSI_MAX_CMD_LEN; tcm_loop_driver_probe()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_sp.c | 2599 if (cnt >= o->max_cmd_len) bnx2x_mcast_handle_restore_cmd_e2() 2632 if (cnt >= o->max_cmd_len) bnx2x_mcast_hdl_pending_add_e2() 2662 if (cnt >= o->max_cmd_len) bnx2x_mcast_hdl_pending_del_e2() 2725 if (cnt >= o->max_cmd_len) bnx2x_mcast_handle_pending_cmds_e2() 2956 WARN_ON(cnt > o->max_cmd_len); bnx2x_mcast_setup_e2() 3147 if (p->mcast_list_len > o->max_cmd_len) { bnx2x_mcast_validate_e1() 3149 o->max_cmd_len); bnx2x_mcast_validate_e1() 3168 * Therefore each none-empty command will consume o->max_cmd_len. bnx2x_mcast_validate_e1() 3171 o->total_pending_num += o->max_cmd_len; bnx2x_mcast_validate_e1() 3189 o->total_pending_num -= o->max_cmd_len; bnx2x_mcast_revert_e1() 3424 for (i = 0; i < o->max_cmd_len ; i++) bnx2x_mcast_setup_e1() 3440 /* For 57710 every command has o->max_cmd_len length to ensure that bnx2x_mcast_setup_e1() 3443 o->total_pending_num -= o->max_cmd_len; bnx2x_mcast_setup_e1() 3447 WARN_ON(cnt > o->max_cmd_len); bnx2x_mcast_setup_e1() 3533 DP(BNX2X_MSG_SP, "o->total_pending_num=%d p->mcast_list_len=%d o->max_cmd_len=%d\n", bnx2x_config_mcast() 3534 o->total_pending_num, p->mcast_list_len, o->max_cmd_len); bnx2x_config_mcast() 3540 ((o->max_cmd_len > 0) && (o->total_pending_num > o->max_cmd_len))) { bnx2x_config_mcast() 3629 mcast_obj->max_cmd_len = BNX2X_MAX_EMUL_MULTI; bnx2x_init_mcast_obj() 3631 mcast_obj->max_cmd_len = BNX2X_MAX_MULTICAST; bnx2x_init_mcast_obj() 3656 mcast_obj->max_cmd_len = -1; bnx2x_init_mcast_obj() 3673 mcast_obj->max_cmd_len = 16; bnx2x_init_mcast_obj()
|
H A D | bnx2x_sp.h | 568 int max_cmd_len; member in struct:bnx2x_mcast_obj
|
/linux-4.1.27/drivers/scsi/qla2xxx/ |
H A D | qla_mid.c | 490 host->max_cmd_len = 32; qla24xx_create_vhost() 492 host->max_cmd_len = MAX_CMDSZ; qla24xx_create_vhost()
|
H A D | qla_os.c | 2614 host->max_cmd_len = 32; qla2x00_probe_one() 2616 host->max_cmd_len = MAX_CMDSZ; qla2x00_probe_one() 2629 "cmd_per_len=%d unique_id=%d max_cmd_len=%d max_channel=%d " qla2x00_probe_one() 2632 host->max_cmd_len, host->max_channel, host->max_lun, qla2x00_probe_one()
|
/linux-4.1.27/drivers/scsi/ |
H A D | hosts.c | 412 shost->max_cmd_len = 12; scsi_host_alloc()
|
H A D | scsi_lib.c | 1705 if (cmd->cmd_len > cmd->device->host->max_cmd_len) { scsi_dispatch_cmd() 1708 "cdb_size=%d host->max_cmd_len=%d\n", scsi_dispatch_cmd() 1709 cmd->cmd_len, cmd->device->host->max_cmd_len)); scsi_dispatch_cmd()
|
H A D | iscsi_tcp.c | 841 shost->max_cmd_len = SCSI_MAX_VARLEN_CDB_SIZE; iscsi_sw_tcp_session_create()
|
H A D | virtio_scsi.c | 1002 shost->max_cmd_len = VIRTIO_SCSI_CDB_SIZE; virtscsi_probe()
|
H A D | xen-scsifront.c | 867 host->max_cmd_len = VSCSIIF_MAX_COMMAND_SIZE; scsifront_probe()
|
H A D | 3w-xxxx.c | 125 Set max_cmd_len to 16 for 3dm for kernel 2.5 2304 host->max_cmd_len = TW_MAX_CDB_LEN; tw_probe()
|
H A D | hptiop.c | 1399 host->max_cmd_len = 16; hptiop_probe()
|
H A D | stex.c | 1634 host->max_cmd_len = STEX_CDB_LENGTH; stex_probe()
|
H A D | storvsc_drv.c | 1845 host->max_cmd_len = STORVSC_MAX_CMD_LEN; storvsc_probe()
|
H A D | vmw_pvscsi.c | 1440 host->max_cmd_len = 16; pvscsi_probe()
|
H A D | gdth.c | 4781 shp->max_cmd_len = 16; gdth_isa_probe_one() 4912 shp->max_cmd_len = 16; gdth_eisa_probe_one() 5048 shp->max_cmd_len = 16; gdth_pci_probe_one()
|
H A D | mvumi.c | 2453 host->max_cmd_len = MAX_COMMAND_SIZE; mvumi_io_attach()
|
H A D | 3w-9xxx.c | 2082 host->max_cmd_len = TW_MAX_CDB_LEN; twa_probe()
|
H A D | 3w-sas.c | 1631 host->max_cmd_len = TW_MAX_CDB_LEN; twl_probe()
|
H A D | scsi_debug.c | 3635 if (sdp->host->max_cmd_len != SCSI_DEBUG_MAX_CMD_LEN) scsi_debug_slave_configure() 3636 sdp->host->max_cmd_len = SCSI_DEBUG_MAX_CMD_LEN; scsi_debug_slave_configure()
|
H A D | sd.c | 2105 if (sdp->host->max_cmd_len < 16) sd_try_rc16_first()
|
H A D | dc395x.c | 4420 host->max_cmd_len = 24; adapter_init_scsi_host()
|
H A D | advansys.c | 11633 shost->max_cmd_len = ASC_MAX_CDB_LEN; advansys_board_found() 11644 shost->max_cmd_len = ADV_MAX_CDB_LEN; advansys_board_found()
|
H A D | pmcraid.c | 5874 host->max_cmd_len = PMCRAID_MAX_CDB_LEN; pmcraid_probe()
|
H A D | hpsa.c | 4252 sh->max_cmd_len = MAX_COMMAND_SIZE; hpsa_register_scsi()
|
H A D | ipr.c | 9615 host->max_cmd_len = IPR_MAX_CDB_LEN; ipr_init_ioa_cfg()
|
/linux-4.1.27/drivers/scsi/mvsas/ |
H A D | mv_init.c | 471 shost->max_cmd_len = 16; mvs_prep_sas_ha_init()
|
/linux-4.1.27/drivers/scsi/isci/ |
H A D | init.c | 598 shost->max_cmd_len = MAX_COMMAND_SIZE; isci_host_alloc()
|
/linux-4.1.27/drivers/s390/scsi/ |
H A D | zfcp_scsi.c | 334 adapter->scsi_host->max_cmd_len = 16; /* in struct fcp_cmnd */ zfcp_scsi_adapter_register()
|
/linux-4.1.27/drivers/message/fusion/ |
H A D | mptfc.c | 1257 sh->max_cmd_len = 16; mptfc_probe()
|
H A D | mptspi.c | 1438 sh->max_cmd_len = 16; mptspi_probe()
|
H A D | mptsas.c | 5209 sh->max_cmd_len = 16; mptsas_probe()
|
/linux-4.1.27/drivers/scsi/pm8001/ |
H A D | pm8001_init.c | 568 shost->max_cmd_len = 16; pm8001_prep_sas_ha_init()
|
/linux-4.1.27/drivers/scsi/aic94xx/ |
H A D | aic94xx_init.c | 770 shost->max_cmd_len = 16; asd_pci_probe()
|
/linux-4.1.27/drivers/scsi/be2iscsi/ |
H A D | be_main.h | 78 #define BEISCSI_MAX_CMD_LEN 16 /* scsi_host->max_cmd_len */
|
H A D | be_main.c | 590 shost->max_cmd_len = BEISCSI_MAX_CMD_LEN; beiscsi_hba_alloc()
|
/linux-4.1.27/drivers/scsi/bfa/ |
H A D | bfad_im.c | 551 im_port->shost->max_cmd_len = 16; bfad_im_scsi_host_alloc()
|
/linux-4.1.27/drivers/scsi/csiostor/ |
H A D | csio_init.c | 634 shost->max_cmd_len = 16; /* Max CDB length supported */ csio_shost_init()
|
/linux-4.1.27/drivers/scsi/fnic/ |
H A D | fnic_main.c | 709 host->max_cmd_len = FCOE_MAX_CMD_LEN; fnic_probe()
|
/linux-4.1.27/drivers/infiniband/ulp/iser/ |
H A D | iscsi_iser.c | 620 shost->max_cmd_len = 16; iscsi_iser_session_create()
|
/linux-4.1.27/drivers/usb/storage/ |
H A D | uas.c | 927 shost->max_cmd_len = 16 + 252; uas_probe()
|
H A D | usb.c | 951 host->max_cmd_len = 16; usb_stor_probe1()
|
/linux-4.1.27/include/scsi/ |
H A D | scsi_host.h | 621 unsigned short max_cmd_len; member in struct:Scsi_Host
|
/linux-4.1.27/drivers/scsi/esas2r/ |
H A D | esas2r_main.c | 412 host->max_cmd_len = 16; esas2r_probe()
|
/linux-4.1.27/drivers/scsi/aacraid/ |
H A D | linit.c | 1171 shost->max_cmd_len = 16; aac_probe_one()
|
/linux-4.1.27/drivers/firewire/ |
H A D | sbp2.c | 1165 shost->max_cmd_len = SBP2_MAX_CDB_SIZE; sbp2_probe()
|
/linux-4.1.27/drivers/block/ |
H A D | cciss_scsi.c | 859 sh->max_cmd_len = MAX_COMMAND_SIZE; cciss_scsi_detect()
|
/linux-4.1.27/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_fcoe.c | 685 shost->max_cmd_len = BNX2FC_MAX_CMD_LEN; bnx2fc_shost_config()
|
/linux-4.1.27/drivers/scsi/bnx2i/ |
H A D | bnx2i_iscsi.c | 799 shost->max_cmd_len = 16; bnx2i_alloc_hba()
|
/linux-4.1.27/drivers/scsi/sym53c8xx_2/ |
H A D | sym_glue.c | 1372 shost->max_cmd_len = 16; sym_attach()
|
/linux-4.1.27/drivers/scsi/cxgbi/ |
H A D | libcxgbi.c | 356 shost->max_cmd_len = 16; cxgbi_hbas_add()
|
/linux-4.1.27/drivers/scsi/fcoe/ |
H A D | fcoe.c | 739 lport->host->max_cmd_len = FCOE_MAX_CMD_LEN; fcoe_shost_config()
|
/linux-4.1.27/drivers/scsi/ibmvscsi/ |
H A D | ibmvscsi.c | 2295 host->max_cmd_len = 16; ibmvscsi_probe()
|
H A D | ibmvfc.c | 4767 shost->max_cmd_len = IBMVFC_MAX_CDB_LEN; ibmvfc_probe()
|
/linux-4.1.27/drivers/infiniband/ulp/srp/ |
H A D | ib_srp.c | 3153 target_host->max_cmd_len = sizeof ((struct srp_cmd *) (void *) 0L)->cdb; srp_create_target()
|
/linux-4.1.27/drivers/scsi/arcmsr/ |
H A D | arcmsr_hba.c | 718 host->max_cmd_len = 16; /*this is issue of 64bit LBA ,over 2T byte*/ arcmsr_probe()
|
/linux-4.1.27/drivers/scsi/ufs/ |
H A D | ufshcd.c | 5489 host->max_cmd_len = MAX_CDB_SIZE; ufshcd_init()
|
/linux-4.1.27/drivers/ata/ |
H A D | libata-scsi.c | 3681 shost->max_cmd_len = 16; ata_scsi_add_hosts()
|
/linux-4.1.27/drivers/scsi/megaraid/ |
H A D | megaraid_sas_base.c | 5043 host->max_cmd_len = 16; megasas_io_attach()
|
/linux-4.1.27/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_scsih.c | 7819 shost->max_cmd_len = 32; _scsih_probe()
|
/linux-4.1.27/drivers/scsi/mpt2sas/ |
H A D | mpt2sas_scsih.c | 8188 shost->max_cmd_len = 32; _scsih_probe()
|
/linux-4.1.27/drivers/scsi/qla4xxx/ |
H A D | ql4_os.c | 8696 host->max_cmd_len = IOCB_MAX_CDB_LEN; qla4xxx_probe_adapter()
|
/linux-4.1.27/drivers/scsi/lpfc/ |
H A D | lpfc_init.c | 3305 shost->max_cmd_len = 16; lpfc_create_port()
|