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 …]
226 struct tp_params { struct227 unsigned int ntxchan; /* # of Tx channels */228 unsigned int tre; /* log2 of core clocks per TP tick */229 unsigned int la_mask; /* what events are recorded by TP LA */230 unsigned short tx_modq_map; /* TX modulation scheduler queue to */233 uint32_t dack_re; /* DACK timer resolution */234 unsigned short tx_modq[NCHAN]; /* channel to modulation queue map */236 u32 vlan_pri_map; /* cached TP_VLAN_PRI_MAP */237 u32 ingress_config; /* cached TP_INGRESS_CONFIG */250 int vlan_shift;[all …]