Searched refs:asix_write_cmd_async (Results 1 – 1 of 1) sorted by relevance
/linux-3.3/drivers/net/usb/ |
D | asix.c | 263 asix_write_cmd_async(struct usbnet *dev, u8 cmd, u16 value, u16 index, in asix_write_cmd_async() function 608 asix_write_cmd_async(dev, AX_CMD_WRITE_MULTI_FILTER, 0, 0, in asix_set_multicast() 614 asix_write_cmd_async(dev, AX_CMD_WRITE_RX_CTL, rx_ctl, 0, 0, NULL); in asix_set_multicast() 793 asix_write_cmd_async(dev, AX_CMD_WRITE_NODE_ID, 0, 0, ETH_ALEN, in asix_set_mac_address() 846 asix_write_cmd_async(dev, AX_CMD_WRITE_MULTI_FILTER, 0, 0, in ax88172_set_multicast() 852 asix_write_cmd_async(dev, AX_CMD_WRITE_RX_CTL, rx_ctl, 0, 0, NULL); in ax88172_set_multicast()
|