Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dverbs.c128 unsigned short piothreshold = 256; variable
129 module_param(piothreshold, ushort, S_IRUGO);
130 MODULE_PARM_DESC(piothreshold, "size used to determine sdma vs. pio");
1290 if (piothreshold && in get_send_routine()
1291 tx->s_cur_size <= min(piothreshold, qp->pmtu) && in get_send_routine()
Dverbs.h448 extern unsigned short piothreshold;
Dpio.c254 u16 max_pkt_size = (piothreshold < PIO_THRESHOLD_CEILING) ? in init_sc_pools_and_sizes()
255 piothreshold : PIO_THRESHOLD_CEILING; in init_sc_pools_and_sizes()
Dqp.c324 return wqe->length <= piothreshold; in hfi1_check_send_wqe()