Home
last modified time | relevance | path

Searched refs:rx_cfg (Results 1 – 25 of 98) sorted by relevance

1234

/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/hsi/
H A Dhsi_core.c63 kfree(cl->rx_cfg.channels); in hsi_client_release()
86 cl->rx_cfg = info->rx_cfg; in hsi_new_client()
87 if (cl->rx_cfg.channels) { in hsi_new_client()
88 size = cl->rx_cfg.num_channels * sizeof(*cl->rx_cfg.channels); in hsi_new_client()
89 cl->rx_cfg.channels = kmemdup(info->rx_cfg.channels, size, in hsi_new_client()
91 if (!cl->rx_cfg.channels) in hsi_new_client()
216 &cl->rx_cfg.mode); in hsi_add_client_from_dt()
225 cl->rx_cfg.mode = mode; in hsi_add_client_from_dt()
236 &cl->rx_cfg.flow); in hsi_add_client_from_dt()
256 if (!cl->rx_cfg.channels) { in hsi_add_client_from_dt()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/hsi/
H A Dhsi_core.c63 kfree(cl->rx_cfg.channels); in hsi_client_release()
86 cl->rx_cfg = info->rx_cfg; in hsi_new_client()
87 if (cl->rx_cfg.channels) { in hsi_new_client()
88 size = cl->rx_cfg.num_channels * sizeof(*cl->rx_cfg.channels); in hsi_new_client()
89 cl->rx_cfg.channels = kmemdup(info->rx_cfg.channels, size, in hsi_new_client()
91 if (!cl->rx_cfg.channels) in hsi_new_client()
216 &cl->rx_cfg.mode); in hsi_add_client_from_dt()
225 cl->rx_cfg.mode = mode; in hsi_add_client_from_dt()
236 &cl->rx_cfg.flow); in hsi_add_client_from_dt()
256 if (!cl->rx_cfg.channels) { in hsi_add_client_from_dt()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/hsi/
H A Dhsi_core.c63 kfree(cl->rx_cfg.channels); in hsi_client_release()
86 cl->rx_cfg = info->rx_cfg; in hsi_new_client()
87 if (cl->rx_cfg.channels) { in hsi_new_client()
88 size = cl->rx_cfg.num_channels * sizeof(*cl->rx_cfg.channels); in hsi_new_client()
89 cl->rx_cfg.channels = kmemdup(info->rx_cfg.channels, size, in hsi_new_client()
91 if (!cl->rx_cfg.channels) in hsi_new_client()
216 &cl->rx_cfg.mode); in hsi_add_client_from_dt()
225 cl->rx_cfg.mode = mode; in hsi_add_client_from_dt()
236 &cl->rx_cfg.flow); in hsi_add_client_from_dt()
256 if (!cl->rx_cfg.channels) { in hsi_add_client_from_dt()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/pi433/
H A Dpi433_if.c89 struct pi433_rx_cfg rx_cfg; member
183 rx_cfg->bw_exponent); in rf69_set_rx_cfg()
187 rx_cfg->bw_exponent); in rf69_set_rx_cfg()
190 ret = rf69_set_dagc(dev->spi, rx_cfg->dagc); in rf69_set_rx_cfg()
198 if (rx_cfg->enable_sync == OPTION_ON) { in rf69_set_rx_cfg()
226 rx_cfg->enable_address_filtering); in rf69_set_rx_cfg()
230 if (rx_cfg->enable_crc == OPTION_ON) { in rf69_set_rx_cfg()
264 if (rx_cfg->enable_sync == OPTION_ON) { in rf69_set_rx_cfg()
274 rx_cfg->broadcast_address); in rf69_set_rx_cfg()
903 if (copy_to_user(argp, &device->rx_cfg, in pi433_ioctl()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/pi433/
H A Dpi433_if.c89 struct pi433_rx_cfg rx_cfg; member
183 rx_cfg->bw_exponent); in rf69_set_rx_cfg()
187 rx_cfg->bw_exponent); in rf69_set_rx_cfg()
190 ret = rf69_set_dagc(dev->spi, rx_cfg->dagc); in rf69_set_rx_cfg()
198 if (rx_cfg->enable_sync == OPTION_ON) { in rf69_set_rx_cfg()
226 rx_cfg->enable_address_filtering); in rf69_set_rx_cfg()
230 if (rx_cfg->enable_crc == OPTION_ON) { in rf69_set_rx_cfg()
264 if (rx_cfg->enable_sync == OPTION_ON) { in rf69_set_rx_cfg()
274 rx_cfg->broadcast_address); in rf69_set_rx_cfg()
903 if (copy_to_user(argp, &device->rx_cfg, in pi433_ioctl()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/pi433/
H A Dpi433_if.c89 struct pi433_rx_cfg rx_cfg; member
183 rx_cfg->bw_exponent); in rf69_set_rx_cfg()
187 rx_cfg->bw_exponent); in rf69_set_rx_cfg()
190 ret = rf69_set_dagc(dev->spi, rx_cfg->dagc); in rf69_set_rx_cfg()
198 if (rx_cfg->enable_sync == OPTION_ON) { in rf69_set_rx_cfg()
226 rx_cfg->enable_address_filtering); in rf69_set_rx_cfg()
230 if (rx_cfg->enable_crc == OPTION_ON) { in rf69_set_rx_cfg()
264 if (rx_cfg->enable_sync == OPTION_ON) { in rf69_set_rx_cfg()
274 rx_cfg->broadcast_address); in rf69_set_rx_cfg()
903 if (copy_to_user(argp, &device->rx_cfg, in pi433_ioctl()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/google/gve/
H A Dgve_main.c118 priv->rx_cfg.num_queues; in gve_alloc_stats_report()
225 priv->rx_cfg.max_queues = min_t(int, priv->rx_cfg.max_queues, in gve_alloc_notify_blocks()
230 priv->rx_cfg.max_queues); in gve_alloc_notify_blocks()
233 if (priv->rx_cfg.num_queues > priv->rx_cfg.max_queues) in gve_alloc_notify_blocks()
234 priv->rx_cfg.num_queues = priv->rx_cfg.max_queues; in gve_alloc_notify_blocks()
467 priv->rx_cfg.num_queues); in gve_create_rings()
474 priv->rx_cfg.num_queues); in gve_create_rings()
860 priv->rx_cfg = new_rx_config; in gve_adjust_queues()
870 priv->rx_cfg = new_rx_config; in gve_adjust_queues()
1128 priv->rx_cfg.max_queues = in gve_init_priv()
[all …]
H A Dgve_ethtool.c89 for (i = 0; i < priv->rx_cfg.num_queues; i++) { in gve_get_strings()
128 (priv->rx_cfg.num_queues * NUM_GVE_RX_CNTS) + in gve_get_sset_count()
171 ring < priv->rx_cfg.num_queues; ring++) { in gve_get_ethtool_stats()
233 GVE_RX_STATS_REPORT_NUM * priv->rx_cfg.num_queues; in gve_get_ethtool_stats()
252 for (ring = 0; ring < priv->rx_cfg.num_queues; ring++) { in gve_get_ethtool_stats()
288 i += priv->rx_cfg.num_queues * NUM_GVE_RX_CNTS; in gve_get_ethtool_stats()
369 cmd->max_rx = priv->rx_cfg.max_queues; in gve_get_channels()
373 cmd->rx_count = priv->rx_cfg.num_queues; in gve_get_channels()
384 struct gve_queue_config new_rx_cfg = priv->rx_cfg; in gve_set_channels()
400 priv->rx_cfg.num_queues = new_rx; in gve_set_channels()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/google/gve/
H A Dgve_main.c118 priv->rx_cfg.num_queues; in gve_alloc_stats_report()
225 priv->rx_cfg.max_queues = min_t(int, priv->rx_cfg.max_queues, in gve_alloc_notify_blocks()
230 priv->rx_cfg.max_queues); in gve_alloc_notify_blocks()
233 if (priv->rx_cfg.num_queues > priv->rx_cfg.max_queues) in gve_alloc_notify_blocks()
234 priv->rx_cfg.num_queues = priv->rx_cfg.max_queues; in gve_alloc_notify_blocks()
467 priv->rx_cfg.num_queues); in gve_create_rings()
474 priv->rx_cfg.num_queues); in gve_create_rings()
860 priv->rx_cfg = new_rx_config; in gve_adjust_queues()
870 priv->rx_cfg = new_rx_config; in gve_adjust_queues()
1128 priv->rx_cfg.max_queues = in gve_init_priv()
[all …]
H A Dgve_ethtool.c89 for (i = 0; i < priv->rx_cfg.num_queues; i++) { in gve_get_strings()
128 (priv->rx_cfg.num_queues * NUM_GVE_RX_CNTS) + in gve_get_sset_count()
171 ring < priv->rx_cfg.num_queues; ring++) { in gve_get_ethtool_stats()
233 GVE_RX_STATS_REPORT_NUM * priv->rx_cfg.num_queues; in gve_get_ethtool_stats()
252 for (ring = 0; ring < priv->rx_cfg.num_queues; ring++) { in gve_get_ethtool_stats()
288 i += priv->rx_cfg.num_queues * NUM_GVE_RX_CNTS; in gve_get_ethtool_stats()
369 cmd->max_rx = priv->rx_cfg.max_queues; in gve_get_channels()
373 cmd->rx_count = priv->rx_cfg.num_queues; in gve_get_channels()
384 struct gve_queue_config new_rx_cfg = priv->rx_cfg; in gve_set_channels()
400 priv->rx_cfg.num_queues = new_rx; in gve_set_channels()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/google/gve/
H A Dgve_main.c118 priv->rx_cfg.num_queues; in gve_alloc_stats_report()
225 priv->rx_cfg.max_queues = min_t(int, priv->rx_cfg.max_queues, in gve_alloc_notify_blocks()
230 priv->rx_cfg.max_queues); in gve_alloc_notify_blocks()
233 if (priv->rx_cfg.num_queues > priv->rx_cfg.max_queues) in gve_alloc_notify_blocks()
234 priv->rx_cfg.num_queues = priv->rx_cfg.max_queues; in gve_alloc_notify_blocks()
467 priv->rx_cfg.num_queues); in gve_create_rings()
474 priv->rx_cfg.num_queues); in gve_create_rings()
860 priv->rx_cfg = new_rx_config; in gve_adjust_queues()
870 priv->rx_cfg = new_rx_config; in gve_adjust_queues()
1128 priv->rx_cfg.max_queues = in gve_init_priv()
[all …]
H A Dgve_ethtool.c89 for (i = 0; i < priv->rx_cfg.num_queues; i++) { in gve_get_strings()
128 (priv->rx_cfg.num_queues * NUM_GVE_RX_CNTS) + in gve_get_sset_count()
171 ring < priv->rx_cfg.num_queues; ring++) { in gve_get_ethtool_stats()
233 GVE_RX_STATS_REPORT_NUM * priv->rx_cfg.num_queues; in gve_get_ethtool_stats()
252 for (ring = 0; ring < priv->rx_cfg.num_queues; ring++) { in gve_get_ethtool_stats()
288 i += priv->rx_cfg.num_queues * NUM_GVE_RX_CNTS; in gve_get_ethtool_stats()
369 cmd->max_rx = priv->rx_cfg.max_queues; in gve_get_channels()
373 cmd->rx_count = priv->rx_cfg.num_queues; in gve_get_channels()
384 struct gve_queue_config new_rx_cfg = priv->rx_cfg; in gve_set_channels()
400 priv->rx_cfg.num_queues = new_rx; in gve_set_channels()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/apple/
H A Dbmac.c900 unsigned short rx_cfg; in bmac_rx_off() local
902 rx_cfg = bmread(dev, RXCFG); in bmac_rx_off()
903 rx_cfg &= ~RxMACEnable; in bmac_rx_off()
904 bmwrite(dev, RXCFG, rx_cfg); in bmac_rx_off()
913 unsigned short rx_cfg; in bmac_rx_on() local
916 rx_cfg |= RxMACEnable; in bmac_rx_on()
925 return rx_cfg; in bmac_rx_on()
972 unsigned short rx_cfg; in bmac_set_multicast() local
987 rx_cfg |= RxPromiscEnable; in bmac_set_multicast()
1014 unsigned short rx_cfg; in bmac_set_multicast() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/apple/
H A Dbmac.c900 unsigned short rx_cfg; in bmac_rx_off() local
902 rx_cfg = bmread(dev, RXCFG); in bmac_rx_off()
903 rx_cfg &= ~RxMACEnable; in bmac_rx_off()
904 bmwrite(dev, RXCFG, rx_cfg); in bmac_rx_off()
913 unsigned short rx_cfg; in bmac_rx_on() local
916 rx_cfg |= RxMACEnable; in bmac_rx_on()
925 return rx_cfg; in bmac_rx_on()
972 unsigned short rx_cfg; in bmac_set_multicast() local
987 rx_cfg |= RxPromiscEnable; in bmac_set_multicast()
1014 unsigned short rx_cfg; in bmac_set_multicast() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/apple/
H A Dbmac.c900 unsigned short rx_cfg; in bmac_rx_off() local
902 rx_cfg = bmread(dev, RXCFG); in bmac_rx_off()
903 rx_cfg &= ~RxMACEnable; in bmac_rx_off()
904 bmwrite(dev, RXCFG, rx_cfg); in bmac_rx_off()
913 unsigned short rx_cfg; in bmac_rx_on() local
916 rx_cfg |= RxMACEnable; in bmac_rx_on()
925 return rx_cfg; in bmac_rx_on()
972 unsigned short rx_cfg; in bmac_set_multicast() local
987 rx_cfg |= RxPromiscEnable; in bmac_set_multicast()
1014 unsigned short rx_cfg; in bmac_set_multicast() local
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dctxt-info.c168 struct iwl_context_info_rbd_cfg *rx_cfg; in iwl_pcie_ctxt_info_init() local
214 rx_cfg = &ctxt_info->rbd_cfg; in iwl_pcie_ctxt_info_init()
215 rx_cfg->free_rbd_addr = cpu_to_le64(trans_pcie->rxq->bd_dma); in iwl_pcie_ctxt_info_init()
216 rx_cfg->used_rbd_addr = cpu_to_le64(trans_pcie->rxq->used_bd_dma); in iwl_pcie_ctxt_info_init()
217 rx_cfg->status_wr_ptr = cpu_to_le64(trans_pcie->rxq->rb_stts_dma); in iwl_pcie_ctxt_info_init()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dctxt-info.c168 struct iwl_context_info_rbd_cfg *rx_cfg; in iwl_pcie_ctxt_info_init() local
214 rx_cfg = &ctxt_info->rbd_cfg; in iwl_pcie_ctxt_info_init()
215 rx_cfg->free_rbd_addr = cpu_to_le64(trans_pcie->rxq->bd_dma); in iwl_pcie_ctxt_info_init()
216 rx_cfg->used_rbd_addr = cpu_to_le64(trans_pcie->rxq->used_bd_dma); in iwl_pcie_ctxt_info_init()
217 rx_cfg->status_wr_ptr = cpu_to_le64(trans_pcie->rxq->rb_stts_dma); in iwl_pcie_ctxt_info_init()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dctxt-info.c168 struct iwl_context_info_rbd_cfg *rx_cfg; in iwl_pcie_ctxt_info_init() local
214 rx_cfg = &ctxt_info->rbd_cfg; in iwl_pcie_ctxt_info_init()
215 rx_cfg->free_rbd_addr = cpu_to_le64(trans_pcie->rxq->bd_dma); in iwl_pcie_ctxt_info_init()
216 rx_cfg->used_rbd_addr = cpu_to_le64(trans_pcie->rxq->used_bd_dma); in iwl_pcie_ctxt_info_init()
217 rx_cfg->status_wr_ptr = cpu_to_le64(trans_pcie->rxq->rb_stts_dma); in iwl_pcie_ctxt_info_init()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/hsi/clients/
H A Dnokia-modem.c179 ssip.rx_cfg = cl->rx_cfg; in nokia_modem_probe()
202 cmtspeech.rx_cfg = cl->rx_cfg; in nokia_modem_probe()
H A Dhsi_char.c355 tmp = cl->rx_cfg; in hsc_rx_set()
356 cl->rx_cfg.mode = rxc->mode; in hsc_rx_set()
357 cl->rx_cfg.num_hw_channels = rxc->channels; in hsc_rx_set()
358 cl->rx_cfg.flow = rxc->flow; in hsc_rx_set()
361 cl->rx_cfg = tmp; in hsc_rx_set()
372 rxc->mode = cl->rx_cfg.mode; in hsc_rx_get()
373 rxc->channels = cl->rx_cfg.num_hw_channels; in hsc_rx_get()
374 rxc->flow = cl->rx_cfg.flow; in hsc_rx_get()
425 if (channel->ch >= channel->cl->rx_cfg.num_hw_channels) in hsc_read()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/hsi/clients/
H A Dnokia-modem.c179 ssip.rx_cfg = cl->rx_cfg; in nokia_modem_probe()
202 cmtspeech.rx_cfg = cl->rx_cfg; in nokia_modem_probe()
H A Dhsi_char.c355 tmp = cl->rx_cfg; in hsc_rx_set()
356 cl->rx_cfg.mode = rxc->mode; in hsc_rx_set()
357 cl->rx_cfg.num_hw_channels = rxc->channels; in hsc_rx_set()
358 cl->rx_cfg.flow = rxc->flow; in hsc_rx_set()
361 cl->rx_cfg = tmp; in hsc_rx_set()
372 rxc->mode = cl->rx_cfg.mode; in hsc_rx_get()
373 rxc->channels = cl->rx_cfg.num_hw_channels; in hsc_rx_get()
374 rxc->flow = cl->rx_cfg.flow; in hsc_rx_get()
425 if (channel->ch >= channel->cl->rx_cfg.num_hw_channels) in hsc_read()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/hsi/clients/
H A Dnokia-modem.c179 ssip.rx_cfg = cl->rx_cfg; in nokia_modem_probe()
202 cmtspeech.rx_cfg = cl->rx_cfg; in nokia_modem_probe()
H A Dhsi_char.c355 tmp = cl->rx_cfg; in hsc_rx_set()
356 cl->rx_cfg.mode = rxc->mode; in hsc_rx_set()
357 cl->rx_cfg.num_hw_channels = rxc->channels; in hsc_rx_set()
358 cl->rx_cfg.flow = rxc->flow; in hsc_rx_set()
361 cl->rx_cfg = tmp; in hsc_rx_set()
372 rxc->mode = cl->rx_cfg.mode; in hsc_rx_get()
373 rxc->channels = cl->rx_cfg.num_hw_channels; in hsc_rx_get()
374 rxc->flow = cl->rx_cfg.flow; in hsc_rx_get()
425 if (channel->ch >= channel->cl->rx_cfg.num_hw_channels) in hsc_read()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/brocade/bna/
H A Dbna_tx_rx.c1651 cfg_req->rx_cfg.multi_buffer = in bna_bfi_rx_enet_start()
2251 struct bna_rx_config *rx_cfg, in bna_rx_create() argument
2338 rx->num_paths = rx_cfg->num_paths; in bna_rx_create()
2343 rxp->type = rx_cfg->rxp_type; in bna_rx_create()
2386 q0->q_depth = rx_cfg->q0_depth; in bna_rx_create()
2389 q0->num_vecs = rx_cfg->q0_num_vecs; in bna_rx_create()
2413 q1->q_depth = rx_cfg->q1_depth; in bna_rx_create()
2421 : rx_cfg->q1_buf_size; in bna_rx_create()
2437 cq_depth = rx_cfg->q0_depth + in bna_rx_create()
2439 0 : rx_cfg->q1_depth); in bna_rx_create()
[all …]

1234