Home
last modified time | relevance | path

Searched refs:qedi_fastpath (Results 1 – 3 of 3) sorted by relevance

/drivers/scsi/qedi/
Dqedi.h167 struct qedi_fastpath { struct
321 struct qedi_fastpath *fp_array;
Dqedi_debugfs.c137 struct qedi_fastpath *fp = NULL; in qedi_gbl_ctx_show()
Dqedi_main.c413 sizeof(struct qedi_fastpath), GFP_KERNEL); in qedi_alloc_fp()
438 struct qedi_fastpath *fp; in qedi_int_fp()
462 struct qedi_fastpath *fp; in qedi_prepare_fp()
1260 static bool qedi_process_completions(struct qedi_fastpath *fp) in qedi_process_completions()
1315 static bool qedi_fp_has_work(struct qedi_fastpath *fp) in qedi_fp_has_work()
1341 struct qedi_fastpath *fp = dev_id; in qedi_msix_handler()