Home
last modified time | relevance | path

Searched refs:source_port_id (Results 1 – 2 of 2) sorted by relevance

/dpdk/examples/ptpclient/
H A Dptpclient.c79 struct port_id source_port_id; member
362 &ptp_hdr->source_port_id.clock_id, in parse_sync()
367 if (memcmp(&ptp_hdr->source_port_id.clock_id, in parse_sync()
368 &ptp_hdr->source_port_id.clock_id, in parse_sync()
402 &ptp_hdr->source_port_id.clock_id, in parse_fup()
457 &req_msg->hdr.source_port_id.clock_id; in parse_fup()
/dpdk/drivers/event/dsw/
H A Ddsw_event.c443 uint16_t num_bursts, uint8_t source_port_id, in dsw_select_emigration_target() argument
449 int16_t source_port_load = port_loads[source_port_id]; in dsw_select_emigration_target()
474 if (port_id == source_port_id) in dsw_select_emigration_target()
496 DSW_LOG_DP_PORT(DEBUG, source_port_id, "Selected queue_id %d " in dsw_select_emigration_target()
504 port_loads[source_port_id] -= candidate_flow_load; in dsw_select_emigration_target()