Home
last modified time | relevance | path

Searched refs:full_bus_master_rx (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/3com/
D3c515.c317 full_bus_master_tx:1, full_bus_master_rx:1, /* Boomerang */ member
687 vp->full_bus_master_rx = (vp->capabilities & 0x20) ? 1 : 0; in corkscrew_setup()
806 if (vp->full_bus_master_rx) { /* Boomerang bus master. */ in corkscrew_open()
850 (vp->full_bus_master_rx ? UpComplete : RxComplete) | in corkscrew_open()
1438 if (vp->full_bus_master_rx) { /* Free Boomerang bus master Rx buffers. */ in corkscrew_close()
D3c59x.c626 full_bus_master_tx:1, full_bus_master_rx:2, /* Boomerang */ member
1440 vp->full_bus_master_rx = (vp->info2 & 1) ? 1 : 2; in vortex_probe1()
1671 if (vp->full_bus_master_rx) { /* Boomerang bus master. */ in vortex_up()
1700 (vp->full_bus_master_rx ? UpComplete : RxComplete) | in vortex_up()
1703 (vp->full_bus_master_rx ? 0 : RxComplete) | in vortex_up()
1733 if (vp->full_bus_master_rx) { /* Boomerang bus master. */ in vortex_open()
2512 if (vp->full_bus_master_rx) in vortex_boomerang_interrupt()
2713 if (vp->full_bus_master_rx) in vortex_down()
2754 if (vp->full_bus_master_rx) { /* Free Boomerang bus master Rx buffers. */ in vortex_close()