Home
last modified time | relevance | path

Searched refs:fcoe_cqe (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/qedf/
H A Dqedf.h253 struct fcoe_cqe cqe;
265 struct fcoe_cqe *cq;
488 extern void qedf_scsi_completion(struct qedf_ctx *qedf, struct fcoe_cqe *cqe,
491 struct fcoe_cqe *cqe, struct qedf_ioreq *io_req);
493 struct fcoe_cqe *cqe, struct qedf_ioreq *io_req);
498 extern void qedf_process_abts_compl(struct qedf_ctx *qedf, struct fcoe_cqe *cqe,
511 extern void qedf_process_els_compl(struct qedf_ctx *qedf, struct fcoe_cqe *cqe,
518 struct fcoe_cqe *cqe, struct qedf_ioreq *io_req);
520 extern void qedf_process_tmf_compl(struct qedf_ctx *qedf, struct fcoe_cqe *cqe,
522 extern void qedf_process_cqe(struct qedf_ctx *qedf, struct fcoe_cqe *cq
[all...]
H A Dqedf_hsi.h189 struct fcoe_cqe { struct
H A Dqedf_io.c1124 void qedf_scsi_completion(struct qedf_ctx *qedf, struct fcoe_cqe *cqe, in qedf_scsi_completion()
1448 void qedf_process_warning_compl(struct qedf_ctx *qedf, struct fcoe_cqe *cqe, in qedf_process_warning_compl()
1518 void qedf_process_error_detect(struct qedf_ctx *qedf, struct fcoe_cqe *cqe, in qedf_process_error_detect()
1977 void qedf_process_abts_compl(struct qedf_ctx *qedf, struct fcoe_cqe *cqe, in qedf_process_abts_compl()
2298 void qedf_process_cleanup_compl(struct qedf_ctx *qedf, struct fcoe_cqe *cqe, in qedf_process_cleanup_compl()
2530 void qedf_process_tmf_compl(struct qedf_ctx *qedf, struct fcoe_cqe *cqe, in qedf_process_tmf_compl()
2545 struct fcoe_cqe *cqe) in qedf_process_unsol_compl()
2628 memcpy(&io_work->cqe, cqe, sizeof(struct fcoe_cqe)); in qedf_process_unsol_compl()
H A Dqedf_els.c142 void qedf_process_els_compl(struct qedf_ctx *qedf, struct fcoe_cqe *cqe, in qedf_process_els_compl()
744 struct fcoe_cqe *cqe, struct qedf_ioreq *io_req) in qedf_process_seq_cleanup_compl()
H A Dqedf_main.c2222 struct fcoe_cqe *cqe; in qedf_process_completions()
2296 memcpy(&io_work->cqe, cqe, sizeof(struct fcoe_cqe)); in qedf_process_completions()
2794 sizeof(struct fcoe_cqe); in qedf_prepare_sb()
2800 void qedf_process_cqe(struct qedf_ctx *qedf, struct fcoe_cqe *cqe) in qedf_process_cqe()
3084 FCOE_PARAMS_CQ_NUM_ENTRIES * sizeof(struct fcoe_cqe); in qedf_alloc_global_queues()
3203 cq_mem_size = FCOE_PARAMS_CQ_NUM_ENTRIES * sizeof(struct fcoe_cqe); in qedf_set_fcoe_pf_param()
3205 cq_num_entries = cq_mem_size / sizeof(struct fcoe_cqe); in qedf_set_fcoe_pf_param()
/kernel/linux/linux-6.6/drivers/scsi/qedf/
H A Dqedf.h258 struct fcoe_cqe cqe;
270 struct fcoe_cqe *cq;
494 extern void qedf_scsi_completion(struct qedf_ctx *qedf, struct fcoe_cqe *cqe,
497 struct fcoe_cqe *cqe, struct qedf_ioreq *io_req);
499 struct fcoe_cqe *cqe, struct qedf_ioreq *io_req);
504 extern void qedf_process_abts_compl(struct qedf_ctx *qedf, struct fcoe_cqe *cqe,
517 extern void qedf_process_els_compl(struct qedf_ctx *qedf, struct fcoe_cqe *cqe,
524 struct fcoe_cqe *cqe, struct qedf_ioreq *io_req);
526 extern void qedf_process_tmf_compl(struct qedf_ctx *qedf, struct fcoe_cqe *cqe,
528 extern void qedf_process_cqe(struct qedf_ctx *qedf, struct fcoe_cqe *cq
[all...]
H A Dqedf_hsi.h189 struct fcoe_cqe { struct
H A Dqedf_io.c1117 void qedf_scsi_completion(struct qedf_ctx *qedf, struct fcoe_cqe *cqe, in qedf_scsi_completion()
1428 void qedf_process_warning_compl(struct qedf_ctx *qedf, struct fcoe_cqe *cqe, in qedf_process_warning_compl()
1498 void qedf_process_error_detect(struct qedf_ctx *qedf, struct fcoe_cqe *cqe, in qedf_process_error_detect()
1957 void qedf_process_abts_compl(struct qedf_ctx *qedf, struct fcoe_cqe *cqe, in qedf_process_abts_compl()
2278 void qedf_process_cleanup_compl(struct qedf_ctx *qedf, struct fcoe_cqe *cqe, in qedf_process_cleanup_compl()
2510 void qedf_process_tmf_compl(struct qedf_ctx *qedf, struct fcoe_cqe *cqe, in qedf_process_tmf_compl()
2525 struct fcoe_cqe *cqe) in qedf_process_unsol_compl()
2608 memcpy(&io_work->cqe, cqe, sizeof(struct fcoe_cqe)); in qedf_process_unsol_compl()
H A Dqedf_els.c142 void qedf_process_els_compl(struct qedf_ctx *qedf, struct fcoe_cqe *cqe, in qedf_process_els_compl()
744 struct fcoe_cqe *cqe, struct qedf_ioreq *io_req) in qedf_process_seq_cleanup_compl()
H A Dqedf_main.c2226 struct fcoe_cqe *cqe; in qedf_process_completions()
2298 memcpy(&io_work->cqe, cqe, sizeof(struct fcoe_cqe)); in qedf_process_completions()
2796 sizeof(struct fcoe_cqe); in qedf_prepare_sb()
2802 void qedf_process_cqe(struct qedf_ctx *qedf, struct fcoe_cqe *cqe) in qedf_process_cqe()
3083 FCOE_PARAMS_CQ_NUM_ENTRIES * sizeof(struct fcoe_cqe); in qedf_alloc_global_queues()
3202 cq_mem_size = FCOE_PARAMS_CQ_NUM_ENTRIES * sizeof(struct fcoe_cqe); in qedf_set_fcoe_pf_param()
3204 cq_num_entries = cq_mem_size / sizeof(struct fcoe_cqe); in qedf_set_fcoe_pf_param()
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
H A Dbnx2fc.h107 #define BNX2FC_CQ_WQE_SIZE (sizeof(struct fcoe_cqe))
328 struct fcoe_cqe *cq;
H A D57xx_hsi_bnx2fc.h834 struct fcoe_cqe { struct
H A Dbnx2fc_hwi.c1067 struct fcoe_cqe *cq; in bnx2fc_process_new_cqes()
1069 struct fcoe_cqe *cqe; in bnx2fc_process_new_cqes()
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/
H A Dbnx2fc.h106 #define BNX2FC_CQ_WQE_SIZE (sizeof(struct fcoe_cqe))
325 struct fcoe_cqe *cq;
H A D57xx_hsi_bnx2fc.h834 struct fcoe_cqe { struct
H A Dbnx2fc_hwi.c1066 struct fcoe_cqe *cq; in bnx2fc_process_new_cqes()
1068 struct fcoe_cqe *cqe; in bnx2fc_process_new_cqes()

Completed in 33 milliseconds