Searched refs:rcvhdrcnt (Results 1 – 1 of 1) sorted by relevance
71 static uint rcvhdrcnt = 2048; /* 2x the max eager buffer count */ variable72 module_param_named(rcvhdrcnt, rcvhdrcnt, uint, S_IRUGO);73 MODULE_PARM_DESC(rcvhdrcnt, "Receive header queue count (default 2048)");377 rcd->rcvhdrq_cnt = rcvhdrcnt; in hfi1_create_ctxtdata()1582 ret = hfi1_validate_rcvhdrcnt(dd, rcvhdrcnt); in init_one()