Home
last modified time | relevance | path

Searched refs:rndis_rm_hdr (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/usb/gadget/function/
H A Drndis.h191 int rndis_rm_hdr(struct gether *port, struct sk_buff *skb,
H A Drndis.c1070 int rndis_rm_hdr(struct gether *port, in rndis_rm_hdr() function
1095 EXPORT_SYMBOL_GPL(rndis_rm_hdr);
H A Df_rndis.c994 rndis->port.unwrap = rndis_rm_hdr; in rndis_alloc()
/openbmc/u-boot/drivers/usb/gadget/
H A Drndis.h256 int rndis_rm_hdr(void *bug, int length);
H A Drndis.c1265 int rndis_rm_hdr(void *buf, int length) in rndis_rm_hdr() function
H A Dether.c1564 int length = rndis_rm_hdr(req->buf, req->actual); in rx_complete()