Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/hyperv/
Dnetvsc.c892 struct multi_send_data *msdp) in move_pkt_msd() argument
894 *msd_skb = msdp->skb; in move_pkt_msd()
895 *msd_send = msdp->pkt; in move_pkt_msd()
896 msdp->skb = NULL; in move_pkt_msd()
897 msdp->pkt = NULL; in move_pkt_msd()
898 msdp->count = 0; in move_pkt_msd()
916 struct multi_send_data *msdp; in netvsc_send() local
936 msdp = &nvchan->msd; in netvsc_send()
937 if (msdp->pkt) in netvsc_send()
938 msd_len = msdp->pkt->total_data_buflen; in netvsc_send()
[all …]