Searched refs:t4_sq (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/infiniband/hw/cxgb4/ |
D | qp.c | 94 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() 388 static int build_immd(struct t4_sq *sq, struct fw_ri_immd *immdp, in build_immd() 458 static int build_rdma_send(struct t4_sq *sq, union t4_wr *wqe, in build_rdma_send() 525 static int build_rdma_write(struct t4_sq *sq, union t4_wr *wqe, in build_rdma_write() 612 static int build_memreg(struct t4_sq *sq, union t4_wr *wqe, in build_memreg()
|
D | t4.h | 287 struct t4_sq { struct 337 struct t4_sq sq; 392 static inline int t4_sq_onchip(struct t4_sq *sq) in t4_sq_onchip()
|