Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_chan.c158 size_t mp_len; in eib_chan_post_recv() local
178 mp_len = rwqe->qe_sgl.ds_len; in eib_chan_post_recv()
180 rwqe->qe_mp = desballoc(mp_base, mp_len, 0, &rwqe->qe_frp); in eib_chan_post_recv()
184 mp_base, mp_len); in eib_chan_post_recv()
/titanic_50/usr/src/lib/libtsol/common/
H A Dgetpathbylabel.c306 size_t mp_len; in getnfspathbyautofs() local
322 mp_len = strlen(mnt->mnt_mountp); in getnfspathbyautofs()
328 if (strncmp(mnt->mnt_mountp, p, mp_len) == 0) { in getnfspathbyautofs()
/titanic_50/usr/src/uts/common/io/i40e/
H A Di40e_transceiver.c2551 size_t mp_len = MBLKL(mp); in i40e_lso_chain() local
2590 const size_t tocopy = MIN(hdrlen - hdrcopied, mp_len); in i40e_lso_chain()
2594 if (tocopy == mp_len) { in i40e_lso_chain()
2605 while ((mp_len = MBLKL(mp)) == 0) { in i40e_lso_chain()
2620 if (mp_len < i40e->i40e_tx_dma_min) { in i40e_lso_chain()
2627 mp_len = MBLKL(mp); in i40e_lso_chain()
2630 if (mp_len == 0) { in i40e_lso_chain()
2642 if (mp_len < i40e->i40e_tx_dma_min || force_copy) { in i40e_lso_chain()
2677 tocopy = MIN(I40E_TCB_LEFT(tcb), mp_len - cpoff); in i40e_lso_chain()
2683 if (cpoff == mp_len) { in i40e_lso_chain()
/titanic_50/usr/src/uts/common/os/
H A Dip_cksum.c50 #define mp_len(mp) ((mp)->b_wptr - (mp)->b_rptr) macro
360 if (mp_len(mp)) in ip_cksum()