Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Daironet4500_core.c2308 u16 tx_fid = 0; in awc_interrupt_process() local
2448 tx_fid = awc_Tx_Compl_Fid(dev->base_addr); in awc_interrupt_process()
2449 if (!tx_fid){ in awc_interrupt_process()
2451 tx_fid = awc_Tx_Compl_Fid(dev->base_addr); in awc_interrupt_process()
2453 if (!tx_fid) in awc_interrupt_process()
2456 fid = awc_tx_fid_lookup_and_remove(dev, tx_fid); in awc_interrupt_process()
2470 printk(KERN_ERR "awc fid %x not found\n",tx_fid); in awc_interrupt_process()