Searched refs:thislen (Results 1 – 3 of 3) sorted by relevance
461 int thislen; in spppcomp_outpkt() local479 thislen = MBLKL(fmb); in spppcomp_outpkt()480 if (tocopy > thislen) { in spppcomp_outpkt()481 bcopy(fmb->b_rptr, dp, thislen); in spppcomp_outpkt()482 dp += thislen; in spppcomp_outpkt()483 tocopy -= thislen; in spppcomp_outpkt()524 thislen = PPP_HDRLEN + in spppcomp_outpkt()528 if (MBLKL(zmp) > thislen) { in spppcomp_outpkt()529 zmp->b_rptr[thislen] = in spppcomp_outpkt()533 thislen -= MBLKL(zmp); in spppcomp_outpkt()[all …]
184 int len, thislen, maxlen; in dapli_hermon_wqe_send_build() local330 thislen = 0; in dapli_hermon_wqe_send_build()342 HTOBE_32((thislen + maxlen) | in dapli_hermon_wqe_send_build()344 thislen = 0; in dapli_hermon_wqe_send_build()355 thislen += len; in dapli_hermon_wqe_send_build()367 *(uint32_t *)ds = HTOBE_32(thislen | in dapli_hermon_wqe_send_build()
879 uint64_t address, size, thislen; in span_to_install() local897 thislen = 0; in span_to_install()906 thislen = in span_to_install()909 thislen = size; in span_to_install()914 if (thislen == 0) in span_to_install()918 mdsp->mds_npgs = btop(thislen); in span_to_install()921 address += thislen; in span_to_install()922 size -= thislen; in span_to_install()