Home
last modified time | relevance | path

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

/drivers/infiniband/hw/cxgb4/
Dqp.c94 static void dealloc_oc_sq(struct c4iw_rdev *rdev, struct t4_sq *sq) in dealloc_oc_sq()
99 static void dealloc_host_sq(struct c4iw_rdev *rdev, struct t4_sq *sq) in dealloc_host_sq()
105 static void dealloc_sq(struct c4iw_rdev *rdev, struct t4_sq *sq) in dealloc_sq()
113 static int alloc_oc_sq(struct c4iw_rdev *rdev, struct t4_sq *sq) in alloc_oc_sq()
128 static int alloc_host_sq(struct c4iw_rdev *rdev, struct t4_sq *sq) in alloc_host_sq()
139 static int alloc_sq(struct c4iw_rdev *rdev, struct t4_sq *sq, int user) in alloc_sq()
364 static int build_immd(struct t4_sq *sq, struct fw_ri_immd *immdp, in build_immd()
434 static int build_rdma_send(struct t4_sq *sq, union t4_wr *wqe, in build_rdma_send()
501 static int build_rdma_write(struct t4_sq *sq, union t4_wr *wqe, in build_rdma_write()
588 static int build_fastreg(struct t4_sq *sq, union t4_wr *wqe, in build_fastreg()
Dt4.h286 struct t4_sq { struct
332 struct t4_sq sq;
388 static inline int t4_sq_onchip(struct t4_sq *sq) in t4_sq_onchip()