Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/cxgbe/
H A Doffload.h125 struct tid_info { struct
126 u_int nstids;
129 u_int natids;
131 u_int nftids;
133 u_int ftid_end;
135 u_int nhpftids;
139 u_int ntids;
140 u_int tid_base;
142 u_int netids;
144 u_int etid_end;
[all …]
/freebsd-13.1/sys/netpfil/ipfw/
H A Dip_fw_private.h559 struct tid_info { struct
560 uint32_t set; /* table set */
561 uint16_t uidx; /* table index */
562 uint8_t type; /* table type */
563 uint8_t atype;
587 struct tid_info *ti, struct named_object **pno); argument