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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c2790 int portion = (uintptr_t)eq->spg - (uintptr_t)(*to); local
2792 bcopy(from, *to, portion);
2793 from += portion;
2794 portion = len - portion; /* remaining */
2795 bcopy(from, (void *)eq->desc, portion); local
2796 (*to) = (caddr_t)eq->desc + portion;

Completed in 52 milliseconds