Lines Matching refs:addr
190 /* 39:0 (TX/RX) bits 0-39 of buf addr
269 void (*rx_buffer_write)(struct bcmasp_intf *intf, dma_addr_t addr);
270 void (*rx_desc_write)(struct bcmasp_intf *intf, dma_addr_t addr);
272 void (*tx_write)(struct bcmasp_intf *intf, dma_addr_t addr);
359 u8 addr[ETH_ALEN];
419 dma_addr_t addr)
421 intf->ops->rx_buffer_write(intf, addr);
425 dma_addr_t addr)
427 intf->ops->rx_desc_write(intf, addr);
436 dma_addr_t addr)
438 intf->ops->tx_write(intf, addr);
558 void bcmasp_set_oaddr(struct bcmasp_intf *intf, const unsigned char *addr,
561 int bcmasp_set_en_mda_filter(struct bcmasp_intf *intf, unsigned char *addr,