Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/infiniband/hw/cxgb3/
Dcxio_wr.h241 struct t3_rdma_read_wr { struct
396 struct t3_rdma_read_wr read;
Diwch_qp.c145 *flit_cnt = sizeof(struct t3_rdma_read_wr) >> 3; in build_rdma_read()
745 u8 flit_cnt = sizeof(struct t3_rdma_read_wr) >> 3; in iwch_post_zb_read()
753 wqe = (union t3_wr *)skb_put(skb, sizeof(struct t3_rdma_read_wr)); in iwch_post_zb_read()
754 memset(wqe, 0, sizeof(struct t3_rdma_read_wr)); in iwch_post_zb_read()