-
Notifications
You must be signed in to change notification settings - Fork 16
BCM5722D tg3 if_bge
adlan edited this page May 29, 2011
·
3 revisions
BCM5722D | if_bge | tg3 |
---|---|---|
start | bge_attach | tg3_init_one |
stop | bge_detach | |
enable | bge_init | tg3_open |
disable | bge_stop | tg3_close |
resetAdapter | bge_reset | tg3_chip_reset |
initializeAdapter |
|
tg3_reset_hw |
outputPacket | bge_start | tg3_start_xmit |
interruptOccurred | bge_intr_task | tg3_poll* |
serviceRxInterrupt | bge_rxeof | tg3_rx |
serviceTxInterrupt | bge_txeof | tg3_tx |
serviceLinkInterrupt | bge_link_upd | tg3_poll_link* |
setMulticastList | bge_set_mult | tg3_set_rx_mode |
setPromiscuousMode | bge_set_promisc |
-* Using NAPI interface