Symbol: TX_PKT_HEADER_SIZE
usr/src/uts/common/io/hxge/hxge_send.c
263
pkt_len = pack_len = boff = TX_PKT_HEADER_SIZE;
usr/src/uts/common/io/hxge/hxge_send.c
265
bcopy_thresh = (hxge_bcopy_thresh - TX_PKT_HEADER_SIZE);
usr/src/uts/common/io/hxge/hxge_send.c
267
bcopy_thresh = (TX_BCOPY_SIZE - TX_PKT_HEADER_SIZE);
usr/src/uts/common/io/hxge/hxge_send.c
289
if (len > (TX_MAX_TRANSFER_LENGTH - TX_PKT_HEADER_SIZE)) {
usr/src/uts/common/io/hxge/hxge_send.c
293
TX_PKT_HEADER_SIZE);
usr/src/uts/common/io/hxge/hxge_send.c
314
bcopy_thresh += TX_PKT_HEADER_SIZE;
usr/src/uts/common/io/hxge/hxge_send.c
379
if ((boff == TX_PKT_HEADER_SIZE) && (nmblks == 1)) {
usr/src/uts/common/io/hxge/hxge_send.c
594
(pkt_len - TX_PKT_HEADER_SIZE), npads, pkthdrp);
usr/src/uts/common/io/hxge/hxge_send.c
600
if ((pkt_len - TX_PKT_HEADER_SIZE) > (STD_FRAME_SIZE - ETHERFCSL)) {
usr/src/uts/common/io/hxge/hxge_send.c
604
min_len = (hxgep->msg_min + TX_PKT_HEADER_SIZE + (npads * 2));
usr/src/uts/common/io/hxge/hxge_txdma.c
459
if ((newmp = allocb(TX_PKT_HEADER_SIZE, BPRI_MED)) == NULL) {
usr/src/uts/common/io/hxge/hxge_txdma.c
469
newmp->b_rptr -= TX_PKT_HEADER_SIZE;
usr/src/uts/common/io/nxge/nxge_send.c
428
pkt_len = pack_len = boff = TX_PKT_HEADER_SIZE;
usr/src/uts/common/io/nxge/nxge_send.c
430
bcopy_thresh = (nxge_bcopy_thresh - TX_PKT_HEADER_SIZE);
usr/src/uts/common/io/nxge/nxge_send.c
432
bcopy_thresh = (TX_BCOPY_SIZE - TX_PKT_HEADER_SIZE);
usr/src/uts/common/io/nxge/nxge_send.c
457
if (len > TX_MAX_TRANSFER_LENGTH - TX_PKT_HEADER_SIZE) {
usr/src/uts/common/io/nxge/nxge_send.c
461
- TX_PKT_HEADER_SIZE);
usr/src/uts/common/io/nxge/nxge_send.c
491
bcopy_thresh += TX_PKT_HEADER_SIZE;
usr/src/uts/common/io/nxge/nxge_send.c
560
if ((boff == TX_PKT_HEADER_SIZE) && (nmblks == 1)) {
usr/src/uts/common/io/nxge/nxge_send.c
831
min_len = (ETHERMIN + TX_PKT_HEADER_SIZE + (npads * 2));
usr/src/uts/common/io/nxge/nxge_send.c
860
tot_xfer_len = (pkt_len - TX_PKT_HEADER_SIZE);
usr/src/uts/common/io/nxge/nxge_txdma.c
1024
tdc_stats->obytes += (pkt_len - TX_PKT_HEADER_SIZE);
usr/src/uts/common/io/nxge/nxge_txdma.c
749
if ((newmp = allocb(TX_PKT_HEADER_SIZE, BPRI_MED)) == NULL) {
usr/src/uts/common/io/nxge/nxge_txdma.c
760
newmp->b_rptr -= TX_PKT_HEADER_SIZE;