Searched refs:mp_len (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/ |
H A D | eib_chan.c | 158 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()
|
/illumos-gate/usr/src/lib/libtsol/common/ |
H A D | getpathbylabel.c | 303 size_t mp_len; in getnfspathbyautofs() local 319 mp_len = strlen(mnt->mnt_mountp); in getnfspathbyautofs() 325 if (strncmp(mnt->mnt_mountp, p, mp_len) == 0) { in getnfspathbyautofs()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | stream_ktest.c | 50 init_chain(const size_t *mp_len, const size_t n_mps) in init_chain() argument 56 mblk_t *new = allocb_zeroed(mp_len[i], BPRI_LO); in init_chain()
|
/illumos-gate/usr/src/uts/common/io/i40e/ |
H A D | i40e_transceiver.c | 2366 size_t mp_len = MBLKL(mp); in i40e_lso_chain() local 2405 const size_t tocopy = MIN(hdrlen - hdrcopied, mp_len); in i40e_lso_chain() 2409 if (tocopy == mp_len) { in i40e_lso_chain() 2420 while ((mp_len = MBLKL(mp)) == 0) { in i40e_lso_chain() 2435 if (mp_len < i40e->i40e_tx_dma_min) { in i40e_lso_chain() 2442 mp_len = MBLKL(mp); in i40e_lso_chain() 2445 if (mp_len == 0) { in i40e_lso_chain() 2457 if (mp_len < i40e->i40e_tx_dma_min || force_copy) { in i40e_lso_chain() 2492 tocopy = MIN(I40E_TCB_LEFT(tcb), mp_len - cpoff); in i40e_lso_chain() 2498 if (cpoff == mp_len) { in i40e_lso_chain()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | ip_cksum.c | 49 #define mp_len(mp) ((mp)->b_wptr - (mp)->b_rptr) macro 359 if (mp_len(mp)) in ip_cksum()
|
/illumos-gate/usr/src/uts/common/io/mac/ |
H A D | mac_provider.c | 1754 const size_t mp_len = MBLKL(cursor->mmc_cur); in mac_mmc_mp_left() local 1756 ASSERT3U(mp_len, >=, cursor->mmc_off_mp); in mac_mmc_mp_left() 1758 return (mp_len - cursor->mmc_off_mp); in mac_mmc_mp_left() 1789 const size_t mp_len = MBLKL(cursor->mmc_cur); in mac_mmc_advance() local 1791 ASSERT3U(cursor->mmc_off_mp + len, <=, mp_len); in mac_mmc_advance() 1796 if (cursor->mmc_off_mp == mp_len) { in mac_mmc_advance()
|