Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.h265 int dbfifo_int_thresh; /* doorbell fifo int threshold */ member
Dcxgb4_main.c431 int dbfifo_int_thresh = 10; /* 10 == 640 entry threshold */ variable
432 module_param(dbfifo_int_thresh, int, 0644);
433 MODULE_PARM_DESC(dbfifo_int_thresh, "doorbell fifo interrupt threshold");
2471 lli.dbfifo_int_thresh = dbfifo_int_thresh; in uld_attach()
Dcxgb4.h1124 extern int dbfifo_int_thresh;
/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Ddevice.c1312 < (ctx->dev->rdev.lldi.dbfifo_int_thresh << in resume_queues()