Home
last modified time | relevance | path

Searched defs:packet (Results 1 – 3 of 3) sorted by relevance

/DragonOS-0.1.7/kernel/src/driver/mouse/
Dps2_mouse.c281 int ps2_mouse_get_packet(void *packet) in ps2_mouse_get_packet()
/DragonOS-0.1.7/kernel/src/driver/usb/xhci/
Dxhci.c1065 static int xhci_setup_stage(struct xhci_ep_info_t *ep, const struct usb_request_packet_t *packet, in xhci_setup_stage()
1239 static int xhci_control_in(const int id, struct usb_request_packet_t *packet, void *target, const i… in xhci_control_in()
1313 static int xhci_control_out(const int id, struct usb_request_packet_t *packet, void *target, const … in xhci_control_out()
/DragonOS-0.1.7/kernel/src/net/
Dsocket.rs170 let packet = wire::Ipv4Packet::new_unchecked(buf); in read() localVariable
229 let mut packet: wire::Ipv4Packet<&mut Vec<u8>> = in write() localVariable