Lines Matching defs:mana_port_context
330 struct mana_port_context { struct
331 struct mana_context *ac;
332 struct net_device *ndev;
334 u8 mac_addr[ETH_ALEN];
336 enum TRI_STATE rss_state;
338 mana_handle_t default_rxobj;
339 bool tx_shortform_allowed;
340 u16 tx_vp_offset;
342 struct mana_tx_qp *tx_qp;
345 u32 indir_table[MANA_INDIRECT_TABLE_SIZE];
370 int mana_config_rss(struct mana_port_context *ac, enum TRI_STATE rx, argument