piothreshold 246 drivers/infiniband/hw/hfi1/pio.c u16 max_pkt_size = (piothreshold < PIO_THRESHOLD_CEILING) ? piothreshold 247 drivers/infiniband/hw/hfi1/pio.c piothreshold : PIO_THRESHOLD_CEILING; piothreshold 364 drivers/infiniband/hw/hfi1/qp.c if (wqe->length <= piothreshold) piothreshold 746 drivers/infiniband/hw/hfi1/qp.c priv->s_running_pkt_size = piothreshold / 2; piothreshold 129 drivers/infiniband/hw/hfi1/verbs.c unsigned short piothreshold = 256; piothreshold 130 drivers/infiniband/hw/hfi1/verbs.c module_param(piothreshold, ushort, S_IRUGO); piothreshold 131 drivers/infiniband/hw/hfi1/verbs.c MODULE_PARM_DESC(piothreshold, "size used to determine sdma vs. pio"); piothreshold 1233 drivers/infiniband/hw/hfi1/verbs.c if (piothreshold && piothreshold 1234 drivers/infiniband/hw/hfi1/verbs.c priv->s_running_pkt_size <= min(piothreshold, qp->pmtu) && piothreshold 529 drivers/infiniband/hw/hfi1/verbs.h extern unsigned short piothreshold;