Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_sge.c2182 int first_portion = (eq->sidx - eq->pidx) * EQ_ESIZE; in drain_wrq_wr_list() local
2184 bcopy(&wr->wr[0], dst, first_portion); in drain_wrq_wr_list()
2185 if (wr->wr_len > first_portion) { in drain_wrq_wr_list()
2186 bcopy(&wr->wr[first_portion], &eq->desc[0], in drain_wrq_wr_list()
2187 wr->wr_len - first_portion); in drain_wrq_wr_list()