Searched refs:write_packet (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/testing/selftests/drivers/net/ |
| H A D | gro.c | 331 static void write_packet(int fd, char *buf, int len, struct sockaddr_ll *daddr) in create_packet() 411 write_packet(fd, flag_buf[0], pkt_size, daddr); in send_ack() 414 write_packet(fd, flag_buf[1], pkt_size, daddr); in send_ack() 418 write_packet(fd, buf, total_hdr_len + PAYLOAD_LEN, daddr); in recompute_packet() 431 write_packet(fd, buf, total_hdr_len + payload_len1, daddr); in recompute_packet() 433 write_packet(fd, buf, total_hdr_len + payload_len2, daddr); in recompute_packet() 452 write_packet(fd, pkts[i], total_hdr_len + MSS, daddr); in tcp_write_options() 453 write_packet(fd, last, total_hdr_len + remainder, daddr); in tcp_write_options() 454 write_packet(fd, new_seg, total_hdr_len + remainder, daddr); in tcp_write_options() 463 write_packet(f in tcp_write_options() 304 static void write_packet(int fd, char *buf, int len, struct sockaddr_ll *daddr) write_packet() function [all...] |
| /linux/drivers/usb/gadget/udc/ |
| H A D | pxa27x_udc.c | 827 static int write_packet(struct pxa_ep *ep, struct pxa27x_request *req, in write_packet() function 924 count = write_packet(ep, req, max); in write_fifo() 1013 count = write_packet(ep, req, EP0_FIFO_SIZE); in write_ep0_fifo()
|
| H A D | pxa25x_udc.c | 567 write_packet(struct pxa25x_ep *ep, struct pxa25x_request *req, unsigned max) in write_packet() function 601 count = write_packet(ep, req, max); in write_fifo() 665 count = write_packet(&dev->ep[0], req, EP0_FIFO_SIZE); in write_ep0_fifo()
|
| H A D | goku_udc.c | 335 write_packet(u32 __iomem *fifo, u8 *buf, struct goku_request *req, unsigned max) in write_packet() function 373 count = write_packet(ep->reg_fifo, buf, req, ep->ep.maxpacket); in write_fifo()
|
| H A D | omap_udc.c | 330 write_packet(u8 *buf, struct omap_req *req, unsigned max) in write_packet() function 372 count = write_packet(buf, req, count); in write_fifo()
|