Lines Matching defs:send_packet
593 static int send_packet(struct imon_context *ictx)
666 * send_packet can get called so rapidly as to overwhelm the device,
701 return send_packet(ictx);
781 retval = send_packet(ictx);
783 pr_err("send_packet failed for packet %d\n", i);
989 retval = send_packet(ictx);
1003 retval = send_packet(ictx);
1055 retval = send_packet(ictx);
1116 * it is not, so we must acquire it prior to calling send_packet, which
1156 retval = send_packet(ictx);
1991 ret = send_packet(ictx);
2251 /* default send_packet delay is 5ms but some devices need more */