Home
last modified time | relevance | path

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; in gem_alloc_memory() local
694 tx_buf_len = MAXPKTBUF(dp); in gem_alloc_memory()
695 tx_buf_len = ROUNDUP(tx_buf_len, IOC_LINESIZE); in gem_alloc_memory()
697 ASSERT(tx_buf_len >= ETHERMAX+ETHERFCSL); in gem_alloc_memory()
716 tx_buf_len, in gem_alloc_memory()
724 dp->name, __func__, err, tx_buf_len); in gem_alloc_memory()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c5330 size_t tx_buf_len = QL_MAX_COPY_LENGTH; in ql_send_common() local
5390 if (total_len > tx_buf_len) in ql_send_common()
5568 if ((off + nbyte) <= tx_buf_len) { in ql_send_common()