Searched refs:tx_descr (Results 1 – 5 of 5) sorted by relevance
451 tx_simple * tx_descr = bus_to_virt (tx->handle); in tx_complete() local452 struct sk_buff * skb = tx_descr->skb; in tx_complete()460 kfree (tx_descr); in tx_complete()1314 tx_simple * tx_descr; in amb_send() local1346 tx_descr = kmalloc (sizeof(tx_simple), GFP_KERNEL); in amb_send()1347 if (!tx_descr) { in amb_send()1351 if (check_area (tx_descr, sizeof(tx_simple))) { in amb_send()1352 kfree (tx_descr); in amb_send()1355 PRINTD (DBG_TX, "fragment list allocated at %p", tx_descr); in amb_send()1357 tx_descr->skb = skb; in amb_send()[all …]
448 } tx_descr;
151 u_long tx_descr ; /* tx descriptor for FORMAC+ */ member
162 union tx_descr { union
1555 smc->os.hwm.tx_descr = TX_DESCRIPTOR | (((u_long)(frame_len-1)&3)<<27) ; in hwm_tx_init()1650 t->txd_txdscr = cpu_to_le32(smc->os.hwm.tx_descr) ; in hwm_tx_frag()