Searched refs:qmult (Results 1 – 2 of 2) sorted by relevance
299 - USBG_TO_UNION(usbg_f_net_attr_val, qmult, WHAT)344 @@ -226,8 +220,8 @@ static inline int usbg_f_net_get_qmult(usbg_f_net *nf, int *qmult)346 static inline int usbg_f_net_set_qmult(usbg_f_net *nf, int qmult)349 - USBG_F_NET_INT_TO_ATTR_VAL(qmult));350 + union usbg_f_net_attr_val val = {.qmult = qmult};
190 #define qmult CONFIG_USB_ETH_QMULT macro192 #define qmult 5 macro197 (DEFAULT_QLEN*((gadget->speed == USB_SPEED_HIGH) ? qmult : 1))206 #define qmult 1 macro1736 ? ((atomic_read(&dev->tx_qlen) % qmult) != 0)2458 ? ((dev->tx_qlen % qmult) != 0) : 0; in _usb_eth_send()