Searched refs:c4iw_dev (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb4/
H A Dprovider.c99 struct c4iw_dev *rhp = to_c4iw_dev(context->device);
115 struct c4iw_dev *rhp = to_c4iw_dev(ibdev);
183 struct c4iw_dev *rhp;
201 struct c4iw_dev *rhp;
204 rhp = (struct c4iw_dev *) ibdev;
238 struct c4iw_dev *dev;
253 struct c4iw_dev *dev;
285 struct c4iw_dev *dev;
339 struct c4iw_dev *c4iw_dev local
348 struct c4iw_dev *c4iw_dev = container_of(dev, struct c4iw_dev, local
362 struct c4iw_dev *c4iw_dev = container_of(dev, struct c4iw_dev, local
375 struct c4iw_dev *c4iw_dev = container_of(dev, struct c4iw_dev, local
[all...]
H A Diw_cxgb4.h144 struct c4iw_dev { struct
158 static inline struct c4iw_dev *to_c4iw_dev(struct ib_device *ibdev)
160 return container_of(ibdev, struct c4iw_dev, ibdev);
163 static inline struct c4iw_dev *rdev_to_c4iw_dev(struct c4iw_rdev *rdev)
165 return container_of(rdev, struct c4iw_dev, rdev);
168 static inline struct c4iw_cq *get_chp(struct c4iw_dev *rhp, u32 cqid)
173 static inline struct c4iw_qp *get_qhp(struct c4iw_dev *rhp, u32 qpid)
178 static inline struct c4iw_mr *get_mhp(struct c4iw_dev *rhp, u32 mmid)
183 static inline int insert_handle(struct c4iw_dev *rhp, struct idr *idr,
201 static inline void remove_handle(struct c4iw_dev *rh
[all...]
H A Dev.c38 static void post_qp_event(struct c4iw_dev *dev, struct c4iw_cq *chp,
78 void c4iw_ev_dispatch(struct c4iw_dev *dev, struct t4_cqe *err_cqe)
183 int c4iw_ev_handler(struct c4iw_dev *dev, u32 qid)
H A Ddevice.c53 struct c4iw_dev *devp;
191 static int setup_debugfs(struct c4iw_dev *devp)
309 static void c4iw_remove(struct c4iw_dev *dev)
311 PDBG("%s c4iw_dev %p\n", __func__, dev);
323 static struct c4iw_dev *c4iw_alloc(const struct cxgb4_lld_info *infop)
325 struct c4iw_dev *devp;
328 devp = (struct c4iw_dev *)ib_alloc_device(sizeof(*devp));
363 struct c4iw_dev *dev;
429 struct c4iw_dev *dev = handle;
471 struct c4iw_dev *de
[all...]
H A Dmem.c234 static int register_mem(struct c4iw_dev *rhp, struct c4iw_pd *php,
255 static int reregister_mem(struct c4iw_dev *rhp, struct c4iw_pd *php,
369 struct c4iw_dev *rhp;
435 struct c4iw_dev *rhp;
507 struct c4iw_dev *rhp;
557 struct c4iw_dev *rhp;
655 struct c4iw_dev *rhp;
689 struct c4iw_dev *rhp;
705 struct c4iw_dev *rhp;
758 struct c4iw_dev *de
[all...]
H A Dcm.c316 static struct rtable *find_route(struct c4iw_dev *dev, __be32 local_ip,
344 PDBG("%s c4iw_dev %p\n", __func__, handle);
682 static int act_establish(struct c4iw_dev *dev, struct sk_buff *skb)
1088 static int rx_data(struct c4iw_dev *dev, struct sk_buff *skb)
1130 static int abort_rpl(struct c4iw_dev *dev, struct sk_buff *skb)
1169 static int act_open_rpl(struct c4iw_dev *dev, struct sk_buff *skb)
1203 static int pass_open_rpl(struct c4iw_dev *dev, struct sk_buff *skb)
1244 static int close_listsrv_rpl(struct c4iw_dev *dev, struct sk_buff *skb)
1304 static void reject_cr(struct c4iw_dev *dev, u32 hwtid, __be32 peer_ip,
1307 PDBG("%s c4iw_dev
[all...]
H A Dqp.c964 static int rdma_fini(struct c4iw_dev *rhp, struct c4iw_qp *qhp,
1039 static int rdma_init(struct c4iw_dev *rhp, struct c4iw_qp *qhp)
1118 int c4iw_modify_qp(struct c4iw_dev *rhp, struct c4iw_qp *qhp,
1345 struct c4iw_dev *rhp;
1374 struct c4iw_dev *rhp;
1546 struct c4iw_dev *rhp;
H A Dcq.c762 struct c4iw_dev *rhp;

Completed in 122 milliseconds