Searched refs:msdp (Results 1 – 1 of 1) sorted by relevance
1167 struct multi_send_data *msdp) in move_pkt_msd() argument1169 *msd_skb = msdp->skb; in move_pkt_msd()1170 *msd_send = msdp->pkt; in move_pkt_msd()1171 msdp->skb = NULL; in move_pkt_msd()1172 msdp->pkt = NULL; in move_pkt_msd()1173 msdp->count = 0; in move_pkt_msd()1212 struct multi_send_data *msdp; in netvsc_send() local1233 msdp = &nvchan->msd; in netvsc_send()1234 if (msdp->pkt) in netvsc_send()1235 msd_len = msdp->pkt->total_data_buflen; in netvsc_send()[all …]