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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_registers.h313 * IPATH_PIO_MAXIBHDR is the max IB header size allowed for in our
317 #define IPATH_PIO_MAXIBHDR 128 macro
H A Dipath_driver.c1761 if (arg >= (piosize - IPATH_PIO_MAXIBHDR)) {
1767 } else if ((arg + IPATH_PIO_MAXIBHDR) != dd->ipath_ibmaxlen) {
1768 piosize = arg + IPATH_PIO_MAXIBHDR;

Completed in 103 milliseconds