Searched refs:flits_to_desc (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4/
H A Dsge.c628 * flits_to_desc - returns the num of Tx descriptors for the given flits
634 static inline unsigned int flits_to_desc(unsigned int n) function
681 return flits_to_desc(calc_tx_flits(skb));
904 ndesc = flits_to_desc(flits);
1261 ndesc = flits_to_desc(flits);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4vf/
H A Dsge.c796 * flits_to_desc - returns the num of TX descriptors for the given flits
802 static inline unsigned int flits_to_desc(unsigned int flits) function
1119 ndesc = flits_to_desc(flits);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb3/
H A Dsge.c749 * flits_to_desc - returns the num of Tx descriptors for the given flits
755 static inline unsigned int flits_to_desc(unsigned int n) function
946 return flits_to_desc(flits);
1629 return flits_to_desc(flits + sgl_len(cnt));
3054 flits_to_desc(sgl_len(MAX_SKB_FRAGS + 1) + 3);

Completed in 125 milliseconds