Home
last modified time | relevance | path

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

/freebsd/usr.sbin/cxgbetool/
H A Dtcb_common.h154 extern void set_tidtype(unsigned int tidtype);
155 extern void set_tcb_info(unsigned int tidtype, unsigned int cardtype);
H A Dtcb_common.c656 void set_tidtype(unsigned int tidtype) in set_tidtype() argument
658 if (tidtype == TIDTYPE_SCB) in set_tidtype()
662 else if (tidtype == TIDTYPE_FCB) in set_tidtype()
675 set_tcb_info(unsigned int tidtype, unsigned int cardtype) in set_tcb_info() argument
677 set_tidtype(tidtype); in set_tcb_info()