Searched refs:asix_write_cmd_async (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/net/usb/ |
D | asix_common.c | 45 void asix_write_cmd_async(struct usbnet *dev, u8 cmd, u16 value, u16 index, in asix_write_cmd_async() function 356 asix_write_cmd_async(dev, AX_CMD_WRITE_MULTI_FILTER, 0, 0, in asix_set_multicast() 362 asix_write_cmd_async(dev, AX_CMD_WRITE_RX_CTL, rx_ctl, 0, 0, NULL); in asix_set_multicast() 580 asix_write_cmd_async(dev, AX_CMD_WRITE_NODE_ID, 0, 0, ETH_ALEN, in asix_set_mac_address()
|
D | asix.h | 190 void asix_write_cmd_async(struct usbnet *dev, u8 cmd, u16 value,
|
D | asix_devices.c | 163 asix_write_cmd_async(dev, AX_CMD_WRITE_MULTI_FILTER, 0, 0, in ax88172_set_multicast() 169 asix_write_cmd_async(dev, AX_CMD_WRITE_RX_CTL, rx_ctl, 0, 0, NULL); in ax88172_set_multicast()
|