Searched refs:tah (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/arch/powerpc/boot/dts/ |
D | klondike.dts | 137 TAH0: emac-tah@400a3000 { 138 compatible = "ibm,tah"; 142 TAH1: emac-tah@400a4000 { 143 compatible = "ibm,tah"; 170 tah-device = <&TAH0>; 171 tah-channel = <0>; 200 tah-device = <&TAH1>; 201 tah-channel = <0>;
|
D | arches.dts | 242 TAH0: emac-tah@ef601350 { 243 compatible = "ibm,tah-460gt", "ibm,tah"; 247 TAH1: emac-tah@ef601450 { 248 compatible = "ibm,tah-460gt", "ibm,tah"; 275 tah-device = <&TAH0>; 276 tah-channel = <0>; 304 tah-device = <&TAH1>; 305 tah-channel = <1>;
|
D | eiger.dts | 290 TAH0: emac-tah@ef600e50 { 291 compatible = "ibm,tah-460sx", "ibm,tah"; 295 TAH1: emac-tah@ef600f50 { 296 compatible = "ibm,tah-460sx", "ibm,tah"; 324 tah-device = <&TAH0>; 325 tah-channel = <0>; 354 tah-device = <&TAH1>; 355 tah-channel = <1>;
|
D | taishan.dts | 274 TAH0: emac-tah@40000b50 { 275 compatible = "ibm,tah-440gx", "ibm,tah"; 279 TAH1: emac-tah@40000d50 { 280 compatible = "ibm,tah-440gx", "ibm,tah"; 345 tah-device = <&TAH0>; 346 tah-channel = <0>; 369 tah-device = <&TAH1>; 370 tah-channel = <0>;
|
D | canyonlands.dts | 359 TAH0: emac-tah@ef601350 { 360 compatible = "ibm,tah-460ex", "ibm,tah"; 364 TAH1: emac-tah@ef601450 { 365 compatible = "ibm,tah-460ex", "ibm,tah"; 393 tah-device = <&TAH0>; 394 tah-channel = <0>; 423 tah-device = <&TAH1>; 424 tah-channel = <1>;
|
D | glacier.dts | 327 TAH0: emac-tah@ef601350 { 328 compatible = "ibm,tah-460gt", "ibm,tah"; 332 TAH1: emac-tah@ef601450 { 333 compatible = "ibm,tah-460gt", "ibm,tah"; 361 tah-device = <&TAH0>; 362 tah-channel = <0>; 391 tah-device = <&TAH1>; 392 tah-channel = <1>;
|
D | bluestone.dts | 293 TAH0: emac-tah@ef601350 { 294 compatible = "ibm,tah"; 321 tah-device = <&TAH0>; 322 tah-channel = <0>;
|
/linux-6.1.9/drivers/net/ethernet/ibm/emac/ |
D | Makefile | 11 ibm_emac-$(CONFIG_IBM_EMAC_TAH) += tah.o
|
/linux-6.1.9/Documentation/devicetree/bindings/net/ |
D | ibm,emac.txt | 82 - tah-device : 1 cell, optional. If connected to a TAH engine for 84 - tah-channel : 1 cell, optional. If appropriate, channel used on the 148 tah-device = <&TAH0>; 149 tah-channel = <0>;
|
/linux-6.1.9/drivers/infiniband/ulp/ipoib/ |
D | ipoib_ib.c | 675 struct ipoib_ah *ah, *tah; in ipoib_reap_dead_ahs() local 681 list_for_each_entry_safe(ah, tah, &priv->dead_ahs, list) in ipoib_reap_dead_ahs()
|