Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_virtchnl_ptp.c344 u16 num_latches; in idpf_ptp_get_vport_tstamps_caps() local
369 num_latches = le16_to_cpu(rcv_tx_tstamp_caps->num_latches); in idpf_ptp_get_vport_tstamps_caps()
370 size = struct_size(rcv_tx_tstamp_caps, tstamp_latches, num_latches); in idpf_ptp_get_vport_tstamps_caps()
376 size = struct_size(tstamp_caps, tx_tstamp_status, num_latches); in idpf_ptp_get_vport_tstamps_caps()
384 tstamp_caps->num_entries = num_latches; in idpf_ptp_get_vport_tstamps_caps()
554 u16 num_latches; in idpf_ptp_get_tx_tstamp_async_handler() local
575 num_latches = le16_to_cpu(recv_tx_tstamp_msg->num_latches); in idpf_ptp_get_tx_tstamp_async_handler()
580 for (u16 i = 0; i < num_latches; i++) { in idpf_ptp_get_tx_tstamp_async_handler()
664 send_tx_tstamp_msg->num_latches = cpu_to_le16(id); in idpf_ptp_get_tx_tstamp()
H A Dvirtchnl2.h1477 __le16 num_latches; member
1483 __counted_by_le(num_latches);
1561 __le16 num_latches; member
1567 __counted_by_le(num_latches);