Searched refs:launch_time (Results 1 – 9 of 9) sorted by relevance
| /linux/include/net/ |
| H A D | xdp_sock.h | 111 * void (*tmo_request_launch_time)(u64 launch_time, void *priv) 113 * launch_time indicates the PTP time at which the device can schedule the 120 void (*tmo_request_launch_time)(u64 launch_time, void *priv); 171 ops->tmo_request_launch_time(meta->request.launch_time, in xsk_tx_metadata_request()
|
| /linux/include/uapi/linux/ |
| H A D | if_xdp.h | 155 __u64 launch_time; member
|
| /linux/tools/include/uapi/linux/ |
| H A D | if_xdp.h | 155 __u64 launch_time; member
|
| /linux/drivers/net/ethernet/intel/igc/ |
| H A D | igc_base.h | 30 __le32 launch_time; member
|
| H A D | igc_main.c | 1139 __le32 launch_time, bool first_flag, in igc_tx_ctxtdesc() argument 1164 context_desc->launch_time = launch_time; in igc_tx_ctxtdesc() 1168 __le32 launch_time, bool first_flag) in igc_tx_csum() argument 1208 igc_tx_ctxtdesc(tx_ring, launch_time, first_flag, in igc_tx_csum() 1446 __le32 launch_time, bool first_flag, in igc_tso() argument 1533 igc_tx_ctxtdesc(tx_ring, launch_time, first_flag, in igc_tso() 1601 __le32 launch_time = 0; in igc_xmit_frame_ring() local 1629 launch_time = igc_tx_launchtime(tx_ring, txtime, &first_flag, &insert_empty); in igc_xmit_frame_ring() 1641 launch_time = 0; in igc_xmit_frame_ring() 1697 tso = igc_tso(tx_ring, first, launch_time, first_flag, &hdr_len); in igc_xmit_frame_ring() [all …]
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | xdp_hw_metadata.c | 429 meta->request.launch_time = last_hw_rx_timestamp + in ping_pong() 431 last_launch_time = meta->request.launch_time; in ping_pong() 434 meta->request.launch_time); in ping_pong()
|
| /linux/Documentation/networking/ |
| H A D | xsk-tx-metadata.rst | 55 value of launch time is indicated by ``launch_time`` field of
|
| /linux/net/xdp/ |
| H A D | xsk.c | 714 skb->skb_mstamp_ns = meta->request.launch_time; in xsk_skb_metadata()
|
| /linux/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | stmmac_main.c | 2630 static void stmmac_xsk_request_launch_time(u64 launch_time, void *_priv) in stmmac_xsk_request_launch_time() argument 2632 struct timespec64 ts = ns_to_timespec64(launch_time); in stmmac_xsk_request_launch_time()
|