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

/linux-4.4.14/drivers/atm/
H A Dambassador.h416 /* TX is described by 1+ tx_frags followed by a tx_frag_end */
436 } tx_frag_end; typedef in typeref:struct:__anon3408
440 tx_frag_end tx_frag_end; member in struct:__anon3409
447 tx_frag_end end_of_list;
H A Dambassador.c1362 tx_descr->tx_frag_end.handle = virt_to_bus (tx_descr); amb_send()
1363 tx_descr->tx_frag_end.vc = 0; amb_send()
1364 tx_descr->tx_frag_end.next_descriptor_length = 0; amb_send()
1365 tx_descr->tx_frag_end.next_descriptor = 0; amb_send()
1367 tx_descr->tx_frag_end.cpcs_uu = 0; amb_send()
1368 tx_descr->tx_frag_end.cpi = 0; amb_send()
1369 tx_descr->tx_frag_end.pad = 0; amb_send()
1373 tx.tx_descr_length = cpu_to_be16 (sizeof(tx_frag)+sizeof(tx_frag_end)); amb_send()

Completed in 77 milliseconds