Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.c629 lld->dbfifo_int_thresh = dbfifo_int_thresh; in uld_init()
Dcxgb4_uld.h451 int dbfifo_int_thresh; /* doorbell fifo int threshold */ member
Dcxgb4.h1648 extern int dbfifo_int_thresh;
Dcxgb4_main.c337 int dbfifo_int_thresh = 10; /* 10 == 640 entry threshold */ variable
338 module_param(dbfifo_int_thresh, int, 0644);
339 MODULE_PARM_DESC(dbfifo_int_thresh, "doorbell fifo interrupt threshold");
/linux-6.1.9/drivers/infiniband/hw/cxgb4/
Ddevice.c1333 < (ctx->dev->rdev.lldi.dbfifo_int_thresh << in resume_queues()