Searched refs:FIRST_FRAG (Results 1 – 3 of 3) sorted by relevance
1423 (FIRST_FRAG|LAST_FRAG))<<26) | in hwm_rx_frag()1424 (((u_long) frame_status & FIRST_FRAG) << 21) | in hwm_rx_frag()1649 (FIRST_FRAG|LAST_FRAG|EN_IRQ_EOF))<< 26) | in hwm_tx_frag()1674 if (frame_status & FIRST_FRAG) { in hwm_tx_frag()1878 frame_status |= FIRST_FRAG ; in smt_send_mbuf()1891 (FIRST_FRAG|LAST_FRAG)) << 26) | in smt_send_mbuf()1901 frame_status &= ~FIRST_FRAG ; in smt_send_mbuf()
1179 frame_status | FIRST_FRAG | LAST_FRAG | EN_IRQ_EOF); in send_queued_packets()1742 FIRST_FRAG | LAST_FRAG); in mac_drv_requeue_rxd()1810 FIRST_FRAG | LAST_FRAG); in mac_drv_fill_rxd()
63 #define FIRST_FRAG 0x10 /* first TxD of the frame */ macro