pub unsafe extern "C" fn ibv_detach_mcast(
qp: *mut ibv_qp,
gid: *const ibv_gid,
lid: u16,
) -> c_int
Expand description
ibv_detach_mcast - Detaches the specified QP from a multicast group. @qp: QP to detach from the multicast group. @gid: Multicast group GID. @lid: Multicast group LID in host byte order.