Lines Matching full:send
149 * to send a revoke msg here in netvsc_revoke_recv_buf()
152 /* Send the revoke receive buffer */ in netvsc_revoke_recv_buf()
169 * ignore the failure since we cannot send on a rescinded in netvsc_revoke_recv_buf()
180 netdev_err(ndev, "unable to send " in netvsc_revoke_recv_buf()
195 /* Deal with the send buffer we may have setup. in netvsc_revoke_send_buf()
196 * If we got a send section size, it means we received a in netvsc_revoke_send_buf()
199 * to send a revoke msg here in netvsc_revoke_send_buf()
202 /* Send the revoke receive buffer */ in netvsc_revoke_send_buf()
220 * ignore the failure since we cannot send on a rescinded in netvsc_revoke_send_buf()
231 netdev_err(ndev, "unable to send " in netvsc_revoke_send_buf()
232 "revoke send buffer to netvsp\n"); in netvsc_revoke_send_buf()
276 "unable to teardown send buffer's gpadl\n"); in netvsc_teardown_send_gpadl()
353 /* Send the gpadl notification request */ in netvsc_init_buf()
361 "unable to send receive buffer's gpadl to netvsp\n"); in netvsc_init_buf()
409 /* Now setup the send buffer. */ in netvsc_init_buf()
415 netdev_err(ndev, "unable to allocate send buffer of size %u\n", in netvsc_init_buf()
430 "unable to establish send buffer's gpadl\n"); in netvsc_init_buf()
444 /* Send the gpadl notification request */ in netvsc_init_buf()
452 "unable to send send buffer's gpadl to netvsp\n"); in netvsc_init_buf()
461 netdev_err(ndev, "Unable to complete send buffer " in netvsc_init_buf()
482 netdev_dbg(ndev, "Send section size: %d, Section count:%d\n", in netvsc_init_buf()
485 /* Setup state for managing the send buffer. */ in netvsc_init_buf()
521 /* Send the init request */ in negotiate_nvsp_ver()
540 /* NVSPv2 or later: Send NDIS config */ in negotiate_nvsp_ver()
596 /* Send the ndis version */ in netvsc_connect_vsp()
614 /* Send the init request */ in netvsc_connect_vsp()
642 * receive buffer GPADL. Do the same for send buffer. in netvsc_device_remove()
805 "Unknown send completion type %d received!!\n", in netvsc_send_completion()
927 "Unable to send packet pages %u len %u, ret %d\n", in netvsc_send_pkt()
944 /* Move packet out of multi send data (msd), and clear msd */
985 /* Send a control message or XDP packet directly without accessing in netvsc_send()
986 * msd (Multi-Send Data) field which may be changed during data packet in netvsc_send()
992 /* batch packets in send buffer if possible */ in netvsc_send()
1019 * and not doing mixed modes send and not flow blocked in netvsc_send()
1083 /* Send pending recv completions */
1138 /* Add receive complete to ring to send to host. */
1286 netdev_err(ndev, "Received wrong send-table size:%u\n", count); in netvsc_send_table()
1301 netdev_err(ndev, "Received send-table offset too big:%u\n", in netvsc_send_table()
1422 /* Send any pending receive completions */ in netvsc_poll()