Searched defs:xlr_gmac_block_t (Results 1 – 1 of 1) sorted by relevance
218 struct xlr_gmac_block_t { /* refers to the set of GMACs controlled by a struct220 int type; /* see enum gmac_block_types */221 unsigned int enabled; /* mask of ports enabled */ 222 struct stn_cc *credit_config; /* credit configuration */223 int station_id; /* station id for sending msgs */224 int station_txbase; /* station id for tx */225 int station_rfr; /* free desc bucket */226 int mode; /* see gmac_block_modes */227 uint32_t baseaddr; /* IO base */228 int baseirq; /* first irq for this block, the rest are in sequence */[all …]