Home
last modified time | relevance | path

Searched refs:twa_command_header (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/pci/
H A Dtwareg.h396 struct twa_command_header { struct
424 uint8_t padding[1024 - sizeof(struct twa_command_header)]; argument
450 struct twa_command_header cmd_hdr;
H A Dtwa.c115 struct twa_command_header *);
1083 sizeof(struct twa_command_header)); in twa_start()
1112 sizeof(struct twa_command_header)); in twa_start()
1116 sizeof(struct twa_command_header)); in twa_start()
1249 struct twa_command_header *cmd_hdr; in twa_drain_aen_queue()
1296 cmd_hdr = (struct twa_command_header *)(tr->tr_data); in twa_drain_aen_queue()
2738 struct twa_command_header *cmd_hdr = in twa_aen_callback()
2739 (struct twa_command_header *)(tr->tr_data); in twa_aen_callback()
2778 twa_enqueue_aen(struct twa_softc *sc, struct twa_command_header *cmd_hdr) in twa_enqueue_aen()
2899 sizeof(struct twa_command_header) + 28); in twa_request_init()