Searched refs:msdp (Results 1 – 1 of 1) sorted by relevance
1148 struct multi_send_data *msdp) in move_pkt_msd() argument1150 *msd_skb = msdp->skb; in move_pkt_msd()1151 *msd_send = msdp->pkt; in move_pkt_msd()1152 msdp->skb = NULL; in move_pkt_msd()1153 msdp->pkt = NULL; in move_pkt_msd()1154 msdp->count = 0; in move_pkt_msd()1193 struct multi_send_data *msdp; in netvsc_send() local1214 msdp = &nvchan->msd; in netvsc_send()1215 if (msdp->pkt) in netvsc_send()1216 msd_len = msdp->pkt->total_data_buflen; in netvsc_send()[all …]