Lines Matching full:send
64 * so we use synthetic path to send data. in netvsc_switch_datapath()
69 "Unable to send sw datapath msg, err: %d\n", in netvsc_switch_datapath()
80 "Retry failed to send sw datapath msg, err: %d\n", in netvsc_switch_datapath()
185 * to send a revoke msg here in netvsc_revoke_recv_buf()
188 /* Send the revoke receive buffer */ in netvsc_revoke_recv_buf()
205 * ignore the failure since we cannot send on a rescinded in netvsc_revoke_recv_buf()
216 netdev_err(ndev, "unable to send " in netvsc_revoke_recv_buf()
231 /* Deal with the send buffer we may have setup. in netvsc_revoke_send_buf()
232 * If we got a send section size, it means we received a in netvsc_revoke_send_buf()
235 * to send a revoke msg here in netvsc_revoke_send_buf()
238 /* Send the revoke receive buffer */ in netvsc_revoke_send_buf()
256 * ignore the failure since we cannot send on a rescinded in netvsc_revoke_send_buf()
267 netdev_err(ndev, "unable to send " in netvsc_revoke_send_buf()
268 "revoke send buffer to netvsp\n"); in netvsc_revoke_send_buf()
312 "unable to teardown send buffer's gpadl\n"); in netvsc_teardown_send_gpadl()
389 /* Send the gpadl notification request */ in netvsc_init_buf()
397 "unable to send receive buffer's gpadl to netvsp\n"); in netvsc_init_buf()
455 /* Now setup the send buffer. */ in netvsc_init_buf()
461 netdev_err(ndev, "unable to allocate send buffer of size %u\n", in netvsc_init_buf()
476 "unable to establish send buffer's gpadl\n"); in netvsc_init_buf()
490 /* Send the gpadl notification request */ in netvsc_init_buf()
498 "unable to send send buffer's gpadl to netvsp\n"); in netvsc_init_buf()
507 netdev_err(ndev, "Unable to complete send buffer " in netvsc_init_buf()
528 netdev_dbg(ndev, "Send section size: %d, Section count:%d\n", in netvsc_init_buf()
531 /* Setup state for managing the send buffer. */ in netvsc_init_buf()
567 /* Send the init request */ in negotiate_nvsp_ver()
586 /* NVSPv2 or later: Send NDIS config */ in negotiate_nvsp_ver()
652 /* Send the ndis version */ in netvsc_connect_vsp()
670 /* Send the init request */ in netvsc_connect_vsp()
698 * receive buffer GPADL. Do the same for send buffer. in netvsc_device_remove()
894 "Unknown send completion type %d received!!\n", in netvsc_send_completion()
1017 "Unable to send packet pages %u len %u, ret %d\n", in netvsc_send_pkt()
1034 /* Move packet out of multi send data (msd), and clear msd */
1050 * For small, non-LSO packets we copy the packet to a send buffer
1061 * If we do batching and send more than one packet using a single
1065 * send buffer, with the data pointers included in the NetVSC message.
1095 /* Send a control message or XDP packet directly without accessing in netvsc_send()
1096 * msd (Multi-Send Data) field which may be changed during data packet in netvsc_send()
1102 /* batch packets in send buffer if possible */ in netvsc_send()
1129 * and not doing mixed modes send and not flow blocked in netvsc_send()
1193 /* Send pending recv completions */
1248 /* Add receive complete to ring to send to host. */
1412 netdev_err(ndev, "Received wrong send-table size:%u\n", count); in netvsc_send_table()
1427 netdev_err(ndev, "Received send-table offset too big:%u\n", in netvsc_send_table()
1551 /* Send any pending receive completions */ in netvsc_poll()