Searched refs:stagd (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/ |
H A D | device.c | 372 static int dump_stag(unsigned long id, struct c4iw_debugfs_data *stagd) in dump_stag() argument 379 space = stagd->bufsize - stagd->pos - 1; in dump_stag() 383 ret = cxgb4_read_tpte(stagd->devp->rdev.lldi.ports[0], (u32)id<<8, in dump_stag() 386 dev_err(&stagd->devp->rdev.lldi.pdev->dev, in dump_stag() 390 cc = snprintf(stagd->buf + stagd->pos, space, in dump_stag() 403 stagd->pos += cc; in dump_stag() 409 struct c4iw_debugfs_data *stagd = file->private_data; in stag_release() local 410 if (!stagd) { in stag_release() 421 struct c4iw_debugfs_data *stagd; stag_open() local [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/ |
H A D | device.c | 372 static int dump_stag(unsigned long id, struct c4iw_debugfs_data *stagd) in dump_stag() argument 379 space = stagd->bufsize - stagd->pos - 1; in dump_stag() 383 ret = cxgb4_read_tpte(stagd->devp->rdev.lldi.ports[0], (u32)id<<8, in dump_stag() 386 dev_err(&stagd->devp->rdev.lldi.pdev->dev, in dump_stag() 390 cc = snprintf(stagd->buf + stagd->pos, space, in dump_stag() 403 stagd->pos += cc; in dump_stag() 409 struct c4iw_debugfs_data *stagd = file->private_data; in stag_release() local 410 if (!stagd) { in stag_release() 421 struct c4iw_debugfs_data *stagd; stag_open() local [all...] |
Completed in 4 milliseconds