Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/hyperv/
Dnetvsc.c1142 struct multi_send_data *msdp) in move_pkt_msd() argument
1144 *msd_skb = msdp->skb; in move_pkt_msd()
1145 *msd_send = msdp->pkt; in move_pkt_msd()
1146 msdp->skb = NULL; in move_pkt_msd()
1147 msdp->pkt = NULL; in move_pkt_msd()
1148 msdp->count = 0; in move_pkt_msd()
1187 struct multi_send_data *msdp; in netvsc_send() local
1208 msdp = &nvchan->msd; in netvsc_send()
1209 if (msdp->pkt) in netvsc_send()
1210 msd_len = msdp->pkt->total_data_buflen; in netvsc_send()
[all …]