Lines Matching defs:count

300  * @sge_chain_count: Scatter gather chain count.
326 * @sge_chain_count: Scatter gather chain count.
1035 desc = "target xfer count mismatch";
2255 * @sge_count: scatter gather element count.
2905 /* get msix vector count */
3094 * - total CPU count in the system >=16 and
3432 * revision HBAs and also only when reply queue count is greater than 8
3625 * reply queues in terms of batch count 16 when outstanding
4849 int count = ioc->rdpq_array_enable ? ioc->reply_queue_count : 1;
4891 dma_alloc_count = DIV_ROUND_UP(count,
4893 for (i = 0; i < count; i++) {
5085 int count = ioc->rdpq_array_enable ? ioc->reply_queue_count : 1;
5087 ioc->reply_post = kcalloc(count, sizeof(struct reply_post_struct),
5100 dma_alloc_count = DIV_ROUND_UP(count,
5107 for (i = 0; i < count; i++) {
5296 /* align the reply post queue on the next 16 count boundary */
5703 u32 count, cntdn;
5706 count = 0;
5712 if (count && current_state == MPI2_IOC_STATE_FAULT)
5714 if (count && current_state == MPI2_IOC_STATE_COREDUMP)
5718 count++;
5755 u32 cntdn, count;
5758 count = 0;
5764 ioc_info(ioc, "%s: successful count(%d), timeout(%d)\n",
5765 __func__, count, timeout));
5770 count++;
5773 ioc_err(ioc, "%s: failed due to timeout count(%d), int_status(%x)!\n",
5774 __func__, count, int_status);
5781 u32 cntdn, count;
5784 count = 0;
5790 ioc_info(ioc, "%s: successful count(%d), timeout(%d)\n",
5791 __func__, count, timeout));
5796 count++;
5799 ioc_err(ioc, "%s: failed due to timeout count(%d), int_status(%x)!\n",
5800 __func__, count, int_status);
5818 u32 cntdn, count;
5822 count = 0;
5828 ioc_info(ioc, "%s: successful count(%d), timeout(%d)\n",
5829 __func__, count, timeout));
5847 count++;
5851 ioc_err(ioc, "%s: failed due to timeout count(%d), int_status(%x)!\n",
5852 __func__, count, int_status);
5866 u32 cntdn, count;
5869 count = 0;
5875 ioc_info(ioc, "%s: successful count(%d), timeout(%d)\n",
5876 __func__, count, timeout));
5881 count++;
5884 ioc_err(ioc, "%s: failed due to timeout count(%d), doorbell_reg(%x)!\n",
5885 __func__, count, doorbell_reg);
5976 ioc_info(ioc, "%s: waiting for operational state(count=%d)\n",
6893 u32 count;
6902 count = 0;
6919 if (count++ > 20) {
6928 ioc_info(ioc, "wrote magic sequence: count(%d), host_diagnostic(0x%08x)\n",
6929 count, host_diagnostic));
6943 for (count = 0; count < (300000000 /
6944 MPI2_HARD_RESET_PCIE_SECOND_READ_DELAY_MICRO_SEC); count++) {
7012 int count;
7025 count = 0;
7029 if (count++ == 10) {
7718 /* pending command count */