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.c340 u16 num_latches; in idpf_ptp_get_vport_tstamps_caps() local
366 num_latches = le16_to_cpu(rcv_tx_tstamp_caps->num_latches); in idpf_ptp_get_vport_tstamps_caps()
367 size = struct_size(rcv_tx_tstamp_caps, tstamp_latches, num_latches); in idpf_ptp_get_vport_tstamps_caps()
373 size = struct_size(tstamp_caps, tx_tstamp_status, num_latches); in idpf_ptp_get_vport_tstamps_caps()
381 tstamp_caps->num_entries = num_latches; in idpf_ptp_get_vport_tstamps_caps()
550 u16 num_latches; in idpf_ptp_get_tx_tstamp_async_handler() local
576 num_latches = le16_to_cpu(recv_tx_tstamp_msg->num_latches); in idpf_ptp_get_tx_tstamp_async_handler()
578 num_latches)) in idpf_ptp_get_tx_tstamp_async_handler()
584 for (u16 i = 0; i < num_latches; i++) { in idpf_ptp_get_tx_tstamp_async_handler()
666 send_tx_tstamp_msg->num_latches = cpu_to_le16(id); in idpf_ptp_get_tx_tstamp()
/linux/include/linux/net/intel/
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);