Searched refs:stagd (Results 1 – 1 of 1) sorted by relevance
378 struct c4iw_debugfs_data *stagd = data; in dump_stag() local384 space = stagd->bufsize - stagd->pos - 1; in dump_stag()388 ret = cxgb4_read_tpte(stagd->devp->rdev.lldi.ports[0], (u32)id<<8, in dump_stag()391 dev_err(&stagd->devp->rdev.lldi.pdev->dev, in dump_stag()395 cc = snprintf(stagd->buf + stagd->pos, space, in dump_stag()408 stagd->pos += cc; in dump_stag()414 struct c4iw_debugfs_data *stagd = file->private_data; in stag_release() local415 if (!stagd) { in stag_release()419 vfree(stagd->buf); in stag_release()420 kfree(stagd); in stag_release()[all …]