Searched refs:qede_fastpath (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/qlogic/qede/ |
D | qede_fp.c | 330 static int qede_xdp_xmit(struct qede_dev *edev, struct qede_fastpath *fp, in qede_xdp_xmit() 615 struct qede_fastpath *fp, in qede_skb_receive() 892 struct qede_fastpath *fp, in qede_gro_receive() 947 struct qede_fastpath *fp, in qede_tpa_end() 1054 struct qede_fastpath *fp, in qede_rx_xdp() 1182 struct qede_fastpath *fp, in qede_rx_process_tpa_cqe() 1202 struct qede_fastpath *fp, in qede_rx_process_cqe() 1297 static int qede_rx_int(struct qede_fastpath *fp, int budget) in qede_rx_int() 1335 static bool qede_poll_is_more_work(struct qede_fastpath *fp) in qede_poll_is_more_work() 1376 struct qede_fastpath *fp = container_of(napi, struct qede_fastpath, in qede_poll() [all …]
|
D | qede_main.c | 841 struct qede_fastpath *fp; in qede_free_fp_array() 869 struct qede_fastpath *fp; in qede_alloc_fp_array() 1510 static void qede_free_mem_fp(struct qede_dev *edev, struct qede_fastpath *fp) in qede_free_mem_fp() 1531 static int qede_alloc_mem_fp(struct qede_dev *edev, struct qede_fastpath *fp) in qede_alloc_mem_fp() 1570 struct qede_fastpath *fp = &edev->fp_array[i]; in qede_free_mem_load() 1582 struct qede_fastpath *fp = &edev->fp_array[queue_id]; in qede_alloc_mem_load() 1640 struct qede_fastpath *fp; in qede_empty_tx_queues() 1653 struct qede_fastpath *fp; in qede_init_fp() 1784 struct qede_fastpath *fp = &edev->fp_array[i]; in qede_req_msix_irqs() 1815 struct qede_fastpath *fp = (struct qede_fastpath *)cookie; in qede_simd_fp_handler() [all …]
|
D | qede.h | 217 struct qede_fastpath *fp_array; 452 struct qede_fastpath { struct 522 void qede_tx_log_print(struct qede_dev *edev, struct qede_fastpath *fp);
|
D | qede_ethtool.c | 258 struct qede_fastpath *fp; in qede_get_strings_stats() 335 struct qede_fastpath *fp; in qede_get_ethtool_stats() 815 struct qede_fastpath *fp; in qede_get_coalesce() 873 struct qede_fastpath *fp; in qede_set_coalesce() 1500 struct qede_fastpath *fp = &edev->fp_array[i]; in qede_selftest_transmit_traffic()
|