Searched refs:msd_send (Results 1 – 1 of 1) sorted by relevance
1165 static inline void move_pkt_msd(struct hv_netvsc_packet **msd_send, in move_pkt_msd() argument1170 *msd_send = msdp->pkt; in move_pkt_msd()1213 struct hv_netvsc_packet *msd_send = NULL, *cur_send = NULL; in netvsc_send() local1253 move_pkt_msd(&msd_send, &msd_skb, msdp); in netvsc_send()1299 move_pkt_msd(&msd_send, &msd_skb, msdp); in netvsc_send()1303 if (msd_send) { in netvsc_send()1304 int m_ret = netvsc_send_pkt(device, msd_send, net_device, in netvsc_send()1309 msd_send->send_buf_index); in netvsc_send()