Lines Matching refs:qmult
71 unsigned qmult; member
96 static inline int qlen(struct usb_gadget *gadget, unsigned qmult) in qlen() argument
100 return qmult * DEFAULT_QLEN; in qlen()
601 ? ((atomic_read(&dev->tx_qlen) % dev->qmult) != 0) in eth_start_xmit()
770 u8 ethaddr[ETH_ALEN], unsigned qmult, const char *netname) in gether_setup_name() argument
791 dev->qmult = qmult; in gether_setup_name()
853 dev->qmult = QMULT_DEFAULT; in gether_setup_name_default()
985 void gether_set_qmult(struct net_device *net, unsigned qmult) in gether_set_qmult() argument
990 dev->qmult = qmult; in gether_set_qmult()
999 return dev->qmult; in gether_get_qmult()
1071 dev->qmult)); in gether_connect()
1075 DBG(dev, "qlen %d\n", qlen(dev->gadget, dev->qmult)); in gether_connect()