Home
last modified time | relevance | path

Searched refs:port_params (Results 1 – 12 of 12) sorted by relevance

/linux/include/net/
H A Dbond_3ad.h198 struct port_params { struct
220 struct port_params partner_admin; argument
221 struct port_params partner_oper;
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_init_fw_funcs.c397 struct init_qm_port_params port_params[MAX_NUM_PORTS]) in qed_cmdq_lines_rt_init()
409 if (!port_params[port_id].active) in qed_cmdq_lines_rt_init()
415 phys_lines = port_params[port_id].num_pbf_cmd_lines; in qed_cmdq_lines_rt_init()
421 if (((port_params[port_id].active_phys_tcs >> in qed_cmdq_lines_rt_init()
431 if (((port_params[port_id].active_phys_tcs >> in qed_cmdq_lines_rt_init()
470 struct init_qm_port_params port_params[MAX_NUM_PORTS]) in qed_btb_blocks_rt_init()
476 if (!port_params[port_id].active) in qed_btb_blocks_rt_init()
480 usable_blocks = port_params[port_id].num_btb_blocks - in qed_btb_blocks_rt_init()
488 if (((port_params[port_id].active_phys_tcs >> in qed_btb_blocks_rt_init()
502 if (((port_params[port_id].active_phys_tcs >> in qed_btb_blocks_rt_init()
[all …]
H A Dqed_dev.c2690 params->port_params = qm_info->qm_port_params; in qed_hw_init_common()
H A Dqed_hsi.h2412 struct init_qm_port_params *port_params; member
/linux/drivers/net/ethernet/freescale/fman/
H A Dfman_port.c1209 struct fman_port_params *port_params) in set_dflt_cfg() argument
1246 struct fman_port_params *port_params) in set_rx_dflt_cfg() argument
1251 &port_params->specific_params.rx_params.ext_buf_pools, in set_rx_dflt_cfg()
1254 port_params->specific_params.rx_params.err_fqid; in set_rx_dflt_cfg()
1256 port_params->specific_params.rx_params.dflt_fqid; in set_rx_dflt_cfg()
1258 port_params->specific_params.rx_params.pcd_base_fqid; in set_rx_dflt_cfg()
1260 port_params->specific_params.rx_params.pcd_fqs_count; in set_rx_dflt_cfg()
1264 struct fman_port_params *port_params, in set_tx_dflt_cfg() argument
1272 port_params->specific_params.non_rx_params.err_fqid; in set_tx_dflt_cfg()
1276 port_params->specific_params.non_rx_params.dflt_fqid; in set_tx_dflt_cfg()
/linux/drivers/soundwire/
H A Dgeneric_bandwidth_allocation.c61 sdw_fill_port_params(&p_rt->port_params, in sdw_compute_slave_ports()
114 sdw_fill_port_params(&p_rt->port_params, in sdw_compute_master_ports()
H A Dbus.h101 struct sdw_port_params port_params; member
H A Dstream.c130 struct sdw_port_params *p_params = &p_rt->port_params; in sdw_program_slave_port_params()
256 &p_rt->port_params, in sdw_program_master_port_params()
H A Dqcom.c1091 sdw_fill_port_params(&p_rt->port_params, in qcom_swrm_compute_params()
1120 sdw_fill_port_params(&p_rt->port_params, in qcom_swrm_compute_params()
H A Damd_manager.c415 sdw_fill_port_params(&p_rt->port_params, in amd_sdw_compute_params()
/linux/drivers/net/bonding/
H A Dbond_3ad.c538 struct port_params *partner = &port->partner_oper; in __record_pdu()
583 sizeof(struct port_params)); in __record_default()
606 const struct port_params *partner = &port->partner_oper; in __update_selected()
637 const struct port_params *admin = &port->partner_admin; in __update_default_selected()
638 const struct port_params *oper = &port->partner_oper; in __update_default_selected()
845 const struct port_params *partner = &port->partner_oper; in __update_lacpdu_from_port()
1950 static const struct port_params tmpl = { in ad_initialize_port()
/linux/include/linux/soundwire/
H A Dsdw.h796 struct sdw_port_params *port_params,