Searched refs:ord_size (Results 1 – 2 of 2) sorted by relevance
340 u16 ord_size; in parse_mpa() local353 ord_size = rtr_ctrl_ord & IETF_NO_IRD_ORD; in parse_mpa()359 if (ird_size == IETF_NO_IRD_ORD || ord_size == IETF_NO_IRD_ORD) in parse_mpa()366 if (ord_size > NES_MAX_IRD) { in parse_mpa()369 cm_node->ird_size = ord_size; in parse_mpa()370 if (ord_size == 0 && in parse_mpa()375 __func__, ord_size); in parse_mpa()379 cm_node->ord_size = NES_MAX_ORD; in parse_mpa()381 cm_node->ord_size = ird_size; in parse_mpa()383 if (ord_size > NES_MAX_IRD) { in parse_mpa()[all …]
339 u16 ord_size; member