Home
last modified time | relevance | path

Searched refs:ipoib_send_comp_handler (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_verbs.c174 priv->send_cq = ib_create_cq(priv->ca, ipoib_send_comp_handler, NULL, in ipoib_transport_dev_init()
H A Dipoib.h440 void ipoib_send_comp_handler(struct ib_cq *cq, void *dev_ptr);
H A Dipoib_ib.c441 void ipoib_send_comp_handler(struct ib_cq *cq, void *dev_ptr) in ipoib_send_comp_handler() function