Searched refs:IB_CON (Results 1 – 3 of 3) sorted by relevance
654 else if (((length >> 30) & IB_MASK) == IB_CON) { in ud_common_ad()1066 icon->ib_flags = IB_CON; in ud_bump_ext_count()
751 if (((length >> 30) & IB_MASK) == IB_CON) { in ud_iget()814 if (((length >> 30) & IB_MASK) == IB_CON) { in ud_iget()
372 #define IB_CON 0x3 /* Continuation entry */ macro