Home
last modified time | relevance | path

Searched refs:ti_type (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/dev/pci/
Dif_tireg.h664 uint16_t ti_type; member
668 uint16_t ti_type; member
715 uint16_t ti_type; member
719 uint16_t ti_type; member
1059 struct ti_type { struct
Dif_ti.c130 static const struct ti_type ti_devs[] = {
148 static const struct ti_type *ti_type_match(struct pci_attach_args *);
746 r->ti_type = TI_BDTYPE_RECV_BD; in ti_newbuf_std()
813 r->ti_type = TI_BDTYPE_RECV_BD; in ti_newbuf_mini()
873 r->ti_type = TI_BDTYPE_RECV_JUMBO_BD; in ti_newbuf_jumbo()
1579 static const struct ti_type *
1582 const struct ti_type *t; in ti_type_match()
1604 const struct ti_type *t; in ti_probe()
1624 const struct ti_type *t; in ti_attach()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dsol-thread.c1041 ti.ti_type == TD_THR_SYSTEM ? "system" : "user ", in info_cb()