Searched refs:ncm (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/drivers/usb/gadget/function/ |
D | f_ncm.c | 458 static inline void ncm_reset_values(struct f_ncm *ncm) in ncm_reset_values() argument 460 ncm->parser_opts = &ndp16_opts; in ncm_reset_values() 461 ncm->is_crc = false; in ncm_reset_values() 462 ncm->port.cdc_filter = DEFAULT_FILTER; in ncm_reset_values() 465 ncm->port.header_len = 0; in ncm_reset_values() 467 ncm->port.fixed_out_len = le32_to_cpu(ntb_parameters.dwNtbOutMaxSize); in ncm_reset_values() 468 ncm->port.fixed_in_len = NTB_DEFAULT_IN_SIZE; in ncm_reset_values() 474 static void ncm_do_notify(struct f_ncm *ncm) in ncm_do_notify() argument 476 struct usb_request *req = ncm->notify_req; in ncm_do_notify() 478 struct usb_composite_dev *cdev = ncm->port.func.config->cdev; in ncm_do_notify() [all …]
|
/linux-4.1.27/Documentation/usb/ |
D | gadget_configfs.txt | 134 $ mkdir functions/ncm.usb0 # usb_f_ncm.ko gets loaded with request_module() 158 $ ln -s functions/ncm.usb0 configs/c.1 180 ./configs/c.1/ncm.usb0 -> ../../../../usb_gadget/g1/functions/ncm.usb0 187 ./functions/ncm.usb0 188 ./functions/ncm.usb0/ifname 189 ./functions/ncm.usb0/qmult 190 ./functions/ncm.usb0/host_addr 191 ./functions/ncm.usb0/dev_addr 229 $ rm configfs/c.1/ncm.usb0 265 $ rmdir functions/ncm.usb0
|
D | CREDITS | 167 - Nathan Myers <ncm@cantrip.org>, for his advice! (hope you
|
D | gadget-testing.txt | 386 The function name to use when creating the function directory is "ncm". 397 and after creating the functions/ncm.<instance name> they contain default
|
/linux-4.1.27/Documentation/networking/ |
D | eql.txt | 2 Simon "Guru Aleph-Null" Janes, simon@ncm.com 54 ftp://slaughter.ncm.com/pub/Linux/LOAD_BALANCING/eql-1.1.tar.gz. 61 -rw-r--r-- guru/ncm 198 Jan 19 18:53 1995 eql-1.1/NO-WARRANTY 62 -rw-r--r-- guru/ncm 30620 Feb 27 21:40 1995 eql-1.1/eql-1.1.patch 63 -rwxr-xr-x guru/ncm 16111 Jan 12 22:29 1995 eql-1.1/eql_enslave 64 -rw-r--r-- guru/ncm 2195 Jan 10 21:48 1995 eql-1.1/eql_enslave.c 334 To: guru@ncm.com 465 To: Simon Janes <guru@ncm.com>
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | configfs-usb-gadget-ncm | 1 What: /config/usb-gadget/gadget/functions/ncm.name
|
/linux-4.1.27/drivers/usb/gadget/legacy/ |
D | Makefile | 23 g_ncm-y := ncm.o
|
/linux-4.1.27/net/ipv4/ |
D | devinet.c | 1753 struct netconfmsg *ncm; in inet_netconf_fill_devconf() local 1760 ncm = nlmsg_data(nlh); in inet_netconf_fill_devconf() 1761 ncm->ncm_family = AF_INET; in inet_netconf_fill_devconf() 1829 struct netconfmsg *ncm; in inet_netconf_get_devconf() local 1837 err = nlmsg_parse(nlh, sizeof(*ncm), tb, NETCONFA_MAX, in inet_netconf_get_devconf()
|
/linux-4.1.27/net/ipv6/ |
D | addrconf.c | 489 struct netconfmsg *ncm; in inet6_netconf_fill_devconf() local 496 ncm = nlmsg_data(nlh); in inet6_netconf_fill_devconf() 497 ncm->ncm_family = AF_INET6; in inet6_netconf_fill_devconf() 559 struct netconfmsg *ncm; in inet6_netconf_get_devconf() local 567 err = nlmsg_parse(nlh, sizeof(*ncm), tb, NETCONFA_MAX, in inet6_netconf_get_devconf()
|