Searched refs:funeth_txq (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/ethernet/fungible/funeth/ |
| H A D | funeth_tx.c | 56 static void *txq_end(const struct funeth_txq *q) in txq_end() 64 static unsigned int txq_to_end(const struct funeth_txq *q, void *p) in txq_to_end() 78 static struct fun_dataop_gl *fun_write_gl(const struct funeth_txq *q, in fun_write_gl() 107 static struct sk_buff *fun_tls_tx(struct sk_buff *skb, struct funeth_txq *q, in fun_tls_tx() 149 static unsigned int write_pkt_desc(struct sk_buff *skb, struct funeth_txq *q, in write_pkt_desc() 311 static unsigned int fun_txq_avail(const struct funeth_txq *q) in fun_txq_avail() 317 static void fun_tx_check_stop(struct funeth_txq *q) in fun_tx_check_stop() 338 static bool fun_txq_may_restart(struct funeth_txq *q) in fun_txq_may_restart() 347 struct funeth_txq *q = fp->txqs[qid]; in fun_start_xmit() 385 static u16 txq_hw_head(const struct funeth_txq *q) in txq_hw_head() [all …]
|
| H A D | funeth_txrx.h | 105 struct funeth_txq { struct 218 struct funeth_txq *txq; 229 static inline void *fun_tx_desc_addr(const struct funeth_txq *q, in fun_tx_desc_addr() 235 static inline void fun_txq_wr_db(const struct funeth_txq *q) in fun_txq_wr_db() 250 bool fun_xdp_tx(struct funeth_txq *q, struct xdp_frame *xdpf); 256 struct funeth_txq **qp); 257 int fun_txq_create_dev(struct funeth_txq *q, struct fun_irq *irq); 258 struct funeth_txq *funeth_txq_free(struct funeth_txq *q, int state);
|
| H A D | funeth_rx.c | 142 int ref_ok, struct funeth_txq *xdp_q) in fun_run_xdp() 365 static void fun_handle_cqe_pkt(struct funeth_rxq *q, struct funeth_txq *xdp_q) in fun_handle_cqe_pkt() 482 struct funeth_txq **xdpqs, *xdp_q = NULL; in fun_process_cqes()
|