Searched refs:asix_write_cmd_async (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/usb/ |
D | asix_common.c | 58 void asix_write_cmd_async(struct usbnet *dev, u8 cmd, u16 value, u16 index, in asix_write_cmd_async() function 435 asix_write_cmd_async(dev, AX_CMD_WRITE_MULTI_FILTER, 0, 0, in asix_set_multicast() 441 asix_write_cmd_async(dev, AX_CMD_WRITE_RX_CTL, rx_ctl, 0, 0, NULL); in asix_set_multicast() 759 asix_write_cmd_async(dev, AX_CMD_WRITE_NODE_ID, 0, 0, ETH_ALEN, in asix_set_mac_address()
|
D | asix.h | 194 void asix_write_cmd_async(struct usbnet *dev, u8 cmd, u16 value,
|
D | asix_devices.c | 162 asix_write_cmd_async(dev, AX_CMD_WRITE_MULTI_FILTER, 0, 0, in ax88172_set_multicast() 168 asix_write_cmd_async(dev, AX_CMD_WRITE_RX_CTL, rx_ctl, 0, 0, NULL); in ax88172_set_multicast()
|