Searched refs:msd_send (Results 1 – 1 of 1) sorted by relevance
945 static inline void move_pkt_msd(struct hv_netvsc_packet **msd_send, in move_pkt_msd() argument950 *msd_send = msdp->pkt; in move_pkt_msd()973 struct hv_netvsc_packet *msd_send = NULL, *cur_send = NULL; in netvsc_send() local1013 move_pkt_msd(&msd_send, &msd_skb, msdp); in netvsc_send()1059 move_pkt_msd(&msd_send, &msd_skb, msdp); in netvsc_send()1063 if (msd_send) { in netvsc_send()1064 int m_ret = netvsc_send_pkt(device, msd_send, net_device, in netvsc_send()1069 msd_send->send_buf_index); in netvsc_send()