Searched refs:first_portion (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_sge.c2049 int first_portion = (eq->sidx - eq->pidx) * EQ_ESIZE; local
2051 bcopy(&wr->wr[0], dst, first_portion);
2052 if (wr->wr_len > first_portion) {
2053 bcopy(&wr->wr[first_portion], &eq->desc[0],
2054 wr->wr_len - first_portion);

Completed in 113 milliseconds