Lines Matching refs:adap
201 struct adapter *adap; member
285 static inline struct port_info *adap2pinfo(struct adapter *adap, int idx) in adap2pinfo() argument
287 return netdev_priv(adap->port[idx]); in adap2pinfo()
292 struct adapter *adap = phy->adapter; in phy2portid() local
293 struct port_info *port0 = adap2pinfo(adap, 0); in phy2portid()
312 void t3_os_phymod_changed(struct adapter *adap, int port_id);
316 void t3_sge_start(struct adapter *adap);
317 void t3_sge_stop(struct adapter *adap);
318 void t3_start_sge_timers(struct adapter *adap);
319 void t3_stop_sge_timers(struct adapter *adap);
320 void t3_free_sge_resources(struct adapter *adap);
322 irq_handler_t t3_intr_handler(struct adapter *adap, int polling);
324 int t3_mgmt_tx(struct adapter *adap, struct sk_buff *skb);