Lines Matching defs:tx_q
196 static int idpf_tx_buf_alloc_all(struct idpf_tx_queue *tx_q) in idpf_tx_buf_alloc_all()
244 struct idpf_tx_queue *tx_q) in idpf_tx_desc_alloc()
1644 static void idpf_tx_handle_sw_marker(struct idpf_tx_queue *tx_q) in idpf_tx_handle_sw_marker()
1815 static bool idpf_tx_splitq_clean(struct idpf_tx_queue *tx_q, u16 end, in idpf_tx_splitq_clean()
2039 struct idpf_tx_queue *tx_q; in idpf_tx_clean_complq() local
2116 struct idpf_tx_queue *tx_q = complq->txq_grp->txqs[i]; in idpf_tx_clean_complq() local
2190 static int idpf_txq_has_room(struct idpf_tx_queue *tx_q, u32 size) in idpf_txq_has_room()
2207 static int idpf_tx_maybe_stop_splitq(struct idpf_tx_queue *tx_q, in idpf_tx_maybe_stop_splitq()
2232 void idpf_tx_buf_hw_update(struct idpf_tx_queue *tx_q, u32 val, in idpf_tx_buf_hw_update()
2377 static void idpf_tx_splitq_map(struct idpf_tx_queue *tx_q, in idpf_tx_splitq_map()
2763 netdev_tx_t idpf_tx_drop_skb(struct idpf_tx_queue *tx_q, struct sk_buff *skb) in idpf_tx_drop_skb()
2785 static int idpf_tx_tstamp(struct idpf_tx_queue *tx_q, struct sk_buff *skb, in idpf_tx_tstamp()
2832 static int idpf_tx_tstamp(struct idpf_tx_queue *tx_q, struct sk_buff *skb, in idpf_tx_tstamp()
2851 struct idpf_tx_queue *tx_q) in idpf_tx_splitq_frame()
2953 struct idpf_tx_queue *tx_q; in idpf_tx_start() local