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.h529 struct tid_info { struct
530 uint32_t set; /* table set */
531 uint32_t uidx; /* table index */
532 uint8_t type; /* table type */
533 uint8_t atype;
557 struct tid_info *ti, struct named_object **pno); argument