Lines Matching refs:req_param

403 	struct hccs_die_num_req_param *req_param;
408 req_param = (struct hccs_die_num_req_param *)desc.req.data;
409 req_param->chip_id = chip->chip_id;
458 struct hccs_die_info_req_param *req_param;
464 req_param = (struct hccs_die_info_req_param *)desc.req.data;
465 req_param->chip_id = chip_id;
466 req_param->die_idx = die_idx;
561 struct hccs_die_comm_req_param *req_param;
578 req_param = (struct hccs_die_comm_req_param *)desc.req.data;
579 req_param->chip_id = die->chip->chip_id;
580 req_param->die_id = die->die_id;
763 struct hccs_port_comm_req_param *req_param;
768 req_param = (struct hccs_port_comm_req_param *)desc.req.data;
769 req_param->chip_id = chip->chip_id;
770 req_param->die_id = die->die_id;
771 req_param->port_id = port->port_id;
790 struct hccs_port_comm_req_param *req_param;
795 req_param = (struct hccs_port_comm_req_param *)desc.req.data;
796 req_param->chip_id = chip->chip_id;
797 req_param->die_id = die->die_id;
798 req_param->port_id = port->port_id;
815 struct hccs_die_comm_req_param *req_param;
825 req_param = (struct hccs_die_comm_req_param *)desc.req.data;
826 req_param->chip_id = die->chip->chip_id;
827 req_param->die_id = die->die_id;
845 struct hccs_die_comm_req_param *req_param;
855 req_param = (struct hccs_die_comm_req_param *)desc.req.data;
856 req_param->chip_id = die->chip->chip_id;
857 req_param->die_id = die->die_id;
874 struct hccs_die_comm_req_param *req_param;
884 req_param = (struct hccs_die_comm_req_param *)desc.req.data;
885 req_param->chip_id = die->chip->chip_id;
886 req_param->die_id = die->die_id;
1254 struct hccs_port_comm_req_param *req_param;
1259 req_param = (struct hccs_port_comm_req_param *)desc.req.data;
1260 req_param->chip_id = chip->chip_id;
1261 req_param->die_id = die->die_id;
1262 req_param->port_id = port->port_id;
1348 struct hccs_inc_lane_req_param *req_param;
1353 req_param = (struct hccs_inc_lane_req_param *)desc.req.data;
1354 req_param->port_type = type;
1355 req_param->opt_type = HCCS_PREPARE_INC_LANE;
1370 struct hccs_inc_lane_req_param *req_param;
1378 req_param = (struct hccs_inc_lane_req_param *)desc.req.data;
1379 req_param->port_type = type;
1380 req_param->opt_type = HCCS_GET_ADAPT_RES;
1401 struct hccs_inc_lane_req_param *req_param;
1406 req_param = (struct hccs_inc_lane_req_param *)desc.req.data;
1407 req_param->port_type = type;
1408 req_param->opt_type = HCCS_START_RETRAINING;