Searched refs:stagd (Results 1 – 1 of 1) sorted by relevance
363 struct c4iw_debugfs_data *stagd = data; in dump_stag() local369 space = stagd->bufsize - stagd->pos - 1; in dump_stag()373 ret = cxgb4_read_tpte(stagd->devp->rdev.lldi.ports[0], (u32)id<<8, in dump_stag()376 dev_err(&stagd->devp->rdev.lldi.pdev->dev, in dump_stag()380 cc = snprintf(stagd->buf + stagd->pos, space, in dump_stag()393 stagd->pos += cc; in dump_stag()399 struct c4iw_debugfs_data *stagd = file->private_data; in stag_release() local400 if (!stagd) { in stag_release()404 vfree(stagd->buf); in stag_release()405 kfree(stagd); in stag_release()[all …]