Searched refs:qpd (Results 1 – 1 of 1) sorted by relevance
246 struct c4iw_debugfs_data *qpd) in dump_qp() argument253 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() local317 if (!qpd) { in qp_release()321 vfree(qpd->buf); in qp_release()322 kfree(qpd); in qp_release()[all …]