Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.h256 int dbfifo_int_thresh; /* doorbell fifo int threshold */ member
Dcxgb4_main.c419 int dbfifo_int_thresh = 10; /* 10 == 640 entry threshold */ variable
420 module_param(dbfifo_int_thresh, int, 0644);
421 MODULE_PARM_DESC(dbfifo_int_thresh, "doorbell fifo interrupt threshold");
2427 lli.dbfifo_int_thresh = dbfifo_int_thresh; in uld_attach()
Dcxgb4.h1076 extern int dbfifo_int_thresh;
/linux-4.1.27/drivers/infiniband/hw/cxgb4/
Ddevice.c1322 < (ctx->dev->rdev.lldi.dbfifo_int_thresh << in resume_queues()