Home
last modified time | relevance | path

Searched refs:qpd (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/infiniband/hw/cxgb4/
H A Ddevice.c246 struct c4iw_debugfs_data *qpd) in dump_qp() argument
253 space = qpd->bufsize - qpd->pos - 1; in dump_qp()
267 cc = snprintf(qpd->buf + qpd->pos, space, in dump_qp()
288 cc = snprintf(qpd->buf + qpd->pos, space, in dump_qp()
304 cc = snprintf(qpd->buf + qpd->pos, space, in dump_qp()
310 qpd->pos += cc; in dump_qp()
316 struct c4iw_debugfs_data *qpd = file->private_data; in qp_release() local
317 if (!qpd) { in qp_release()
321 vfree(qpd->buf); in qp_release()
322 kfree(qpd); in qp_release()
[all …]