Home
last modified time | relevance | path

Searched refs:qede_fastpath_t (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_gld.c244 qede_fastpath_t *fp = (qede_fastpath_t *)rh; in qede_tx_ring_stat()
280 qede_fastpath_t *fp = (qede_fastpath_t *)arg;
311 qede_fastpath_t *fp = (qede_fastpath_t *)rh;
335 qede_fastpath_t *fp = (qede_fastpath_t *)rh;
355 qede_fastpath_t *fp = (qede_fastpath_t *)rh;
382 qede_fastpath_t *fp;
404 qede_fastpath_t *fp = (qede_fastpath_t *)rh;
416 qede_fastpath_t *fp = (qede_fastpath_t *)rh;
451 qede_fastpath_t *fp;
499 qede_fastpath_t *fp;
[all …]
H A Dqede.h385 } qede_fastpath_t; typedef
508 qede_fastpath_t *fp;
772 qede_fastpath_t fp_array[MAX_FASTPATH_COUNT];
1032 qede_enable_hw_intr(qede_fastpath_t *);
1034 qede_disable_hw_intr(qede_fastpath_t *);
1060 qede_process_fastpath(qede_fastpath_t *fp,
H A Dqede_main.c325 qede_fastpath_t *fp = &qede->fp_array[0]; in qede_destroy_locks()
394 qede_fastpath_t *fp; in qede_alloc_io_structs()
678 qede_enable_hw_intr(qede_fastpath_t *fp) in qede_enable_hw_intr()
699 qede_fastpath_t *fp; in qede_fp_handler()
709 fp = (qede_fastpath_t *)vect_info->fp; in qede_fp_handler()
1359 qede_fastpath_t *fp; in qede_get_active_rss_params()
1624 qede_fastpath_t *fp; in qede_fastpath_stop_queues()
1703 qede_fastpath_t *fp; in qede_fastpath_start_queues()
2839 qede_fastpath_t *fp; in qede_fastpath_free_phys_mem()
2929 qede_fastpath_t *fp; in qede_fastpath_alloc_phys_mem()
[all …]
H A Dqede_dbg.c268 qede_print_fastpath(qede_fastpath_t *fp) in qede_print_fastpath()
H A Dqede_fp.c809 qede_process_fastpath(qede_fastpath_t *fp, in qede_process_fastpath()
1823 qede_fastpath_t *fp = (qede_fastpath_t *)arg; in qede_ring_tx()
H A Dqede_kstat.c259 qede_fastpath_t *fp = &qede->fp_array[0]; in qede_kstat_update()