Searched refs:MTK_ISO_THRESHOLD (Results 1 – 1 of 1) sorted by relevance
26 #define MTK_ISO_THRESHOLD 264 macro1023 if (skb->len > MTK_ISO_THRESHOLD) in btmtk_isopkt_pad()1026 if (skb_pad(skb, MTK_ISO_THRESHOLD - skb->len)) in btmtk_isopkt_pad()1029 __skb_put(skb, MTK_ISO_THRESHOLD - skb->len); in btmtk_isopkt_pad()