Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/hyperv/
Dnetvsc.c1037 struct multi_send_data *msdp) in move_pkt_msd() argument
1039 *msd_skb = msdp->skb; in move_pkt_msd()
1040 *msd_send = msdp->pkt; in move_pkt_msd()
1041 msdp->skb = NULL; in move_pkt_msd()
1042 msdp->pkt = NULL; in move_pkt_msd()
1043 msdp->count = 0; in move_pkt_msd()
1082 struct multi_send_data *msdp; in netvsc_send() local
1103 msdp = &nvchan->msd; in netvsc_send()
1104 if (msdp->pkt) in netvsc_send()
1105 msd_len = msdp->pkt->total_data_buflen; in netvsc_send()
[all …]