Lines Matching defs:tb_regs_hop
438 struct tb_regs_hop { struct
440 u32 next_hop:11; /*
444 u32 out_port:6; /* next port of the path (on the same switch) */
445 u32 initial_credits:8;
446 u32 unknown1:6; /* set to zero */
447 bool enable:1;
450 u32 weight:4;
451 u32 unknown2:4; /* set to zero */
452 u32 priority:3;
453 bool drop_packages:1;
454 u32 counter:11; /* index into TB_CFG_COUNTERS on this port */
455 bool counter_enable:1;
456 bool ingress_fc:1;
457 bool egress_fc:1;
458 bool ingress_shared_buffer:1;
459 bool egress_shared_buffer:1;
460 bool pending:1;
461 u32 unknown3:3; /* set to zero */