Home
last modified time | relevance | path

Searched refs:cdc_ncm_ctx (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/usb/
H A Dcdc_ncm.c65 static void cdc_ncm_tx_timeout_start(struct cdc_ncm_ctx *ctx);
77 .sizeof_stat = sizeof(((struct cdc_ncm_ctx *)0)->m), \
78 .stat_offset = offsetof(struct cdc_ncm_ctx, m) }
109 struct cdc_ncm_ctx *ctx = (struct cdc_ncm_ctx *)dev->data[0]; in cdc_ncm_get_ethtool_stats()
151 struct cdc_ncm_ctx *ctx = (struct cdc_ncm_ctx *)dev->data[0]; in cdc_ncm_check_rx_max()
174 struct cdc_ncm_ctx *ctx = (struct cdc_ncm_ctx *)dev->data[0]; in cdc_ncm_check_tx_max()
200 struct cdc_ncm_ctx *ctx = (struct cdc_ncm_ctx *)dev->data[0]; in cdc_ncm_show_min_tx_pkt()
208 struct cdc_ncm_ctx *ctx = (struct cdc_ncm_ctx *)dev->data[0]; in cdc_ncm_show_rx_max()
216 struct cdc_ncm_ctx *ctx = (struct cdc_ncm_ctx *)dev->data[0]; in cdc_ncm_show_tx_max()
224 struct cdc_ncm_ctx *ctx = (struct cdc_ncm_ctx *)dev->data[0]; in cdc_ncm_show_tx_timer_usecs()
[all …]
H A Dhuawei_cdc_ncm.c30 struct cdc_ncm_ctx *ctx;
68 struct cdc_ncm_ctx *ctx; in huawei_cdc_ncm_bind()
119 struct cdc_ncm_ctx *ctx = drvstate->ctx; in huawei_cdc_ncm_unbind()
134 struct cdc_ncm_ctx *ctx = drvstate->ctx; in huawei_cdc_ncm_suspend()
162 struct cdc_ncm_ctx *ctx = drvstate->ctx; in huawei_cdc_ncm_resume()
H A Dcdc_mbim.c30 struct cdc_ncm_ctx *ctx;
141 struct cdc_ncm_ctx *ctx; in cdc_mbim_bind()
197 struct cdc_ncm_ctx *ctx = info->ctx; in cdc_mbim_unbind()
223 struct cdc_ncm_ctx *ctx = info->ctx; in cdc_mbim_tx_fixup()
413 struct cdc_ncm_ctx *ctx = info->ctx; in cdc_mbim_rx_fixup()
508 struct cdc_ncm_ctx *ctx = info->ctx; in cdc_mbim_suspend()
536 struct cdc_ncm_ctx *ctx = info->ctx; in cdc_mbim_resume()
/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dcdc_ncm.h96 struct cdc_ncm_ctx { struct
158 int cdc_ncm_rx_verify_nth16(struct cdc_ncm_ctx *ctx, struct sk_buff *skb_in); argument
160 int cdc_ncm_rx_verify_nth32(struct cdc_ncm_ctx *ctx, struct sk_buff *skb_in);