Searched refs:HP100_MIN_PACKET_SIZE (Results 1 – 1 of 1) sorted by relevance
135 #define HP100_MIN_PACKET_SIZE 60 macro1565 ok_flag = skb->len >= HP100_MIN_PACKET_SIZE; in hp100_start_xmit_bm()1566 i = ok_flag ? skb->len : HP100_MIN_PACKET_SIZE; in hp100_start_xmit_bm()1725 ok_flag = skb->len >= HP100_MIN_PACKET_SIZE; in hp100_start_xmit()1726 i = ok_flag ? skb->len : HP100_MIN_PACKET_SIZE; in hp100_start_xmit()1735 memset_io(lp->mem_ptr_virt, 0, HP100_MIN_PACKET_SIZE - skb->len); in hp100_start_xmit()1740 for (i = (skb->len + 3) & ~3; i < HP100_MIN_PACKET_SIZE; i += 4) in hp100_start_xmit()