Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_umadt.c108 uint8_t frag_flag; member
648 p_sa_mad->frag_flag = 5; /* Set bit 0 for first pkt and b4 for last pkt */ in osm_vendor_send()
655 p_sa_mad->frag_flag = 1; /* Set bit 0 for first pkt */ in osm_vendor_send()
669 p_sa_mad->frag_flag = 0; in osm_vendor_send()
684 p_sa_mad->frag_flag = 4; /* Set Bit 2 for last pkt */ in osm_vendor_send()
928 if (((ib_sa_mad_t_vM3 *) (&pRecvMad->IBMad))->frag_flag & 0x20) { in __mad_recv_processor()