Home
last modified time | relevance | path

Searched refs:ncm (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/usb/gadget/function/
A Df_ncm.c529 ncm->ndp_sign = ncm->parser_opts->ndp_sign; in ncm_reset_values()
842 ncm->ndp_sign = ncm->parser_opts->ndp_sign | in ncm_setup()
1068 ncm->skb_tx_data->dev = ncm->netdev; in ncm_wrap_ntb()
1087 ncm->skb_tx_ndp->dev = ncm->netdev; in ncm_wrap_ntb()
1514 ncm->notify_req->context = ncm; in ncm_bind()
1552 ncm->port.in_ep->name, ncm->port.out_ep->name, in ncm_bind()
1562 usb_ep_free_request(ncm->notify, ncm->notify_req); in ncm_bind()
1684 usb_ep_dequeue(ncm->notify, ncm->notify_req); in ncm_unbind()
1689 usb_ep_free_request(ncm->notify, ncm->notify_req); in ncm_unbind()
1699 ncm = kzalloc(sizeof(*ncm), GFP_KERNEL); in ncm_alloc()
[all …]
/linux/net/ncsi/
A Dncsi-rsp.c163 if (ncm->enable) in ncsi_rsp_handler_ec()
166 ncm->enable = 1; in ncsi_rsp_handler_ec()
190 if (!ncm->enable) in ncsi_rsp_handler_dc()
193 ncm->enable = 0; in ncsi_rsp_handler_dc()
234 if (ncm->enable) in ncsi_rsp_handler_ecnt()
237 ncm->enable = 1; in ncsi_rsp_handler_ecnt()
259 ncm->enable = 0; in ncsi_rsp_handler_dcnt()
280 if (ncm->enable) in ncsi_rsp_handler_ae()
285 ncm->enable = 1; in ncsi_rsp_handler_ae()
400 if (ncm->enable) in ncsi_rsp_handler_ev()
[all …]
A Dncsi-aen.c50 struct ncsi_channel_mode *ncm; in ncsi_aen_handler_lsc() local
68 ncm = &nc->modes[NCSI_MODE_LINK]; in ncsi_aen_handler_lsc()
69 old_data = ncm->data[2]; in ncsi_aen_handler_lsc()
71 ncm->data[2] = data; in ncsi_aen_handler_lsc()
72 ncm->data[4] = ntohl(lsc->oem_status); in ncsi_aen_handler_lsc()
106 ncm = &nc->modes[NCSI_MODE_TX_ENABLE]; in ncsi_aen_handler_lsc()
110 } else if (ncm->enable) { in ncsi_aen_handler_lsc()
124 if (ncm->enable && in ncsi_aen_handler_lsc()
176 struct ncsi_channel_mode *ncm; in ncsi_aen_handler_hncdsc() local
186 ncm = &nc->modes[NCSI_MODE_LINK]; in ncsi_aen_handler_hncdsc()
[all …]
A Dncsi-manage.c94 struct ncsi_channel_mode *ncm; in ncsi_channel_monitor() local
146 ncm = &nc->modes[NCSI_MODE_LINK]; in ncsi_channel_monitor()
150 ncm->data[2] &= ~0x1; in ncsi_channel_monitor()
865 struct ncsi_channel_mode *ncm; in ncsi_channel_is_tx() local
876 ncm = &channel->modes[NCSI_MODE_TX_ENABLE]; in ncsi_channel_is_tx()
877 if (ncm->enable) in ncsi_channel_is_tx()
1231 struct ncsi_channel_mode *ncm; in ncsi_choose_active_channel() local
1268 ncm = &nc->modes[NCSI_MODE_LINK]; in ncsi_choose_active_channel()
1269 if (ncm->data[2] & 0x1) { in ncsi_choose_active_channel()
1287 ncm->data[2] & 0x1 ? "up" : "down"); in ncsi_choose_active_channel()
/linux/Documentation/usb/
A Dgadget_configfs.rst134 $ 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
233 $ rm configs/c.1/ncm.usb0
269 $ rmdir functions/ncm.usb0
A DCREDITS167 - Nathan Myers <ncm@cantrip.org>, for his advice! (hope you
A Dgadget-testing.rst441 The function name to use when creating the function directory is "ncm".
454 and after creating the functions/ncm.<instance name> they contain default
/linux/Documentation/networking/
A Deql.rst7 Simon "Guru Aleph-Null" Janes, simon@ncm.com
63 ftp://slaughter.ncm.com/pub/Linux/LOAD_BALANCING/eql-1.1.tar.gz.
67 -rw-r--r-- guru/ncm 198 Jan 19 18:53 1995 eql-1.1/NO-WARRANTY
68 -rw-r--r-- guru/ncm 30620 Feb 27 21:40 1995 eql-1.1/eql-1.1.patch
69 -rwxr-xr-x guru/ncm 16111 Jan 12 22:29 1995 eql-1.1/eql_enslave
70 -rw-r--r-- guru/ncm 2195 Jan 10 21:48 1995 eql-1.1/eql_enslave.c
238 To: guru@ncm.com
365 To: Simon Janes <guru@ncm.com>
/linux/Documentation/ABI/testing/
A Dconfigfs-usb-gadget-ncm1 What: /config/usb-gadget/gadget/functions/ncm.name
/linux/drivers/usb/gadget/legacy/
A DMakefile24 g_ncm-y := ncm.o
/linux/net/mpls/
A Daf_mpls.c1137 struct netconfmsg *ncm; in mpls_netconf_fill_devconf() local
1148 ncm = nlmsg_data(nlh); in mpls_netconf_fill_devconf()
1149 ncm->ncm_family = AF_MPLS; in mpls_netconf_fill_devconf()
1313 struct netconfmsg *ncm; in mpls_netconf_dump_devconf() local
1315 if (nlh->nlmsg_len < nlmsg_msg_size(sizeof(*ncm))) { in mpls_netconf_dump_devconf()
1320 if (nlmsg_attrlen(nlh, sizeof(*ncm))) { in mpls_netconf_dump_devconf()
/linux/net/ipv4/
A Ddevinet.c2036 struct netconfmsg *ncm; in inet_netconf_fill_devconf() local
2047 ncm = nlmsg_data(nlh); in inet_netconf_fill_devconf()
2048 ncm->ncm_family = AF_INET; in inet_netconf_fill_devconf()
2235 struct netconfmsg *ncm; in inet_netconf_dump_devconf() local
2237 if (nlh->nlmsg_len < nlmsg_msg_size(sizeof(*ncm))) { in inet_netconf_dump_devconf()
2242 if (nlmsg_attrlen(nlh, sizeof(*ncm))) { in inet_netconf_dump_devconf()
/linux/net/ipv6/
A Daddrconf.c531 struct netconfmsg *ncm; in inet6_netconf_fill_devconf() local
542 ncm = nlmsg_data(nlh); in inet6_netconf_fill_devconf()
543 ncm->ncm_family = AF_INET6; in inet6_netconf_fill_devconf()
724 struct netconfmsg *ncm; in inet6_netconf_dump_devconf() local
726 if (nlh->nlmsg_len < nlmsg_msg_size(sizeof(*ncm))) { in inet6_netconf_dump_devconf()
731 if (nlmsg_attrlen(nlh, sizeof(*ncm))) { in inet6_netconf_dump_devconf()

Completed in 68 milliseconds