Home
last modified time | relevance | path

Searched refs:qmult (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/usb/gadget/function/
A Du_ether.h27 static unsigned qmult = QMULT_DEFAULT; \
28 module_param(qmult, uint, S_IRUGO|S_IWUSR); \
29 MODULE_PARM_DESC(qmult, "queue length multiplier at high/super speed");\
92 u8 ethaddr[ETH_ALEN], unsigned qmult, const char *netname);
109 u8 ethaddr[ETH_ALEN], unsigned qmult) in gether_setup() argument
111 return gether_setup_name(g, dev_addr, host_addr, ethaddr, qmult, "usb"); in gether_setup()
226 void gether_set_qmult(struct net_device *net, unsigned qmult);
A Du_ether.c69 unsigned qmult; member
96 static inline int qlen(struct usb_gadget *gadget, unsigned qmult) in qlen() argument
100 return qmult * DEFAULT_QLEN; in qlen()
753 u8 ethaddr[ETH_ALEN], unsigned qmult, const char *netname) in gether_setup_name() argument
775 dev->qmult = qmult; in gether_setup_name()
842 dev->qmult = QMULT_DEFAULT; in gether_setup_name_default()
987 void gether_set_qmult(struct net_device *net, unsigned qmult) in gether_set_qmult() argument
992 dev->qmult = qmult; in gether_set_qmult()
1001 return dev->qmult; in gether_get_qmult()
1105 dev->qmult)); in gether_connect()
[all …]
A Du_ether_configfs.h103 unsigned qmult; \
106 qmult = gether_get_qmult(opts->net); \
108 return sprintf(page, "%d\n", qmult); \
135 CONFIGFS_ATTR(_f_##_opts_, qmult)
/linux/Documentation/ABI/testing/
A Dconfigfs-usb-gadget-ecm10 qmult
A Dconfigfs-usb-gadget-eem10 qmult queue length multiplier for high and
A Dconfigfs-usb-gadget-ncm9 qmult - queue length multiplier for high and
A Dconfigfs-usb-gadget-subset10 qmult queue length multiplier for high and
A Dconfigfs-usb-gadget-rndis10 qmult queue length multiplier for high and
/linux/Documentation/usb/
A Dgadget-testing.rst85 qmult queue length multiplier for high and super speed
93 values: qmult is 5, dev_addr and host_addr are randomly selected.
125 qmult queue length multiplier for high and super speed
133 values: qmult is 5, dev_addr and host_addr are randomly selected.
165 qmult queue length multiplier for high and super speed
173 values: qmult is 5, dev_addr and host_addr are randomly selected.
447 qmult queue length multiplier for high and super speed
455 values: qmult is 5, dev_addr and host_addr are randomly selected.
585 qmult queue length multiplier for high and super speed
593 values: qmult is 5, dev_addr and host_addr are randomly selected.
A Dgadget_configfs.rst189 ./functions/ncm.usb0/qmult
/linux/drivers/usb/gadget/legacy/
A Dmulti.c320 gether_set_qmult(ecm_opts->net, qmult); in multi_bind()
336 gether_set_qmult(rndis_opts->net, qmult); in multi_bind()
A Dncm.c139 gether_set_qmult(ncm_opts->net, qmult); in gncm_bind()
A Dcdc2.c156 gether_set_qmult(ecm_opts->net, qmult); in cdc_bind()
A Dether.c359 gether_set_qmult(net, qmult); in eth_bind()
A Dg_ffs.c359 gether_set_qmult(net, qmult); in gfs_bind()

Completed in 16 milliseconds