Lines Matching refs:adpt
231 int emac_mac_up(struct emac_adapter *adpt);
232 void emac_mac_down(struct emac_adapter *adpt);
233 void emac_mac_reset(struct emac_adapter *adpt);
234 void emac_mac_stop(struct emac_adapter *adpt);
235 void emac_mac_mode_config(struct emac_adapter *adpt);
236 void emac_mac_rx_process(struct emac_adapter *adpt, struct emac_rx_queue *rx_q,
238 int emac_mac_tx_buf_send(struct emac_adapter *adpt, struct emac_tx_queue *tx_q,
240 void emac_mac_tx_process(struct emac_adapter *adpt, struct emac_tx_queue *tx_q);
242 struct emac_adapter *adpt);
243 int emac_mac_rx_tx_rings_alloc_all(struct emac_adapter *adpt);
244 void emac_mac_rx_tx_rings_free_all(struct emac_adapter *adpt);
245 void emac_mac_multicast_addr_clear(struct emac_adapter *adpt);
246 void emac_mac_multicast_addr_set(struct emac_adapter *adpt, u8 *addr);