Lines Matching defs:count

66 MODULE_PARM_DESC(msix_vectors, "MSI-X max vector count. Default: Set by FW");
1691 dev_err(&instance->pdev->dev, "[%d]: frame count : 0x%x, Cmd : 0x%x, Tgt id : 0x%x,"
1692 " lba lo : 0x%x, lba_hi : 0x%x, sense_buf addr : 0x%x,sge count : 0x%x\n",
1700 dev_err(&instance->pdev->dev, "[%d]: frame count : 0x%x, Cmd : 0x%x, Tgt id : 0x%x, "
1701 "lun : 0x%x, cdb_len : 0x%x, data xfer len : 0x%x, sense_buf addr : 0x%x,sge count : 0x%x\n",
3236 struct device_attribute *attr, const char *buf, size_t count)
3310 struct device_attribute *attr, const char *buf, size_t count)
3392 struct device_attribute *attr, const char *buf, size_t count)
4674 dev_info(&instance->pdev->dev, "%s, sysPD count: 0x%x\n",
4675 __func__, le32_to_cpu(ci->count));
4677 if ((le32_to_cpu(ci->count) >
4684 for (pd_index = 0; pd_index < le32_to_cpu(ci->count); pd_index++) {
4800 dev_info(&instance->pdev->dev, "%s, LD count: 0x%x\n",
4917 tgtid_count = le32_to_cpu(ci->count);
4920 dev_info(&instance->pdev->dev, "%s, LD count: 0x%x\n",
4965 u32 count;
5010 count = le32_to_cpu(ci->count);
5012 if (count > (MEGASAS_MAX_PD + MAX_LOGICAL_DRIVES_EXT))
5016 dev_info(&instance->pdev->dev, "%s, Device count: 0x%x\n",
5017 __func__, count);
5022 for (i = 0; i < count; i++) {
5616 u32 count, i;
5618 count = instance->msix_vectors > 0 ? instance->msix_vectors : 1;
5621 for (i = 0; i < count; i++) {
5721 int count;
5724 count = instance->msix_vectors > 0 ? instance->msix_vectors : 1;
5726 for (i = 0; i < count; i++) {
7504 megasas_mgmt_info.count++;
7519 (instance->host_device_list_buf->count > 0))
7542 megasas_mgmt_info.count--;
7978 megasas_mgmt_info.count--;
8215 dev_printk(KERN_DEBUG, &instance->pdev->dev, "SGE count [%d] > max limit [%d]\n",
8700 size_t count)
8702 int retval = count;
8805 for (i = 0; i < targetid_list->count; i++) {