Lines Matching refs:ops
162 const struct xsk_tx_metadata_ops *ops, in xsk_tx_metadata_request() argument
168 if (ops->tmo_request_launch_time) in xsk_tx_metadata_request()
170 ops->tmo_request_launch_time(meta->request.launch_time, in xsk_tx_metadata_request()
173 if (ops->tmo_request_timestamp) in xsk_tx_metadata_request()
175 ops->tmo_request_timestamp(priv); in xsk_tx_metadata_request()
177 if (ops->tmo_request_checksum) in xsk_tx_metadata_request()
179 ops->tmo_request_checksum(meta->request.csum_start, in xsk_tx_metadata_request()
194 const struct xsk_tx_metadata_ops *ops, in xsk_tx_metadata_complete() argument
202 *compl->tx_timestamp = ops->tmo_fill_timestamp(priv); in xsk_tx_metadata_complete()
227 const struct xsk_tx_metadata_ops *ops, in xsk_tx_metadata_request() argument
233 const struct xsk_tx_metadata_ops *ops, in xsk_tx_metadata_complete() argument