Searched refs:HP100_MIN_PACKET_SIZE (Results 1 – 1 of 1) sorted by relevance
135 #define HP100_MIN_PACKET_SIZE 60 macro1559 ok_flag = skb->len >= HP100_MIN_PACKET_SIZE; in hp100_start_xmit_bm()1560 i = ok_flag ? skb->len : HP100_MIN_PACKET_SIZE; in hp100_start_xmit_bm()1719 ok_flag = skb->len >= HP100_MIN_PACKET_SIZE; in hp100_start_xmit()1720 i = ok_flag ? skb->len : HP100_MIN_PACKET_SIZE; in hp100_start_xmit()1729 memset_io(lp->mem_ptr_virt, 0, HP100_MIN_PACKET_SIZE - skb->len); in hp100_start_xmit()1734 for (i = (skb->len + 3) & ~3; i < HP100_MIN_PACKET_SIZE; i += 4) in hp100_start_xmit()