Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/qlogic/qed/
Dqed_init_fw_funcs.c222 struct init_qm_port_params port_params[MAX_NUM_PORTS]) in qed_cmdq_lines_rt_init()
230 if (port_params[port_id].active) { in qed_cmdq_lines_rt_init()
232 u8 phys_tcs = port_params[port_id].num_active_phys_tcs; in qed_cmdq_lines_rt_init()
237 phys_lines = port_params[port_id].num_pbf_cmd_lines - in qed_cmdq_lines_rt_init()
259 struct init_qm_port_params port_params[MAX_NUM_PORTS]) in qed_btb_blocks_rt_init()
268 if (!port_params[port_id].active) in qed_btb_blocks_rt_init()
271 phys_tcs = port_params[port_id].num_active_phys_tcs; in qed_btb_blocks_rt_init()
274 usable_blocks = port_params[port_id].num_btb_blocks - in qed_btb_blocks_rt_init()
675 p_params->port_params); in qed_qm_common_rt_init()
679 p_params->port_params); in qed_qm_common_rt_init()
Dqed_dev.c494 params.port_params = qm_info->qm_port_params; in qed_hw_init_common()
Dqed_hsi.h1582 struct init_qm_port_params *port_params; member
/linux-4.4.14/include/net/
Dbond_3ad.h202 struct port_params { struct
224 struct port_params partner_admin; argument
225 struct port_params partner_oper;
/linux-4.4.14/drivers/net/bonding/
Dbond_3ad.c451 struct port_params *partner = &port->partner_oper; in __record_pdu()
494 sizeof(struct port_params)); in __record_default()
517 const struct port_params *partner = &port->partner_oper; in __update_selected()
548 const struct port_params *admin = &port->partner_admin; in __update_default_selected()
549 const struct port_params *oper = &port->partner_oper; in __update_default_selected()
717 const struct port_params *partner = &port->partner_oper; in __update_lacpdu_from_port()
1739 static const struct port_params tmpl = { in ad_initialize_port()