Home
last modified time | relevance | path

Searched refs:TMD1_ENP (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/amd/
H A Dsun3lance.c170 #define TMD1_ENP 0x01 /* end of packet */ macro
626 head->flag = TMD1_OWN_CHIP | TMD1_ENP | TMD1_STP; in lance_start_xmit()
709 } else if(head->flag & (TMD1_ENP | TMD1_STP)) { in lance_interrupt()
711 head->flag &= ~(TMD1_ENP | TMD1_STP); in lance_interrupt()
H A Datarilance.c270 #define TMD1_ENP 0x01 /* end of packet */ macro
825 head->flag = TMD1_OWN_CHIP | TMD1_ENP | TMD1_STP; in lance_start_xmit()