Searched refs:msd_send (Results 1 – 1 of 1) sorted by relevance
890 static inline void move_pkt_msd(struct hv_netvsc_packet **msd_send, in move_pkt_msd() argument895 *msd_send = msdp->pkt; in move_pkt_msd()917 struct hv_netvsc_packet *msd_send = NULL, *cur_send = NULL; in netvsc_send() local956 move_pkt_msd(&msd_send, &msd_skb, msdp); in netvsc_send()1002 move_pkt_msd(&msd_send, &msd_skb, msdp); in netvsc_send()1006 if (msd_send) { in netvsc_send()1007 int m_ret = netvsc_send_pkt(device, msd_send, net_device, in netvsc_send()1012 msd_send->send_buf_index); in netvsc_send()