Searched refs:if_cfg (Results 1 – 4 of 4) sorted by relevance
67 struct isp_interface_lcx_config if_cfg; member
305 const struct max310x_if_cfg *if_cfg; member361 ret = s->if_cfg->extended_reg_enable(dev, true); in max310x_detect()366 if (s->if_cfg->rev_id_offset) in max310x_detect()367 rev_id_reg -= s->if_cfg->rev_id_offset; in max310x_detect()373 ret = s->if_cfg->extended_reg_enable(dev, false); in max310x_detect()1309 const struct max310x_if_cfg *if_cfg, in max310x_probe() argument1366 s->if_cfg = if_cfg; in max310x_probe()
994 union oct_nic_if_cfg if_cfg; in lio_23xx_reconfigure_queue_count() local1020 if_cfg.u64 = 0; in lio_23xx_reconfigure_queue_count()1021 if_cfg.s.num_iqueues = oct->sriov_info.num_pf_rings; in lio_23xx_reconfigure_queue_count()1022 if_cfg.s.num_oqueues = oct->sriov_info.num_pf_rings; in lio_23xx_reconfigure_queue_count()1023 if_cfg.s.base_queue = oct->sriov_info.pf_srn; in lio_23xx_reconfigure_queue_count()1024 if_cfg.s.gmx_port_id = oct->pf_num; in lio_23xx_reconfigure_queue_count()1029 if_cfg.u64, 0); in lio_23xx_reconfigure_queue_count()
3334 union oct_nic_if_cfg if_cfg; in setup_nic_devices() local3397 if_cfg.u64 = 0; in setup_nic_devices()3398 if_cfg.s.num_iqueues = num_iqueues; in setup_nic_devices()3399 if_cfg.s.num_oqueues = num_oqueues; in setup_nic_devices()3400 if_cfg.s.base_queue = base_queue; in setup_nic_devices()3401 if_cfg.s.gmx_port_id = gmx_port_id; in setup_nic_devices()3407 if_cfg.u64, 0); in setup_nic_devices()