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

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

Completed in 54 milliseconds