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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/skfp/h/
H A Dhwmtm.h66 #define LAST_FRAG 0x08 /* last TxD of the frame */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/skfp/h/
H A Dhwmtm.h66 #define LAST_FRAG 0x08 /* last TxD of the frame */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/skfp/
H A Dhwmtm.c1427 (FIRST_FRAG|LAST_FRAG))<<26) |
1614 * The function smt_received_pack is called if the LAST_FRAG
1653 (FIRST_FRAG|LAST_FRAG|EN_IRQ_EOF))<< 26) |
1672 if (frame_status & LAST_FRAG) {
1700 if (frame_status & LAST_FRAG) {
1886 frame_status |= LAST_FRAG ;
1895 (FIRST_FRAG|LAST_FRAG)) << 26) |
H A Dskfddi.c1070 frame_status | FIRST_FRAG | LAST_FRAG | EN_IRQ_EOF);
1633 FIRST_FRAG | LAST_FRAG);
1701 FIRST_FRAG | LAST_FRAG);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/skfp/
H A Dhwmtm.c1427 (FIRST_FRAG|LAST_FRAG))<<26) |
1614 * The function smt_received_pack is called if the LAST_FRAG
1653 (FIRST_FRAG|LAST_FRAG|EN_IRQ_EOF))<< 26) |
1672 if (frame_status & LAST_FRAG) {
1700 if (frame_status & LAST_FRAG) {
1886 frame_status |= LAST_FRAG ;
1895 (FIRST_FRAG|LAST_FRAG)) << 26) |
H A Dskfddi.c1070 frame_status | FIRST_FRAG | LAST_FRAG | EN_IRQ_EOF);
1633 FIRST_FRAG | LAST_FRAG);
1701 FIRST_FRAG | LAST_FRAG);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/
H A D3c59x.c533 #define LAST_FRAG 0x80000000 /* Last Addr/Len pair in descriptor. */ macro
539 __le32 length; /* Set LAST_FRAG to indicate last pair. */
1747 vp->rx_ring[i].length = cpu_to_le32(PKT_BUF_SZ | LAST_FRAG);
2157 vp->tx_ring[entry].frag[0].length = cpu_to_le32(skb->len | LAST_FRAG);
2174 vp->tx_ring[entry].frag[i+1].length = cpu_to_le32(frag->size|LAST_FRAG);
2181 vp->tx_ring[entry].length = cpu_to_le32(skb->len | LAST_FRAG);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/
H A D3c59x.c533 #define LAST_FRAG 0x80000000 /* Last Addr/Len pair in descriptor. */ macro
539 __le32 length; /* Set LAST_FRAG to indicate last pair. */
1747 vp->rx_ring[i].length = cpu_to_le32(PKT_BUF_SZ | LAST_FRAG);
2157 vp->tx_ring[entry].frag[0].length = cpu_to_le32(skb->len | LAST_FRAG);
2174 vp->tx_ring[entry].frag[i+1].length = cpu_to_le32(frag->size|LAST_FRAG);
2181 vp->tx_ring[entry].length = cpu_to_le32(skb->len | LAST_FRAG);

Completed in 134 milliseconds