Searched refs:idpf_tx_queue (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/ethernet/intel/idpf/ |
| H A D | idpf_txrx.h | 402 struct idpf_tx_queue **tx; 405 struct idpf_tx_queue **xsksq; 542 struct idpf_tx_queue **xdpsqs; 641 struct idpf_tx_queue { struct 718 libeth_cacheline_set_assert(struct idpf_tx_queue, 64, argument 720 offsetof(struct idpf_tx_queue, cached_tstamp_caps) - 721 offsetofend(struct idpf_tx_queue, timer) + 722 offsetof(struct idpf_tx_queue, q_stats) - 723 offsetofend(struct idpf_tx_queue, tstamp_task), 969 struct idpf_tx_queue *txqs[IDPF_LARGE_MAX_Q]; [all …]
|
| H A D | idpf_ptp.h | 272 bool idpf_ptp_get_txq_tstamp_capability(struct idpf_tx_queue *txq); 286 int idpf_ptp_request_ts(struct idpf_tx_queue *tx_q, struct sk_buff *skb, 306 idpf_ptp_get_txq_tstamp_capability(struct idpf_tx_queue *txq) in idpf_ptp_get_txq_tstamp_capability() 371 static inline int idpf_ptp_request_ts(struct idpf_tx_queue *tx_q, in idpf_ptp_request_ts()
|
| H A D | idpf_txrx.c | 57 static void idpf_tx_buf_clean(struct idpf_tx_queue *txq) in idpf_tx_buf_clean() 80 static void idpf_tx_buf_rel_all(struct idpf_tx_queue *txq) in idpf_tx_buf_rel_all() 101 static void idpf_tx_desc_rel(struct idpf_tx_queue *txq) in idpf_tx_desc_rel() 177 static int idpf_tx_buf_alloc_all(struct idpf_tx_queue *tx_q) in idpf_tx_buf_alloc_all() 202 struct idpf_tx_queue *tx_q) in idpf_tx_desc_alloc() 312 struct idpf_tx_queue *txq = vport->txq_grps[i].txqs[j]; in idpf_tx_desc_alloc_all() 1729 struct idpf_tx_queue *q = tx_qgrp->txqs[j]; in idpf_txq_group_alloc() 1990 static void idpf_tx_read_tstamp(struct idpf_tx_queue *txq, struct sk_buff *skb) in idpf_tx_read_tstamp() 2044 static void idpf_tx_splitq_clean(struct idpf_tx_queue *tx_q, u16 end, in idpf_tx_splitq_clean() 2111 static void idpf_tx_clean_bufs(struct idpf_tx_queue *txq, u32 buf_id, in idpf_tx_clean_bufs() [all …]
|
| H A D | idpf_ethtool.c | 782 IDPF_STAT(struct idpf_tx_queue, _name, _stat) 1035 stats_sync = &((const struct idpf_tx_queue *)q)->stats_sync; in idpf_add_queue_stats() 1170 struct idpf_tx_queue *txq = txq_grp->txqs[j]; in idpf_collect_queue_stats() 1237 struct idpf_tx_queue *txq = txq_grp->txqs[j]; in idpf_get_ethtool_stats() 1770 struct idpf_tx_queue *txq = txq_grp->txqs[j]; in idpf_get_ts_stats()
|
| H A D | idpf_ptp.c | 645 int idpf_ptp_request_ts(struct idpf_tx_queue *tx_q, struct sk_buff *skb, in idpf_ptp_request_ts() 906 bool idpf_ptp_get_txq_tstamp_capability(struct idpf_tx_queue *txq) in idpf_ptp_get_txq_tstamp_capability()
|
| H A D | idpf.h | 354 struct idpf_tx_queue **txqs;
|
| H A D | idpf_virtchnl.c | 812 struct idpf_tx_queue *txq; in idpf_wait_for_marker_event_set() 1700 const struct idpf_tx_queue *q, in idpf_fill_txq_config_chunk()
|