Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/infiniband/hw/cxgb4/
Ddevice.c97 if (!wq->rdev->wr_log) in c4iw_log_wr_stats()
119 wq->rdev->wr_log[idx] = le; in c4iw_log_wr_stats()
137 lep = &dev->rdev.wr_log[idx]; in wr_log_show()
167 lep = &dev->rdev.wr_log[idx]; in wr_log_show()
184 if (dev->rdev.wr_log) in wr_log_clear()
186 dev->rdev.wr_log[i].valid = 0; in wr_log_clear()
884 rdev->wr_log = kcalloc(1 << c4iw_wr_log_size_order, in c4iw_rdev_open()
885 sizeof(*rdev->wr_log), in c4iw_rdev_open()
887 if (rdev->wr_log) { in c4iw_rdev_open()
908 if (c4iw_wr_log && rdev->wr_log) in c4iw_rdev_open()
[all …]
Diw_cxgb4.h189 struct wr_log_entry *wr_log; member