Searched refs:tx_reg_2 (Results 1 – 1 of 1) sorted by relevance
1284 tx_ready_reg_info *tx_reg_2 = (tx_ready_reg_info *) data2; in g_cmp_ids() local1286 if (tx_reg_1->can_id == tx_reg_2->can_id) { in g_cmp_ids()1287 return (tx_reg_1->reg_num < tx_reg_2->reg_num) ? -1 : 1; in g_cmp_ids()1289 return (tx_reg_1->can_id < tx_reg_2->can_id) ? -1 : 1; in g_cmp_ids()