Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/usb/
Dcdc_ncm.c66 static void cdc_ncm_tx_timeout_start(struct cdc_ncm_ctx *ctx);
78 .sizeof_stat = sizeof(((struct cdc_ncm_ctx *)0)->m), \
79 .stat_offset = offsetof(struct cdc_ncm_ctx, m) }
110 struct cdc_ncm_ctx *ctx = (struct cdc_ncm_ctx *)dev->data[0]; in cdc_ncm_get_ethtool_stats()
152 struct cdc_ncm_ctx *ctx = (struct cdc_ncm_ctx *)dev->data[0]; in cdc_ncm_check_rx_max()
175 struct cdc_ncm_ctx *ctx = (struct cdc_ncm_ctx *)dev->data[0]; in cdc_ncm_check_tx_max()
205 struct cdc_ncm_ctx *ctx = (struct cdc_ncm_ctx *)dev->data[0]; in min_tx_pkt_show()
214 struct cdc_ncm_ctx *ctx = (struct cdc_ncm_ctx *)dev->data[0]; in rx_max_show()
223 struct cdc_ncm_ctx *ctx = (struct cdc_ncm_ctx *)dev->data[0]; in tx_max_show()
232 struct cdc_ncm_ctx *ctx = (struct cdc_ncm_ctx *)dev->data[0]; in tx_timer_usecs_show()
[all …]
Dhuawei_cdc_ncm.c30 struct cdc_ncm_ctx *ctx;
68 struct cdc_ncm_ctx *ctx; in huawei_cdc_ncm_bind()
120 struct cdc_ncm_ctx *ctx = drvstate->ctx; in huawei_cdc_ncm_unbind()
135 struct cdc_ncm_ctx *ctx = drvstate->ctx; in huawei_cdc_ncm_suspend()
163 struct cdc_ncm_ctx *ctx = drvstate->ctx; in huawei_cdc_ncm_resume()
Dcdc_mbim.c31 struct cdc_ncm_ctx *ctx;
142 struct cdc_ncm_ctx *ctx; in cdc_mbim_bind()
199 struct cdc_ncm_ctx *ctx = info->ctx; in cdc_mbim_unbind()
225 struct cdc_ncm_ctx *ctx = info->ctx; in cdc_mbim_tx_fixup()
415 struct cdc_ncm_ctx *ctx = info->ctx; in cdc_mbim_rx_fixup()
510 struct cdc_ncm_ctx *ctx = info->ctx; in cdc_mbim_suspend()
538 struct cdc_ncm_ctx *ctx = info->ctx; in cdc_mbim_resume()
/Linux-v6.6/include/linux/usb/
Dcdc_ncm.h96 struct cdc_ncm_ctx { struct
160 int cdc_ncm_rx_verify_nth16(struct cdc_ncm_ctx *ctx, struct sk_buff *skb_in); argument
162 int cdc_ncm_rx_verify_nth32(struct cdc_ncm_ctx *ctx, struct sk_buff *skb_in);