Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libibcm/
H A Dcm.c659 struct ib_user_path_rec abi_path; in ib_cm_send_lap() local
668 ibv_copy_path_rec_to_kern(&abi_path, alternate_path); in ib_cm_send_lap()
669 cmd->path = (uintptr_t) &abi_path; in ib_cm_send_lap()
686 struct ib_user_path_rec abi_path; in ib_cm_send_sidr_req() local
701 ibv_copy_path_rec_to_kern(&abi_path, param->path); in ib_cm_send_sidr_req()
702 cmd->path = (uintptr_t) &abi_path; in ib_cm_send_sidr_req()