Searched refs:txcsm (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/ethernet/alteon/
H A Dacenic.c2028 u32 txcsm, u32 idx)
2055 } while (idx != txcsm);
2061 ap->tx_ret_csm = txcsm;
2099 u32 txcsm, rxretcsm, rxretprd; local
2134 txcsm = *ap->tx_csm;
2137 if (txcsm != idx) {
2145 if (!tx_ring_full(ap, txcsm, ap->tx_prd))
2146 ace_tx_int(dev, txcsm, idx);
2027 ace_tx_int(struct net_device *dev, u32 txcsm, u32 idx) argument

Completed in 157 milliseconds