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

/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c632 * flits_to_desc - returns the num of Tx descriptors for the given flits
638 static inline unsigned int flits_to_desc(unsigned int n) function
685 return flits_to_desc(calc_tx_flits(skb));
908 ndesc = flits_to_desc(flits);
1266 ndesc = flits_to_desc(flits);
/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dsge.c797 * flits_to_desc - returns the num of TX descriptors for the given flits
803 static inline unsigned int flits_to_desc(unsigned int flits) function
1120 ndesc = flits_to_desc(flits);
/drivers/net/ethernet/chelsio/cxgb3/
H A Dsge.c752 * flits_to_desc - returns the num of Tx descriptors for the given flits
758 static inline unsigned int flits_to_desc(unsigned int n) function
949 return flits_to_desc(flits);
1632 return flits_to_desc(flits + sgl_len(cnt));
3035 flits_to_desc(sgl_len(MAX_SKB_FRAGS + 1) + 3);

Completed in 46 milliseconds