Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/atm/
H A Dambassador.c436 tx_simple * tx_descr = bus_to_virt (tx->handle); in tx_complete() local
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() local
1331 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 in amb_send()
[all...]
H A Dambassador.h433 } tx_descr;
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/h/
H A Dhwmtm.h138 u_long tx_descr ; /* tx descriptor for FORMAC+ */ member
H A Dsupern_2.h158 union tx_descr { union
201 unsigned int tp_pointer:16 ; /* pointer to tx_descr (low/high) */
207 unsigned int tp_pointer:16 ; /* pointer to tx_descr (low/high) */
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/h/
H A Dhwmtm.h138 u_long tx_descr ; /* tx descriptor for FORMAC+ */ member
H A Dsupern_2.h158 union tx_descr { union
201 unsigned int tp_pointer:16 ; /* pointer to tx_descr (low/high) */
207 unsigned int tp_pointer:16 ; /* pointer to tx_descr (low/high) */
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/
H A Dhwmtm.c1547 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()
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/
H A Dhwmtm.c1547 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 16 milliseconds