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()
195 * to send a revoke msg here in netvsc_revoke_recv_buf()
198 /* Send the revoke receive buffer */ in netvsc_revoke_recv_buf()
215 * ignore the failure since we cannot send on a rescinded in netvsc_revoke_recv_buf()
226 netdev_err(ndev, "unable to send " in netvsc_revoke_recv_buf()
241 /* Deal with the send buffer we may have setup. in netvsc_revoke_send_buf()
242 * If we got a send section size, it means we received a in netvsc_revoke_send_buf()
245 * to send a revoke msg here in netvsc_revoke_send_buf()
248 /* Send the revoke receive buffer */ in netvsc_revoke_send_buf()
266 * ignore the failure since we cannot send on a rescinded in netvsc_revoke_send_buf()
277 netdev_err(ndev, "unable to send " in netvsc_revoke_send_buf()
278 "revoke send buffer to netvsp\n"); in netvsc_revoke_send_buf()
321 "unable to teardown send buffer's gpadl\n"); in netvsc_teardown_send_gpadl()
408 /* Send the gpadl notification request */ in netvsc_init_buf()
416 "unable to send receive buffer's gpadl to netvsp\n"); in netvsc_init_buf()
474 /* Now setup the send buffer. */ in netvsc_init_buf()
480 netdev_err(ndev, "unable to allocate send buffer of size %u\n", in netvsc_init_buf()
496 "unable to establish send buffer's gpadl\n"); in netvsc_init_buf()
521 /* Send the gpadl notification request */ in netvsc_init_buf()
529 "unable to send send buffer's gpadl to netvsp\n"); in netvsc_init_buf()
538 netdev_err(ndev, "Unable to complete send buffer " in netvsc_init_buf()
559 netdev_dbg(ndev, "Send section size: %d, Section count:%d\n", in netvsc_init_buf()
562 /* Setup state for managing the send buffer. */ in netvsc_init_buf()
597 /* Send the init request */ in negotiate_nvsp_ver()
616 /* NVSPv2 or later: Send NDIS config */ in negotiate_nvsp_ver()
682 /* Send the ndis version */ in netvsc_connect_vsp()
700 /* Send the init request */ in netvsc_connect_vsp()
728 * receive buffer GPADL. Do the same for send buffer. in netvsc_device_remove()
931 "Unknown send completion type %d received!!\n", in netvsc_send_completion()
1013 * In isolation VM, netvsc send buffer has been marked visible to
1014 * host and so the data copied to send buffer doesn't need to use
1016 * may not be copied to send buffer and so these pages need to be
1147 "Unable to send packet pages %u len %u, ret %d\n", in netvsc_send_pkt()
1164 /* Move packet out of multi send data (msd), and clear msd */
1180 * For small, non-LSO packets we copy the packet to a send buffer
1191 * If we do batching and send more than one packet using a single
1195 * send buffer, with the data pointers included in the NetVSC message.
1225 /* Send a control message or XDP packet directly without accessing in netvsc_send()
1226 * msd (Multi-Send Data) field which may be changed during data packet in netvsc_send()
1232 /* batch packets in send buffer if possible */ in netvsc_send()
1259 * and not doing mixed modes send and not flow blocked in netvsc_send()
1323 /* Send pending recv completions */
1378 /* Add receive complete to ring to send to host. */
1542 netdev_err(ndev, "Received wrong send-table size:%u\n", count); in netvsc_send_table()
1557 netdev_err(ndev, "Received send-table offset too big:%u\n", in netvsc_send_table()
1689 /* Send any pending receive completions */ in netvsc_poll()