Searched refs:msd_send (Results 1 – 1 of 1) sorted by relevance
1146 static inline void move_pkt_msd(struct hv_netvsc_packet **msd_send, in move_pkt_msd() argument1151 *msd_send = msdp->pkt; in move_pkt_msd()1194 struct hv_netvsc_packet *msd_send = NULL, *cur_send = NULL; in netvsc_send() local1234 move_pkt_msd(&msd_send, &msd_skb, msdp); in netvsc_send()1280 move_pkt_msd(&msd_send, &msd_skb, msdp); in netvsc_send()1284 if (msd_send) { in netvsc_send()1285 int m_ret = netvsc_send_pkt(device, msd_send, net_device, in netvsc_send()1290 msd_send->send_buf_index); in netvsc_send()