Searched refs:FIRST_FRAG (Results 1 – 3 of 3) sorted by relevance
1419 (FIRST_FRAG|LAST_FRAG))<<26) | in hwm_rx_frag()1420 (((u_long) frame_status & FIRST_FRAG) << 21) | in hwm_rx_frag()1645 (FIRST_FRAG|LAST_FRAG|EN_IRQ_EOF))<< 26) | in hwm_tx_frag()1670 if (frame_status & FIRST_FRAG) { in hwm_tx_frag()1874 frame_status |= FIRST_FRAG ; in smt_send_mbuf()1887 (FIRST_FRAG|LAST_FRAG)) << 26) | in smt_send_mbuf()1897 frame_status &= ~FIRST_FRAG ; in smt_send_mbuf()
1185 frame_status | FIRST_FRAG | LAST_FRAG | EN_IRQ_EOF); in send_queued_packets()1732 FIRST_FRAG | LAST_FRAG); in mac_drv_requeue_rxd()1798 FIRST_FRAG | LAST_FRAG); in mac_drv_fill_rxd()
63 #define FIRST_FRAG 0x10 /* first TxD of the frame */ macro