Searched refs:flits (Results 1 – 6 of 6) sorted by relevance
1174 unsigned int flits; in calc_tx_descs() local1179 flits = sgl_len(nsegs) + 2; in calc_tx_descs()1181 flits++; in calc_tx_descs()1183 return flits_to_desc(flits); in calc_tx_descs()1284 const struct sge_txq *txq, const struct sg_ent *sgl, unsigned int flits, in write_wr_hdr_sgl() argument1293 V_WR_SGLSFLT(flits)) | wr_hi, in write_wr_hdr_sgl()1294 htonl(V_WR_LEN(flits + sgl_flits) | V_WR_GEN(txqs->gen)) | in write_wr_hdr_sgl()1305 V_WR_SGLSFLT(flits)) | wr_hi; in write_wr_hdr_sgl()1308 unsigned int avail = WR_FLITS - flits; in write_wr_hdr_sgl()1312 memcpy(&txd->flit[flits], fp, avail * sizeof(*fp)); in write_wr_hdr_sgl()[all …]
54 src = &wqe->flits[0]; in copy_wr_to_sq()55 dst = &wq->sq.queue->flits[wq->sq.wq_pidx * in copy_wr_to_sq()80 src = &wqe->flits[0]; in copy_wr_to_rq()81 dst = &wq->rq.queue->flits[wq->rq.wq_pidx * in copy_wr_to_rq()
148 __be64 flits[T4_EQ_ENTRY_SIZE / sizeof(__be64) * T4_SQ_NUM_SLOTS]; member154 __be64 flits[T4_EQ_ENTRY_SIZE / sizeof(__be64) * T4_RQ_NUM_SLOTS]; member508 *(volatile u32 *)&wq->sq.queue[wq->sq.size].flits[2+i] = i; in t4_ring_sq_db()514 *(u32 *)&wq->sq.queue[wq->sq.size].flits[2] = i; in t4_ring_sq_db()
302 cpu_to_be64(swsqe->cqe.u.flits[0]), in dump_qp()303 cpu_to_be64(swsqe->cqe.u.flits[1]), in dump_qp()
121 __be64 flits[T4_EQ_ENTRY_SIZE / sizeof(__be64) * T4_SQ_NUM_SLOTS]; member127 __be64 flits[T4_EQ_ENTRY_SIZE / sizeof(__be64) * T4_RQ_NUM_SLOTS]; member
970 the next CQE entry. If the flits don't compare, then we've overflowed.