Searched refs:tx_descr (Results 1 – 5 of 5) sorted by relevance
436 tx_simple * tx_descr = bus_to_virt (tx->handle); in tx_complete() local437 struct sk_buff * skb = tx_descr->skb; in tx_complete()445 kfree (tx_descr); in tx_complete()1299 tx_simple * tx_descr; in amb_send() local1331 tx_descr = kmalloc (sizeof(tx_simple), GFP_KERNEL); in amb_send()1332 if (!tx_descr) { in amb_send()1336 if (check_area (tx_descr, sizeof(tx_simple))) { in amb_send()1337 kfree (tx_descr); in amb_send()1340 PRINTD (DBG_TX, "fragment list allocated at %p", tx_descr); in amb_send()1342 tx_descr->skb = skb; in amb_send()[all …]
433 } tx_descr;
138 u_long tx_descr ; /* tx descriptor for FORMAC+ */ member
158 union tx_descr { union
1551 smc->os.hwm.tx_descr = TX_DESCRIPTOR | (((u_long)(frame_len-1)&3)<<27) ; in hwm_tx_init()1646 t->txd_txdscr = cpu_to_le32(smc->os.hwm.tx_descr) ; in hwm_tx_frag()