Lines Matching defs:stat
6085 struct link_statistics *stat = NULL;
6126 stat = dma_alloc_coherent(&ha->pdev->dev, sizeof(*stat),
6233 if (stat) {
6234 rval = qla24xx_get_isp_stats(vha, stat, stat_dma, 0);
6237 cpu_to_be32(le32_to_cpu(stat->link_fail_cnt));
6239 cpu_to_be32(le32_to_cpu(stat->loss_sync_cnt));
6241 cpu_to_be32(le32_to_cpu(stat->loss_sig_cnt));
6243 cpu_to_be32(le32_to_cpu(stat->prim_seq_err_cnt));
6245 cpu_to_be32(le32_to_cpu(stat->inval_xmit_word_cnt));
6247 cpu_to_be32(le32_to_cpu(stat->inval_crc_cnt));
6463 if (stat)
6464 dma_free_coherent(&ha->pdev->dev, sizeof(*stat),
6465 stat, stat_dma);
7841 uint32_t stat;
7864 stat = rd_reg_word(®->hccr);
7865 if (stat & HCCR_RISC_PAUSE)
7868 stat = rd_reg_dword(®->u.isp2300.host_status);
7869 if (stat & HSR_RISC_PAUSED)
7872 stat = rd_reg_dword(®24->host_status);
7873 if (stat & HSRX_RISC_PAUSED)