Searched refs:FIRST_FRAG (Results 1 - 6 of 6) 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.h67 #define FIRST_FRAG 0x10 /* first 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.h67 #define FIRST_FRAG 0x10 /* first 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) |
1428 (((u_long) frame_status & FIRST_FRAG) << 21) |
1612 * is allocated if the FIRST_FRAG bit is set in the frame_status.
1653 (FIRST_FRAG|LAST_FRAG|EN_IRQ_EOF))<< 26) |
1678 if (frame_status & FIRST_FRAG) {
1882 frame_status |= FIRST_FRAG ;
1895 (FIRST_FRAG|LAST_FRAG)) << 26) |
1905 frame_status &= ~FIRST_FRAG ;
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) |
1428 (((u_long) frame_status & FIRST_FRAG) << 21) |
1612 * is allocated if the FIRST_FRAG bit is set in the frame_status.
1653 (FIRST_FRAG|LAST_FRAG|EN_IRQ_EOF))<< 26) |
1678 if (frame_status & FIRST_FRAG) {
1882 frame_status |= FIRST_FRAG ;
1895 (FIRST_FRAG|LAST_FRAG)) << 26) |
1905 frame_status &= ~FIRST_FRAG ;
H A Dskfddi.c1070 frame_status | FIRST_FRAG | LAST_FRAG | EN_IRQ_EOF);
1633 FIRST_FRAG | LAST_FRAG);
1701 FIRST_FRAG | LAST_FRAG);

Completed in 100 milliseconds