Searched refs:launch_time (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/include/net/ |
| H A D | xdp_sock.h | 119 void (*tmo_request_launch_time)(u64 launch_time, void *priv); 169 ops->tmo_request_launch_time(meta->request.launch_time, in xsk_tx_metadata_request()
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | if_xdp.h | 154 __u64 launch_time; member
|
| /linux-6.15/drivers/net/ethernet/intel/igc/ |
| H A D | igc_base.h | 30 __le32 launch_time; member
|
| H A D | igc_main.c | 1141 __le32 launch_time, bool first_flag, in igc_tx_ctxtdesc() argument 1166 context_desc->launch_time = launch_time; in igc_tx_ctxtdesc() 1170 __le32 launch_time, bool first_flag) in igc_tx_csum() argument 1210 igc_tx_ctxtdesc(tx_ring, launch_time, first_flag, in igc_tx_csum() 1448 __le32 launch_time, bool first_flag, in igc_tso() argument 1535 igc_tx_ctxtdesc(tx_ring, launch_time, first_flag, in igc_tso() 1603 __le32 launch_time = 0; in igc_xmit_frame_ring() local 1643 launch_time = 0; in igc_xmit_frame_ring() 1690 tso = igc_tso(tx_ring, first, launch_time, first_flag, &hdr_len); in igc_xmit_frame_ring() 1694 igc_tx_csum(tx_ring, first, launch_time, first_flag); in igc_xmit_frame_ring() [all …]
|
| /linux-6.15/include/uapi/linux/ |
| H A D | if_xdp.h | 154 __u64 launch_time; member
|
| /linux-6.15/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-6.15/Documentation/networking/ |
| H A D | xsk-tx-metadata.rst | 55 value of launch time is indicated by ``launch_time`` field of
|
| /linux-6.15/net/xdp/ |
| H A D | xsk.c | 749 skb->skb_mstamp_ns = meta->request.launch_time; in xsk_build_skb()
|
| /linux-6.15/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | stmmac_main.c | 2550 static void stmmac_xsk_request_launch_time(u64 launch_time, void *_priv) in stmmac_xsk_request_launch_time() argument 2552 struct timespec64 ts = ns_to_timespec64(launch_time); in stmmac_xsk_request_launch_time()
|