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

/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.c619 int tx_buf_len; local
694 tx_buf_len = MAXPKTBUF(dp);
695 tx_buf_len = ROUNDUP(tx_buf_len, IOC_LINESIZE);
697 ASSERT(tx_buf_len >= ETHERMAX+ETHERFCSL);
716 tx_buf_len,
724 dp->name, __func__, err, tx_buf_len);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c5329 size_t tx_buf_len = QL_MAX_COPY_LENGTH; local
5389 if (total_len > tx_buf_len)
5562 * Copy up to tx_buf_len of the transmit data
5567 if ((off + nbyte) <= tx_buf_len) {

Completed in 83 milliseconds