Lines Matching refs:adpt
223 int emac_mac_up(struct emac_adapter *adpt);
224 void emac_mac_down(struct emac_adapter *adpt);
225 void emac_mac_reset(struct emac_adapter *adpt);
226 void emac_mac_stop(struct emac_adapter *adpt);
227 void emac_mac_mode_config(struct emac_adapter *adpt);
228 void emac_mac_rx_process(struct emac_adapter *adpt, struct emac_rx_queue *rx_q,
230 netdev_tx_t emac_mac_tx_buf_send(struct emac_adapter *adpt,
233 void emac_mac_tx_process(struct emac_adapter *adpt, struct emac_tx_queue *tx_q);
235 struct emac_adapter *adpt);
236 int emac_mac_rx_tx_rings_alloc_all(struct emac_adapter *adpt);
237 void emac_mac_rx_tx_rings_free_all(struct emac_adapter *adpt);
238 void emac_mac_multicast_addr_clear(struct emac_adapter *adpt);
239 void emac_mac_multicast_addr_set(struct emac_adapter *adpt, u8 *addr);