Searched refs:tx_descr (Results 1 – 5 of 5) sorted by relevance
437 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() local1332 if (!tx_descr) { in amb_send()1337 kfree (tx_descr); in amb_send()1342 tx_descr->skb = skb; in amb_send()1347 tx_descr->tx_frag_end.handle = virt_to_bus (tx_descr); in amb_send()1348 tx_descr->tx_frag_end.vc = 0; in amb_send()1352 tx_descr->tx_frag_end.cpcs_uu = 0; in amb_send()1353 tx_descr->tx_frag_end.cpi = 0; in amb_send()[all …]
433 } tx_descr;
138 u_long tx_descr ; /* tx descriptor for FORMAC+ */ member
158 union tx_descr { union
1547 smc->os.hwm.tx_descr = TX_DESCRIPTOR | (((u_long)(frame_len-1)&3)<<27) ; in hwm_tx_init()1642 t->txd_txdscr = cpu_to_le32(smc->os.hwm.tx_descr) ; in hwm_tx_frag()
Completed in 20 milliseconds