Lines Matching refs:len16
120 enum fw_wr_opcodes opcode, u8 flags, u8 len16) in init_wr_hdr() argument
128 wqe->send.len16 = len16; in init_wr_hdr()
395 u8 len16; member
430 static inline void t4_srq_produce(struct t4_srq *srq, u8 len16) in t4_srq_produce() argument
435 srq->wq_pidx += DIV_ROUND_UP(len16 * 16, T4_EQ_ENTRY_SIZE); in t4_srq_produce()
495 static inline void t4_rq_produce(struct t4_wq *wq, u8 len16) in t4_rq_produce() argument
500 wq->rq.wq_pidx += DIV_ROUND_UP(len16*16, T4_EQ_ENTRY_SIZE); in t4_rq_produce()
537 static inline void t4_sq_produce(struct t4_wq *wq, u8 len16) in t4_sq_produce() argument
542 wq->sq.wq_pidx += DIV_ROUND_UP(len16*16, T4_EQ_ENTRY_SIZE); in t4_sq_produce()
582 static inline void t4_ring_srq_db(struct t4_srq *srq, u16 inc, u8 len16, in t4_ring_srq_db() argument
589 __func__, srq->pidx, len16); in t4_ring_srq_db()
593 __func__, srq->pidx, len16); in t4_ring_srq_db()