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

/linux-master/drivers/infiniband/hw/qib/
H A Dqib_driver.c64 * QIB_PIO_MAXIBHDR is the max IB header size allowed for in our
68 #define QIB_PIO_MAXIBHDR 128 macro
612 if (arg >= (piosize - QIB_PIO_MAXIBHDR)) {
619 } else if ((arg + QIB_PIO_MAXIBHDR) != ppd->ibmaxlen) {
620 piosize = arg + QIB_PIO_MAXIBHDR - 2 * sizeof(u32);

Completed in 294 milliseconds