Lines Matching defs:frag
86 * and put into the first frag.
145 static u16 frag_get_pending_idx(skb_frag_t *frag)
147 return (u16)skb_frag_off(frag);
150 static void frag_set_pending_idx(skb_frag_t *frag, u16 pending_idx)
152 skb_frag_off_set(frag, pending_idx);
216 extra_count = 0; /* only the first frag can have extras */
585 /* The first frag might still have this slot mapped */
597 /* The first frag might still have this slot mapped */
621 /* If the mapping of the first frag was OK, but
638 "Grant map of %d. frag failed! status: %d pending_idx: %u ref: %u\n",
694 skb_frag_t *frag = shinfo->frags + i;
699 pending_idx = frag_get_pending_idx(frag);
701 /* If this is not the first frag, chain it to the previous*/
1229 /* Copied all the bits from the frag list -- free it. */