Home
last modified time | relevance | path

Searched defs:tid_info (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/cxgbe/
H A Doffload.h115 struct tid_info { struct
116 u_int nstids;
117 u_int stid_base;
119 u_int natids;
121 u_int nftids;
122 u_int ftid_base;
123 u_int ftid_end;
125 u_int nhpftids;
126 u_int hpftid_base;
127 u_int hpftid_end;
[all …]
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_private.h558 struct tid_info { struct
559 uint32_t set; /* table set */
560 uint16_t uidx; /* table index */
561 uint8_t type; /* table type */
562 uint8_t atype;
586 struct tid_info *ti, struct named_object **pno); argument