Searched refs:max_phys_tcs_per_port (Results  1 – 6 of 6) sorted by relevance
| /Linux-v6.6/drivers/net/ethernet/qlogic/qed/ | 
| D | qed_init_fw_funcs.c | 293 			  u8 port_id, u8 tc, u8 max_phys_tcs_per_port)  in qed_get_ext_voq()  argument298 		return port_id * max_phys_tcs_per_port + tc;  in qed_get_ext_voq()
 396 		       u8 max_phys_tcs_per_port,  in qed_cmdq_lines_rt_init()  argument
 420 		for (tc = 0; tc < max_phys_tcs_per_port; tc++)  in qed_cmdq_lines_rt_init()
 427 		for (tc = 0; tc < max_phys_tcs_per_port; tc++) {  in qed_cmdq_lines_rt_init()
 430 						  tc, max_phys_tcs_per_port);  in qed_cmdq_lines_rt_init()
 441 					  PURE_LB_TC, max_phys_tcs_per_port);  in qed_cmdq_lines_rt_init()
 469 		       u8 max_phys_tcs_per_port,  in qed_btb_blocks_rt_init()  argument
 508 							max_phys_tcs_per_port);  in qed_btb_blocks_rt_init()
 518 					  PURE_LB_TC, max_phys_tcs_per_port);  in qed_btb_blocks_rt_init()
 [all …]
 
 | 
| D | qed_sriov.c | 3601 	u8 max_phys_tcs_per_port = p_hwfn->qm_info.max_phys_tcs_per_port;  in qed_iov_vf_flr_poll_pbf()  local3614 		for (tc = 0; tc < max_phys_tcs_per_port + 1; tc++) {  in qed_iov_vf_flr_poll_pbf()
 3615 			tc_id = (tc < max_phys_tcs_per_port) ? tc : PURE_LB_TC;  in qed_iov_vf_flr_poll_pbf()
 3616 			voq = VOQ(port_id, tc_id, max_phys_tcs_per_port);  in qed_iov_vf_flr_poll_pbf()
 3631 			for (; tc < max_phys_tcs_per_port + 1; tc++) {  in qed_iov_vf_flr_poll_pbf()
 3632 				tc_id = (tc < max_phys_tcs_per_port) ?  in qed_iov_vf_flr_poll_pbf()
 3635 					  tc_id, max_phys_tcs_per_port);  in qed_iov_vf_flr_poll_pbf()
 3642 			if (tc == max_phys_tcs_per_port + 1)  in qed_iov_vf_flr_poll_pbf()
 
 | 
| D | qed.h | 383 	u8				max_phys_tcs_per_port;  member
 | 
| D | qed_dev.c | 1548 	qm_info->max_phys_tcs_per_port = four_port ? NUM_PHYS_TCS_4PORT_K2 :  in qed_init_qm_params()2003 		   qm_info->num_vports, qm_info->max_phys_tcs_per_port);  in qed_dp_init_qm_params()
 2685 	params->max_phys_tcs_per_port = qm_info->max_phys_tcs_per_port;  in qed_hw_init_common()
 
 | 
| D | qed_cxt.c | 1411 	params.max_phys_tcs_per_port = qm_info->max_phys_tcs_per_port;  in qed_qm_init_pf()
 | 
| D | qed_hsi.h | 2379 #define VOQ(port, tc, max_phys_tcs_per_port)   ((tc) ==                       \  argument2383 						(max_phys_tcs_per_port) + (tc))
 2407 	u8 max_phys_tcs_per_port;  member
 2432 	u8 max_phys_tcs_per_port;  member
 
 |