Lines Matching defs:boundary
125 * 1) Buffers which cross a 4KB boundary must be aligned to 4KB
126 * 2) Buffers which are not aligned to 4KB must not cross a 4KB boundary
584 * Make certain std MTU buffers do not cross a 4KB boundary:
591 * buffer crosses a 4KB boundary.
601 printf("std buffer crossed a 4KB boundary!\n");
3130 uint32_t seglen, len, boundary, low, high_swapped;
3252 boundary = (low + mgp->tx_boundary) &
3254 seglen = boundary - low;
3344 uint32_t seglen, len, mss, boundary, low, high_swapped;
3526 boundary = (low + mgp->tx_boundary) &
3528 seglen = boundary - low;
4347 * boundary. Some PCI-E chip sets always align Completion packets; on
4358 * larger than 2KB by setting the tx.boundary to 2KB. If ECRC is
4360 * firmware image, and set tx.boundary to 4KB.