PS3: gelic: add support for port link status

Add support for interrupt driven port link status detection.

Signed-off-by: Masakazu Mokuno <mokuno@sm.sony.co.jp>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
Masakazu Mokuno
2008-02-07 19:58:32 +09:00
committed by Jeff Garzik
parent 7bc56b92b0
commit 01fed4c284
2 changed files with 52 additions and 27 deletions

View File

@@ -261,6 +261,8 @@ struct gelic_card {
atomic_t tx_timeout_task_counter;
wait_queue_head_t waitq;
u64 ether_port_status;
struct gelic_descr *tx_top, *rx_top;
struct gelic_descr descr[0];
};