Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/
H A Dcxgb_sge.c1170 unsigned int flits; in calc_tx_descs() local
1175 flits = sgl_len(nsegs) + 2; in calc_tx_descs()
1177 flits++; in calc_tx_descs()
1179 return flits_to_desc(flits); in calc_tx_descs()
1280 const struct sge_txq *txq, const struct sg_ent *sgl, unsigned int flits, in write_wr_hdr_sgl() argument
1288 V_WR_SGLSFLT(flits)) | wr_hi, in write_wr_hdr_sgl()
1289 htonl(V_WR_LEN(flits + sgl_flits) | V_WR_GEN(txqs->gen)) | in write_wr_hdr_sgl()
1300 V_WR_SGLSFLT(flits)) | wr_hi; in write_wr_hdr_sgl()
1303 unsigned int avail = WR_FLITS - flits; in write_wr_hdr_sgl()
1307 memcpy(&txd->flit[flits], fp, avail * sizeof(*fp)); in write_wr_hdr_sgl()
[all …]
/freebsd/contrib/ofed/libcxgb4/
H A Dqp.c51 src = &wqe->flits[0]; in copy_wr_to_sq()
52 dst = &wq->sq.queue->flits[wq->sq.wq_pidx * in copy_wr_to_sq()
87 src = &wqe->flits[0]; in copy_wr_to_rq()
88 dst = &wq->rq.queue->flits[wq->rq.wq_pidx * in copy_wr_to_rq()
H A Dt4.h133 __be64 flits[T4_EQ_ENTRY_SIZE / sizeof(__be64) * T4_SQ_NUM_SLOTS]; member
139 __be64 flits[T4_EQ_ENTRY_SIZE / sizeof(__be64) * T4_RQ_NUM_SLOTS]; member
503 *(volatile u32 *)&wq->sq.queue[wq->sq.size].flits[2+i] = i; in t4_ring_sq_db()
517 *(u32 *)&wq->sq.queue[wq->sq.size].flits[2] = i; in t4_ring_sq_db()
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dt4.h122 __be64 flits[T4_EQ_ENTRY_SIZE / sizeof(__be64) * T4_SQ_NUM_SLOTS]; member
128 __be64 flits[T4_EQ_ENTRY_SIZE / sizeof(__be64) * T4_RQ_NUM_SLOTS]; member