Searched defs:tp_params (Results 1 – 3 of 3) sorted by relevance
161 struct tp_params { struct162 unsigned int pm_size;163 unsigned int cm_size;187 struct tp_params tp; argument
302 struct tp_params { struct303 unsigned int nchan; /* # of channels */304 unsigned int pmrx_size; /* total PMRX capacity */305 unsigned int pmtx_size; /* total PMTX capacity */306 unsigned int cm_size; /* total CM capacity */307 unsigned int chan_rx_size; /* per channel Rx size */308 unsigned int chan_tx_size; /* per channel Tx size */309 unsigned int rx_pg_size; /* Rx page size */310 unsigned int tx_pg_size; /* Tx page size */311 unsigned int rx_num_pgs; /* # of Rx pages */[all …]
252 struct tp_params { struct253 unsigned int tre; /* log2 of core clocks per TP tick */254 unsigned int la_mask; /* what events are recorded by TP LA */255 unsigned short tx_modq_map; /* TX modulation scheduler queue to */258 uint32_t dack_re; /* DACK timer resolution */259 unsigned short tx_modq[NCHAN]; /* channel to modulation queue map */261 u32 vlan_pri_map; /* cached TP_VLAN_PRI_MAP */262 u32 ingress_config; /* cached TP_INGRESS_CONFIG */275 int vlan_shift;276 int vnic_shift;[all …]