Searched refs:LAST_FRAG (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/fddi/skfp/h/
H A Dhwmtm.h62 #define LAST_FRAG 0x08 /* last TxD of the frame */ macro
/linux-master/drivers/net/fddi/skfp/
H A Dhwmtm.c1419 (FIRST_FRAG|LAST_FRAG))<<26) |
1606 * The function smt_received_pack is called if the LAST_FRAG
1645 (FIRST_FRAG|LAST_FRAG|EN_IRQ_EOF))<< 26) |
1664 if (frame_status & LAST_FRAG) {
1692 if (frame_status & LAST_FRAG) {
1878 frame_status |= LAST_FRAG ;
1887 (FIRST_FRAG|LAST_FRAG)) << 26) |
H A Dskfddi.c1186 frame_status | FIRST_FRAG | LAST_FRAG | EN_IRQ_EOF);
1733 FIRST_FRAG | LAST_FRAG);
1799 FIRST_FRAG | LAST_FRAG);
/linux-master/drivers/net/ethernet/3com/
H A D3c59x.c541 #define LAST_FRAG 0x80000000 /* Last Addr/Len pair in descriptor. */ macro
547 __le32 length; /* Set LAST_FRAG to indicate last pair. */
1740 vp->rx_ring[i].length = cpu_to_le32(PKT_BUF_SZ | LAST_FRAG);
2161 vp->tx_ring[entry].frag[0].length = cpu_to_le32(skb->len | LAST_FRAG);
2199 vp->tx_ring[entry].frag[i+1].length = cpu_to_le32(skb_frag_size(frag)|LAST_FRAG);
2209 vp->tx_ring[entry].length = cpu_to_le32(skb->len | LAST_FRAG);

Completed in 226 milliseconds