host_packet
struct host_packet *hp =
kmalloc(sizeof(struct host_packet), M_TEMP, M_INTWAIT | M_ZERO);
struct host_packet *hp;
TAILQ_ENTRY(host_packet) chain;
TAILQ_HEAD(, host_packet) queue;