Searched refs:msd_send (Results 1 – 1 of 1) sorted by relevance
1192 static inline void move_pkt_msd(struct hv_netvsc_packet **msd_send, in move_pkt_msd() argument1197 *msd_send = msdp->pkt; in move_pkt_msd()1240 struct hv_netvsc_packet *msd_send = NULL, *cur_send = NULL; in netvsc_send() local1280 move_pkt_msd(&msd_send, &msd_skb, msdp); in netvsc_send()1326 move_pkt_msd(&msd_send, &msd_skb, msdp); in netvsc_send()1330 if (msd_send) { in netvsc_send()1331 int m_ret = netvsc_send_pkt(device, msd_send, net_device, in netvsc_send()1336 msd_send->send_buf_index); in netvsc_send()