Lines Matching refs:pcs_port
517 port_topology->pcs_port = 0;
522 port_topology->pcs_port = 0;
530 port_topology->pcs_port = 1;
535 port_topology->pcs_port = 1;
543 port_topology->pcs_port = 2;
548 port_topology->pcs_port = 2;
553 port_topology->pcs_port = 3;
558 port_topology->pcs_port = 3;
574 port_topology->pcs_port = 0;
579 port_topology->pcs_port = 0;
587 port_topology->pcs_port = 1;
592 port_topology->pcs_port = 1;
600 port_topology->pcs_port = 2;
605 port_topology->pcs_port = 2;
610 port_topology->pcs_port = 3;
615 port_topology->pcs_port = 3;
4575 * @pcs_port: pcsport for input port
4580 static int ice_get_port_fec_stats(struct ice_hw *hw, u16 pcs_quad, u16 pcs_port,
4587 if (pcs_quad > 1 || pcs_port > 3)
4590 err = ice_aq_get_fec_stats(hw, pcs_quad, pcs_port, ICE_FEC_CORR_LOW,
4595 err = ice_aq_get_fec_stats(hw, pcs_quad, pcs_port, ICE_FEC_CORR_HIGH,
4600 err = ice_aq_get_fec_stats(hw, pcs_quad, pcs_port,
4606 err = ice_aq_get_fec_stats(hw, pcs_quad, pcs_port,
4652 port_topology.pcs_port, fec_stats);