Search

Searched defs:MBLKL (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dstrsun.h51 #define MBLKL(mp) _PTRDIFF((mp)->b_wptr, (mp)->b_rptr) macro
55 #define MBLKIN(mp, off, len) (((off) <= MBLKL(mp)) && \
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_main.c72 #undef MBLKL macro
73 #define MBLKL(_mp_) ((uintptr_t)(_mp_)->b_wptr - (uintptr_t)(_mp_)->b_rptr) macro
697 if (MBLKL(bp) == 0)
700 pktinfo->total_len += MBLKL(bp);
703 if (MBLKL(mp) < (sizeof (struct ether_header) + sizeof (ipha_t)))
715 if (MBLKL(mp) < (sizeof (struct ether_vlan_header) +
808 if ((mblen = MBLKL(bp)) == 0)
908 mblen = MBLKL(bp);
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h287 #ifndef MBLKL
288 #define MBLKL(mp) ((uintptr_t)(mp)->b_wptr - (uintptr_t)(mp)->b_rptr) macro

Completed in 102 milliseconds