Home
last modified time | relevance | path

Searched refs:ib_qp_get_drvdata (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/gpxe/src/include/gpxe/
Dinfiniband.h567 ib_qp_get_drvdata ( struct ib_queue_pair *qp ) { in ib_qp_get_drvdata() function
/external/syslinux/gpxe/src/drivers/infiniband/
Dhermon.c1073 struct hermon_queue_pair *hermon_qp = ib_qp_get_drvdata ( qp ); in hermon_modify_qp()
1149 struct hermon_queue_pair *hermon_qp = ib_qp_get_drvdata ( qp ); in hermon_destroy_qp()
1323 struct hermon_queue_pair *hermon_qp = ib_qp_get_drvdata ( qp ); in hermon_post_send()
1381 struct hermon_queue_pair *hermon_qp = ib_qp_get_drvdata ( qp ); in hermon_post_recv()
1461 hermon_qp = ib_qp_get_drvdata ( qp ); in hermon_complete()
Darbel.c940 struct arbel_queue_pair *arbel_qp = ib_qp_get_drvdata ( qp ); in arbel_destroy_qp()
1019 struct arbel_queue_pair *arbel_qp = ib_qp_get_drvdata ( qp ); in arbel_post_send()
1109 struct arbel_queue_pair *arbel_qp = ib_qp_get_drvdata ( qp ); in arbel_post_recv()
1195 arbel_qp = ib_qp_get_drvdata ( qp ); in arbel_complete()
/external/syslinux/gpxe/src/net/
Dinfiniband.c217 ibdev, qp, ib_qp_get_drvdata ( qp ), qp->qpn ); in ib_create_qp()