Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dverbs.c88 unsigned short piothreshold = 256; variable
89 module_param(piothreshold, ushort, S_IRUGO);
90 MODULE_PARM_DESC(piothreshold, "size used to determine sdma vs. pio");
1192 if (piothreshold && in get_send_routine()
1193 priv->s_running_pkt_size <= min(piothreshold, qp->pmtu) && in get_send_routine()
H A Dverbs.h483 extern unsigned short piothreshold;
H A Dqp.c309 if (wqe->length <= piothreshold) in hfi1_setup_wqe()
694 priv->s_running_pkt_size = piothreshold / 2; in qp_priv_alloc()
H A Dpio.c204 u16 max_pkt_size = (piothreshold < PIO_THRESHOLD_CEILING) ? in init_sc_pools_and_sizes()
205 piothreshold : PIO_THRESHOLD_CEILING; in init_sc_pools_and_sizes()