Home
last modified time | relevance | path

Searched defs:sdp_sock (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/ofed/drivers/infiniband/ulp/sdp/
HDsdp.h378 struct sdp_sock { struct
380 struct socket *socket;
381 struct rdma_cm_id *id;
382 struct ib_device *ib_device;
383 struct sdp_device *sdp_dev;
384 struct ib_qp *qp;
385 struct ucred *cred;
386 struct callout keep2msl; /* 2msl and keepalive timer. */
387 struct callout nagle_timer; /* timeout waiting for ack */
388 struct ib_ucontext context;
[all …]
HDsdp_main.c237 struct sdp_sock *(*notify)(struct sdp_sock *, int)) in sdp_pcbnotifyall()