Home
last modified time | relevance | path

Searched refs:pack_len (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/hxge/
H A Dhxge_send.c111 uint32_t pkt_len, pack_len, min_len; in hxge_start() local
234 pack_len = 0; in hxge_start()
268 pkt_len = pack_len = boff = TX_PKT_HEADER_SIZE; in hxge_start()
286 nmblks, len, pkt_len, pack_len)); in hxge_start()
325 pack_len = 0; in hxge_start()
340 pack_len += len; in hxge_start()
350 len, pkt_len, pack_len)); in hxge_start()
360 if ((pack_len <= bcopy_thresh) && in hxge_start()
365 pkt_len, pack_len)); in hxge_start()
372 boff = pack_len - len; in hxge_start()
[all …]
/titanic_41/usr/src/uts/common/io/nxge/
H A Dnxge_send.c160 uint32_t pkt_len, pack_len, min_len; in nxge_start() local
401 pack_len = 0; in nxge_start()
428 pkt_len = pack_len = boff = TX_PKT_HEADER_SIZE; in nxge_start()
446 nmblks, len, pkt_len, pack_len)); in nxge_start()
497 pack_len = 0; in nxge_start()
512 pack_len += len; in nxge_start()
524 len, pkt_len, pack_len)); in nxge_start()
535 if ((pack_len <= bcopy_thresh) && in nxge_start()
540 pkt_len, pack_len)); in nxge_start()
547 boff = pack_len - len; in nxge_start()
[all …]