Searched refs:meta_req (Results 1 – 1 of 1) sorted by relevance
2917 struct igc_metadata_request *meta_req = _priv; in igc_xsk_request_timestamp() local2918 struct igc_ring *tx_ring = meta_req->tx_ring; in igc_xsk_request_timestamp()2957 tstamp->xsk_tx_buffer = meta_req->tx_buffer; in igc_xsk_request_timestamp()2961 meta_req->tx_buffer->xsk_pending_ts = true; in igc_xsk_request_timestamp()2967 xsk_tx_metadata_to_compl(meta_req->meta, &tstamp->xsk_meta); in igc_xsk_request_timestamp()2971 meta_req->cmd_type |= IGC_SET_FLAG(tx_flags, in igc_xsk_request_timestamp()2974 meta_req->cmd_type |= IGC_SET_FLAG(tx_flags, in igc_xsk_request_timestamp()2977 meta_req->cmd_type |= IGC_SET_FLAG(tx_flags, in igc_xsk_request_timestamp()2980 meta_req->cmd_type |= IGC_SET_FLAG(tx_flags, in igc_xsk_request_timestamp()2995 struct igc_metadata_request *meta_req = _priv; in igc_xsk_request_launch_time() local[all …]