Home
last modified time | relevance | path

Searched refs:first_shinfo (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/xen-netback/
H A Dnetback.c528 struct skb_shared_info *first_shinfo = NULL; in xenvif_tx_check_gop() local
583 if (i == 0 && !first_shinfo && sharedslot) in xenvif_tx_check_gop()
619 if (first_shinfo) { in xenvif_tx_check_gop()
620 for (j = 0; j < first_shinfo->nr_frags; j++) { in xenvif_tx_check_gop()
621 pending_idx = frag_get_pending_idx(&first_shinfo->frags[j]); in xenvif_tx_check_gop()
632 if (skb_has_frag_list(skb) && !first_shinfo) { in xenvif_tx_check_gop()
633 first_shinfo = skb_shinfo(skb); in xenvif_tx_check_gop()