Home
last modified time | relevance | path

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

/linux/drivers/net/hyperv/
H A Dnetvsc.c1194 struct multi_send_data *msdp) in move_pkt_msd() argument
1196 *msd_skb = msdp->skb; in move_pkt_msd()
1197 *msd_send = msdp->pkt; in move_pkt_msd()
1198 msdp->skb = NULL; in move_pkt_msd()
1199 msdp->pkt = NULL; in move_pkt_msd()
1200 msdp->count = 0; in move_pkt_msd()
1239 struct multi_send_data *msdp; in netvsc_send() local
1260 msdp = &nvchan->msd; in netvsc_send()
1261 if (msdp->pkt) in netvsc_send()
1262 msd_len = msdp->pkt->total_data_buflen; in netvsc_send()
[all …]