Searched refs:QIB_PIO_MAXIBHDR (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 128 milliseconds