Searched refs:QS_INJ_WR (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_main.c | 253 lan_wr((__force u32)ifh[i], lan966x, QS_INJ_WR(grp)); in lan966x_port_ifh_xmit() 265 lan_wr(((u32 *)skb->data)[i], lan966x, QS_INJ_WR(grp)); in lan966x_port_ifh_xmit() 275 lan_wr(0, lan966x, QS_INJ_WR(grp)); in lan966x_port_ifh_xmit() 287 lan_wr(0, lan966x, QS_INJ_WR(grp)); in lan966x_port_ifh_xmit()
|
H A D | lan966x_regs.h | 1227 #define QS_INJ_WR(r) __REG(TARGET_QS, 0, 1, 36, 0, 1, 40, 8, r, 2, 4) macro
|
/linux/drivers/net/ethernet/mscc/ |
H A D | ocelot.c | 1459 ocelot_write_rix(ocelot, ifh[i], QS_INJ_WR, grp); in ocelot_port_inject_frame() 1464 ocelot_write_rix(ocelot, ((u32 *)skb->data)[i], QS_INJ_WR, grp); in ocelot_port_inject_frame() 1468 ocelot_write_rix(ocelot, 0, QS_INJ_WR, grp); in ocelot_port_inject_frame() 1479 ocelot_write_rix(ocelot, 0, QS_INJ_WR, grp); in ocelot_port_inject_frame()
|
H A D | vsc7514_regs.c | 160 REG(QS_INJ_WR, 0x00002c),
|
/linux/include/soc/mscc/ |
H A D | ocelot.h | 234 QS_INJ_WR, enumerator
|
/linux/drivers/net/dsa/ocelot/ |
H A D | felix_vsc9959.c | 158 REG(QS_INJ_WR, 0x00002c),
|