I82545_MAX_TXSEGS
struct iovec iovb[I82545_MAX_TXSEGS + 2];
struct iovec tiov[I82545_MAX_TXSEGS + 2];
if (len > 0 && iovcnt < I82545_MAX_TXSEGS) {
if (iovcnt > I82545_MAX_TXSEGS) {
iovcnt, I82545_MAX_TXSEGS);