Lines Matching full:send
65 * so we use synthetic path to send data. in netvsc_switch_datapath()
70 "Unable to send sw datapath msg, err: %d\n", in netvsc_switch_datapath()
81 "Retry failed to send sw datapath msg, err: %d\n", in netvsc_switch_datapath()
189 * to send a revoke msg here in netvsc_revoke_recv_buf()
192 /* Send the revoke receive buffer */ in netvsc_revoke_recv_buf()
209 * ignore the failure since we cannot send on a rescinded in netvsc_revoke_recv_buf()
220 netdev_err(ndev, "unable to send " in netvsc_revoke_recv_buf()
235 /* Deal with the send buffer we may have setup. in netvsc_revoke_send_buf()
236 * If we got a send section size, it means we received a in netvsc_revoke_send_buf()
239 * to send a revoke msg here in netvsc_revoke_send_buf()
242 /* Send the revoke receive buffer */ in netvsc_revoke_send_buf()
260 * ignore the failure since we cannot send on a rescinded in netvsc_revoke_send_buf()
271 netdev_err(ndev, "unable to send " in netvsc_revoke_send_buf()
272 "revoke send buffer to netvsp\n"); in netvsc_revoke_send_buf()
315 "unable to teardown send buffer's gpadl\n"); in netvsc_teardown_send_gpadl()
390 /* Send the gpadl notification request */ in netvsc_init_buf()
398 "unable to send receive buffer's gpadl to netvsp\n"); in netvsc_init_buf()
456 /* Now setup the send buffer. */ in netvsc_init_buf()
462 netdev_err(ndev, "unable to allocate send buffer of size %u\n", in netvsc_init_buf()
478 "unable to establish send buffer's gpadl\n"); in netvsc_init_buf()
492 /* Send the gpadl notification request */ in netvsc_init_buf()
500 "unable to send send buffer's gpadl to netvsp\n"); in netvsc_init_buf()
509 netdev_err(ndev, "Unable to complete send buffer " in netvsc_init_buf()
530 netdev_dbg(ndev, "Send section size: %d, Section count:%d\n", in netvsc_init_buf()
533 /* Setup state for managing the send buffer. */ in netvsc_init_buf()
568 /* Send the init request */ in negotiate_nvsp_ver()
587 /* NVSPv2 or later: Send NDIS config */ in negotiate_nvsp_ver()
653 /* Send the ndis version */ in netvsc_connect_vsp()
671 /* Send the init request */ in netvsc_connect_vsp()
699 * receive buffer GPADL. Do the same for send buffer. in netvsc_device_remove()
919 "Unknown send completion type %d received!!\n", in netvsc_send_completion()
1004 * In isolation VM, netvsc send buffer has been marked visible to
1005 * host and so the data copied to send buffer doesn't need to use
1007 * may not be copied to send buffer and so these pages need to be
1136 "Unable to send packet pages %u len %u, ret %d\n", in netvsc_send_pkt()
1153 /* Move packet out of multi send data (msd), and clear msd */
1169 * For small, non-LSO packets we copy the packet to a send buffer
1180 * If we do batching and send more than one packet using a single
1184 * send buffer, with the data pointers included in the NetVSC message.
1214 /* Send a control message or XDP packet directly without accessing in netvsc_send()
1215 * msd (Multi-Send Data) field which may be changed during data packet in netvsc_send()
1221 /* batch packets in send buffer if possible */ in netvsc_send()
1248 * and not doing mixed modes send and not flow blocked in netvsc_send()
1312 /* Send pending recv completions */
1367 /* Add receive complete to ring to send to host. */
1531 netdev_err(ndev, "Received wrong send-table size:%u\n", count); in netvsc_send_table()
1546 netdev_err(ndev, "Received send-table offset too big:%u\n", in netvsc_send_table()
1678 /* Send any pending receive completions */ in netvsc_poll()