Searched refs:need_skb_unmap (Results 1 - 2 of 2) sorted by relevance

/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dsge.c226 * need_skb_unmap - does the platform need unmapping of sk_buffs?
231 static inline int need_skb_unmap(void) function
393 const int need_unmap = need_skb_unmap() && unmap;
/drivers/net/ethernet/chelsio/cxgb3/
H A Dsge.c200 * need_skb_unmap - does the platform need unmapping of sk_buffs?
205 static inline int need_skb_unmap(void) function
292 const int need_unmap = need_skb_unmap() &&
1061 if (need_skb_unmap()) {
1605 if (need_skb_unmap()) {

Completed in 79 milliseconds