Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dcommon.h251 struct tp_params { struct
258 int vnic_mode;
259 uint32_t max_rx_pdu;
260 uint32_t max_tx_pdu;
261 bool rx_pkt_encap;
263 int8_t fcoe_shift;
264 int8_t port_shift;
265 int8_t vnic_shift;
266 int8_t vlan_shift;
267 int8_t tos_shift;
[all …]
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_common.h292 struct tp_params { struct
293 unsigned int nchan; /* # of channels */
294 unsigned int pmrx_size; /* total PMRX capacity */
295 unsigned int pmtx_size; /* total PMTX capacity */
296 unsigned int cm_size; /* total CM capacity */
297 unsigned int chan_rx_size; /* per channel Rx size */
299 unsigned int rx_pg_size; /* Rx page size */
300 unsigned int tx_pg_size; /* Tx page size */
301 unsigned int rx_num_pgs; /* # of Rx pages */
302 unsigned int tx_num_pgs; /* # of Tx pages */
[all …]