Lines Matching defs:stat
5842 struct link_statistics *stat = NULL;
5883 stat = dma_alloc_coherent(&ha->pdev->dev, sizeof(*stat),
5990 if (stat) {
5991 rval = qla24xx_get_isp_stats(vha, stat, stat_dma, 0);
5994 cpu_to_be32(le32_to_cpu(stat->link_fail_cnt));
5996 cpu_to_be32(le32_to_cpu(stat->loss_sync_cnt));
5998 cpu_to_be32(le32_to_cpu(stat->loss_sig_cnt));
6000 cpu_to_be32(le32_to_cpu(stat->prim_seq_err_cnt));
6002 cpu_to_be32(le32_to_cpu(stat->inval_xmit_word_cnt));
6004 cpu_to_be32(le32_to_cpu(stat->inval_crc_cnt));
6220 if (stat)
6221 dma_free_coherent(&ha->pdev->dev, sizeof(*stat),
6222 stat, stat_dma);
7481 uint32_t stat;
7497 stat = rd_reg_word(®->hccr);
7498 if (stat & HCCR_RISC_PAUSE)
7501 stat = rd_reg_dword(®->u.isp2300.host_status);
7502 if (stat & HSR_RISC_PAUSED)
7505 stat = rd_reg_dword(®24->host_status);
7506 if (stat & HSRX_RISC_PAUSED)