Lines Matching refs:local_port

39 	u8 local_port;  member
409 struct sk_buff *skb, u8 local_port, in mlxsw_sp1_ptp_packet_finish() argument
419 mlxsw_sp_port = mlxsw_sp->ports[local_port]; in mlxsw_sp1_ptp_packet_finish()
428 mlxsw_sp_rx_listener_no_mark_func(skb, local_port, mlxsw_sp); in mlxsw_sp1_ptp_packet_finish()
450 key.local_port, key.ingress, &hwtstamps); in mlxsw_sp1_packet_timestamp()
463 unmatched->key.local_port, in mlxsw_sp1_ptp_unmatched_finish()
508 key.local_port, in mlxsw_sp1_ptp_got_piece()
527 struct sk_buff *skb, u8 local_port, in mlxsw_sp1_ptp_got_packet() argument
535 mlxsw_sp_port = mlxsw_sp->ports[local_port]; in mlxsw_sp1_ptp_got_packet()
545 key.local_port = local_port; in mlxsw_sp1_ptp_got_packet()
563 mlxsw_sp1_ptp_packet_finish(mlxsw_sp, skb, local_port, ingress, NULL); in mlxsw_sp1_ptp_got_packet()
567 u8 local_port, u8 message_type, in mlxsw_sp1_ptp_got_timestamp() argument
575 mlxsw_sp_port = mlxsw_sp->ports[local_port]; in mlxsw_sp1_ptp_got_timestamp()
589 key.local_port = local_port; in mlxsw_sp1_ptp_got_timestamp()
599 u8 local_port) in mlxsw_sp1_ptp_receive() argument
602 mlxsw_sp1_ptp_got_packet(mlxsw_sp, skb, local_port, true); in mlxsw_sp1_ptp_receive()
606 struct sk_buff *skb, u8 local_port) in mlxsw_sp1_ptp_transmitted() argument
608 mlxsw_sp1_ptp_got_packet(mlxsw_sp, skb, local_port, false); in mlxsw_sp1_ptp_transmitted()
637 mlxsw_sp_port = ptp_state->mlxsw_sp->ports[unmatched->key.local_port]; in mlxsw_sp1_ptp_ht_gc_collect()
999 mlxsw_reg_qeec_ptps_pack(qeec_pl, mlxsw_sp_port->local_port, enable); in mlxsw_sp1_ptp_port_shaper_set()