Home
last modified time | relevance | path

Searched refs:hfi1_hdrq_entsize (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dinit.c116 static uint hfi1_hdrq_entsize = 32; variable
117 module_param_named(hdrq_entsize, hfi1_hdrq_entsize, uint, 0444);
419 rcd->rcvhdrqentsize = hfi1_hdrq_entsize; in hfi1_create_ctxtdata()
1630 if (!encode_rcv_header_entry_size(hfi1_hdrq_entsize)) { in init_one()
1632 hfi1_hdrq_entsize); in init_one()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dinit.c75 static uint hfi1_hdrq_entsize = 32; variable
76 module_param_named(hdrq_entsize, hfi1_hdrq_entsize, uint, 0444);
378 rcd->rcvhdrqentsize = hfi1_hdrq_entsize; in hfi1_create_ctxtdata()
1589 if (!encode_rcv_header_entry_size(hfi1_hdrq_entsize)) { in init_one()
1591 hfi1_hdrq_entsize); in init_one()

Completed in 5 milliseconds