Searched refs:max_cmd_len (Results 1 – 25 of 71) sorted by relevance
123
2925 if (cnt >= o->max_cmd_len) in bnx2x_mcast_handle_restore_cmd_e2()2958 if (cnt >= o->max_cmd_len) in bnx2x_mcast_hdl_pending_add_e2()2988 if (cnt >= o->max_cmd_len) in bnx2x_mcast_hdl_pending_del_e2()3109 if (*cnt >= o->max_cmd_len) in bnx2x_mcast_hdl_pending_set_e2()3160 if (cnt >= o->max_cmd_len) in bnx2x_mcast_handle_pending_cmds_e2()3408 WARN_ON(cnt > o->max_cmd_len); in bnx2x_mcast_setup_e2()3614 o->max_cmd_len); in bnx2x_mcast_validate_e1()3914 WARN_ON(cnt > o->max_cmd_len); in bnx2x_mcast_setup_e1()4007 ((o->max_cmd_len > 0) && (o->total_pending_num > o->max_cmd_len))) { in bnx2x_config_mcast()4123 mcast_obj->max_cmd_len = -1; in bnx2x_init_mcast_obj()[all …]
581 int max_cmd_len; member
605 unsigned short max_cmd_len; member
400 shost->max_cmd_len = 16; /* 16-byte CDBs */ in efct_scsi_new_device()917 shost->max_cmd_len = 16; /* 16-byte CDBs */ in efct_scsi_new_vport()
550 host->max_cmd_len = 32; in qla24xx_create_vhost()552 host->max_cmd_len = MAX_CMDSZ; in qla24xx_create_vhost()
99 - Fill in instance->max_cmd_len for kernels > 2.4.0.
420 shost->max_cmd_len = 12; in scsi_host_alloc()
873 shost->max_cmd_len = SCSI_MAX_VARLEN_CDB_SIZE; in iscsi_sw_tcp_session_create()
1503 if (cmd->cmd_len > cmd->device->host->max_cmd_len) { in scsi_dispatch_cmd()1507 cmd->cmd_len, cmd->device->host->max_cmd_len)); in scsi_dispatch_cmd()
890 shost->max_cmd_len = VIRTIO_SCSI_CDB_SIZE; in virtscsi_probe()
862 host->max_cmd_len = VSCSIIF_MAX_COMMAND_SIZE; in scsifront_probe()
1460 host->max_cmd_len = 16; in pvscsi_probe()
584 shost->max_cmd_len = MAX_COMMAND_SIZE; in isci_host_alloc()
640 shost->max_cmd_len = 16; in iscsi_iser_session_create()
519 shost->max_cmd_len = MAX_COMMAND_SIZE; /*defined in scsi_cmnd.h*/ in snic_probe()
961 host->max_cmd_len = 16; in usb_stor_probe1()
1007 shost->max_cmd_len = 16 + 252; in uas_probe()
435 shost->max_cmd_len = 16; in mvs_prep_sas_ha_init()
493 adapter->scsi_host->max_cmd_len = 16; /* in struct fcp_cmnd */ in zfcp_scsi_adapter_register()
627 shost->max_cmd_len = 16; /* Max CDB length supported */ in csio_shost_init()
345 sh->max_cmd_len = SCSI_MAX_VARLEN_CDB_SIZE; in tcm_loop_driver_probe()
746 shost->max_cmd_len = 16; in asd_pci_probe()
708 host->max_cmd_len = FCOE_MAX_CMD_LEN; in fnic_probe()
563 im_port->shost->max_cmd_len = 16; in bfad_im_scsi_host_alloc()
1248 sh->max_cmd_len = 16; in mptfc_probe()
Completed in 80 milliseconds