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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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.c2160 if (arg >= (piosize - IPATH_PIO_MAXIBHDR)) {
2168 } else if ((arg + IPATH_PIO_MAXIBHDR) != dd->ipath_ibmaxlen) {
2169 piosize = arg + IPATH_PIO_MAXIBHDR;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/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.c2160 if (arg >= (piosize - IPATH_PIO_MAXIBHDR)) {
2168 } else if ((arg + IPATH_PIO_MAXIBHDR) != dd->ipath_ibmaxlen) {
2169 piosize = arg + IPATH_PIO_MAXIBHDR;

Completed in 176 milliseconds