Home
last modified time | relevance | path

Searched refs:FIRST_FRAG (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/net/skfp/ !
Dhwmtm.c1435 (FIRST_FRAG|LAST_FRAG))<<26) |
1436 (((u_long) frame_status & FIRST_FRAG) << 21) |
1702 (FIRST_FRAG|LAST_FRAG|EN_IRQ_EOF))<< 26) |
1727 if (frame_status & FIRST_FRAG) {
1939 frame_status |= FIRST_FRAG ;
1952 (FIRST_FRAG|LAST_FRAG)) << 26) |
1962 frame_status &= ~FIRST_FRAG ;
Dskfddi.c1491 frame_status | FIRST_FRAG | LAST_FRAG | EN_IRQ_EOF); in send_queued_packets()
2056 FIRST_FRAG | LAST_FRAG); in mac_drv_requeue_rxd()
2124 FIRST_FRAG | LAST_FRAG); in mac_drv_fill_rxd()
/linux-2.4.37.9/drivers/net/skfp/h/ !
Dhwmtm.h67 #define FIRST_FRAG 0x10 /* first TxD of the frame */ macro