Searched refs:fcoe_cqe (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/scsi/qedf/ |
D | qedf.h | 231 struct fcoe_cqe cqe; 243 struct fcoe_cqe *cq; 456 extern void qedf_scsi_completion(struct qedf_ctx *qedf, struct fcoe_cqe *cqe, 459 struct fcoe_cqe *cqe, struct qedf_ioreq *io_req); 461 struct fcoe_cqe *cqe, struct qedf_ioreq *io_req); 466 extern void qedf_process_abts_compl(struct qedf_ctx *qedf, struct fcoe_cqe *cqe, 479 extern void qedf_process_els_compl(struct qedf_ctx *qedf, struct fcoe_cqe *cqe, 486 struct fcoe_cqe *cqe, struct qedf_ioreq *io_req); 488 extern void qedf_process_tmf_compl(struct qedf_ctx *qedf, struct fcoe_cqe *cqe, 490 extern void qedf_process_cqe(struct qedf_ctx *qedf, struct fcoe_cqe *cqe); [all …]
|
D | qedf_hsi.h | 192 struct fcoe_cqe { struct
|
D | qedf_io.c | 1092 void qedf_scsi_completion(struct qedf_ctx *qedf, struct fcoe_cqe *cqe, in qedf_scsi_completion() 1315 void qedf_process_warning_compl(struct qedf_ctx *qedf, struct fcoe_cqe *cqe, in qedf_process_warning_compl() 1381 void qedf_process_error_detect(struct qedf_ctx *qedf, struct fcoe_cqe *cqe, in qedf_process_error_detect() 1645 void qedf_process_abts_compl(struct qedf_ctx *qedf, struct fcoe_cqe *cqe, in qedf_process_abts_compl() 1903 void qedf_process_cleanup_compl(struct qedf_ctx *qedf, struct fcoe_cqe *cqe, in qedf_process_cleanup_compl() 2070 void qedf_process_tmf_compl(struct qedf_ctx *qedf, struct fcoe_cqe *cqe, in qedf_process_tmf_compl() 2083 struct fcoe_cqe *cqe) in qedf_process_unsol_compl() 2162 memcpy(&io_work->cqe, cqe, sizeof(struct fcoe_cqe)); in qedf_process_unsol_compl()
|
D | qedf_main.c | 1942 struct fcoe_cqe *cqe; in qedf_process_completions() 2016 memcpy(&io_work->cqe, cqe, sizeof(struct fcoe_cqe)); in qedf_process_completions() 2488 sizeof(struct fcoe_cqe); in qedf_prepare_sb() 2494 void qedf_process_cqe(struct qedf_ctx *qedf, struct fcoe_cqe *cqe) in qedf_process_cqe() 2763 FCOE_PARAMS_CQ_NUM_ENTRIES * sizeof(struct fcoe_cqe); in qedf_alloc_global_queues() 2880 cq_mem_size = FCOE_PARAMS_CQ_NUM_ENTRIES * sizeof(struct fcoe_cqe); in qedf_set_fcoe_pf_param() 2882 cq_num_entries = cq_mem_size / sizeof(struct fcoe_cqe); in qedf_set_fcoe_pf_param()
|
D | qedf_els.c | 151 void qedf_process_els_compl(struct qedf_ctx *qedf, struct fcoe_cqe *cqe, in qedf_process_els_compl() 687 struct fcoe_cqe *cqe, struct qedf_ioreq *io_req) in qedf_process_seq_cleanup_compl()
|
/Linux-v4.19/drivers/scsi/bnx2fc/ |
D | bnx2fc.h | 106 #define BNX2FC_CQ_WQE_SIZE (sizeof(struct fcoe_cqe)) 327 struct fcoe_cqe *cq;
|
D | 57xx_hsi_bnx2fc.h | 834 struct fcoe_cqe { struct
|
D | bnx2fc_hwi.c | 1035 struct fcoe_cqe *cq; in bnx2fc_process_new_cqes() 1037 struct fcoe_cqe *cqe; in bnx2fc_process_new_cqes()
|