Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_util.c823 mblk_t *seg_chain, *prev_nhdrmp, *next_nhdrmp, *nhdrmp, *ndatamp; in mac_sw_lso() local
1062 ndatamp = build_data_seg(&odatamp, &offset, seg_len); in mac_sw_lso()
1064 if (ndatamp == NULL) { in mac_sw_lso()
1071 nhdrmp->b_cont = ndatamp; in mac_sw_lso()
1072 DB_CKSUMFLAGS(ndatamp) &= ~HW_LSO; in mac_sw_lso()
1085 ndatamp = NULL; in mac_sw_lso()