Home
last modified time | relevance | path

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

/src/sys/dev/cxgbe/
H A Dt4_sge.c2228 int first_portion = (eq->sidx - eq->pidx) * EQ_ESIZE; in drain_wrq_wr_list() local
2230 bcopy(&wr->wr[0], dst, first_portion); in drain_wrq_wr_list()
2231 if (wr->wr_len > first_portion) { in drain_wrq_wr_list()
2232 bcopy(&wr->wr[first_portion], &eq->desc[0], in drain_wrq_wr_list()
2233 wr->wr_len - first_portion); in drain_wrq_wr_list()