Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/cxgb4/
Ddevice.c122 if (!wq->rdev->wr_log) in c4iw_log_wr_stats()
144 wq->rdev->wr_log[idx] = le; in c4iw_log_wr_stats()
162 lep = &dev->rdev.wr_log[idx]; in wr_log_show()
196 lep = &dev->rdev.wr_log[idx]; in wr_log_show()
213 if (dev->rdev.wr_log) in wr_log_clear()
215 dev->rdev.wr_log[i].valid = 0; in wr_log_clear()
867 rdev->wr_log = kzalloc((1 << c4iw_wr_log_size_order) * in c4iw_rdev_open()
868 sizeof(*rdev->wr_log), GFP_KERNEL); in c4iw_rdev_open()
869 if (rdev->wr_log) { in c4iw_rdev_open()
892 kfree(rdev->wr_log); in c4iw_rdev_close()
Diw_cxgb4.h186 struct wr_log_entry *wr_log; member