Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/ptpclient/
H A Dptpclient.c85 struct port_id source_port_id; member
358 &ptp_hdr->source_port_id.clock_id, in parse_sync()
363 if (memcmp(&ptp_hdr->source_port_id.clock_id, in parse_sync()
364 &ptp_hdr->source_port_id.clock_id, in parse_sync()
397 &ptp_hdr->source_port_id.clock_id, in parse_fup()
447 &ptp_msg->delay_req.hdr.source_port_id.clock_id; in parse_fup()
/f-stack/dpdk/drivers/event/dsw/
H A Ddsw_event.c438 uint16_t num_bursts, uint8_t source_port_id, in dsw_select_emigration_target() argument
444 int16_t source_port_load = port_loads[source_port_id]; in dsw_select_emigration_target()
469 if (port_id == source_port_id) in dsw_select_emigration_target()
491 DSW_LOG_DP_PORT(DEBUG, source_port_id, "Selected queue_id %d " in dsw_select_emigration_target()
499 port_loads[source_port_id] -= candidate_flow_load; in dsw_select_emigration_target()