Lines Matching defs:tb_regs_hop
495 struct tb_regs_hop { struct
497 u32 next_hop:11; /*
501 u32 out_port:6; /* next port of the path (on the same switch) */
502 u32 initial_credits:8;
503 u32 unknown1:6; /* set to zero */
504 bool enable:1;
507 u32 weight:4;
508 u32 unknown2:4; /* set to zero */
509 u32 priority:3;
510 bool drop_packages:1;
511 u32 counter:11; /* index into TB_CFG_COUNTERS on this port */
512 bool counter_enable:1;
513 bool ingress_fc:1;
514 bool egress_fc:1;
515 bool ingress_shared_buffer:1;
516 bool egress_shared_buffer:1;
517 bool pending:1;
518 u32 unknown3:3; /* set to zero */