Home
last modified time | relevance | path

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

/linux-3.3/drivers/net/ethernet/amd/
Dsun3lance.c170 #define TMD1_STP 0x02 /* start of packet */ macro
630 head->flag = TMD1_OWN_CHIP | TMD1_ENP | TMD1_STP; in lance_start_xmit()
723 } else if(head->flag & (TMD1_ENP | TMD1_STP)) { in lance_interrupt()
725 head->flag &= ~(TMD1_ENP | TMD1_STP); in lance_interrupt()
Datarilance.c271 #define TMD1_STP 0x02 /* start of packet */ macro
828 head->flag = TMD1_OWN_CHIP | TMD1_ENP | TMD1_STP; in lance_start_xmit()