Searched refs:fcoe_cqe (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/scsi/qedf/ |
| H A D | qedf.h | 253 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 *cqe); [all …]
|
| H A D | qedf_hsi.h | 189 struct fcoe_cqe { struct
|
| H A D | qedf_io.c | 1124 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() 1973 void qedf_process_abts_compl(struct qedf_ctx *qedf, struct fcoe_cqe *cqe, in qedf_process_abts_compl() 2292 void qedf_process_cleanup_compl(struct qedf_ctx *qedf, struct fcoe_cqe *cqe, in qedf_process_cleanup_compl() 2524 void qedf_process_tmf_compl(struct qedf_ctx *qedf, struct fcoe_cqe *cqe, in qedf_process_tmf_compl() 2539 struct fcoe_cqe *cqe) in qedf_process_unsol_compl() 2622 memcpy(&io_work->cqe, cqe, sizeof(struct fcoe_cqe)); in qedf_process_unsol_compl()
|
| H A D | qedf_main.c | 2221 struct fcoe_cqe *cqe; in qedf_process_completions() 2295 memcpy(&io_work->cqe, cqe, sizeof(struct fcoe_cqe)); in qedf_process_completions() 2793 sizeof(struct fcoe_cqe); in qedf_prepare_sb() 2799 void qedf_process_cqe(struct qedf_ctx *qedf, struct fcoe_cqe *cqe) in qedf_process_cqe() 3079 FCOE_PARAMS_CQ_NUM_ENTRIES * sizeof(struct fcoe_cqe); in qedf_alloc_global_queues() 3198 cq_mem_size = FCOE_PARAMS_CQ_NUM_ENTRIES * sizeof(struct fcoe_cqe); in qedf_set_fcoe_pf_param() 3200 cq_num_entries = cq_mem_size / sizeof(struct fcoe_cqe); in qedf_set_fcoe_pf_param()
|
| H A D | qedf_els.c | 142 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()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/bnx2fc/ |
| H A D | bnx2fc.h | 107 #define BNX2FC_CQ_WQE_SIZE (sizeof(struct fcoe_cqe)) 328 struct fcoe_cqe *cq;
|
| H A D | 57xx_hsi_bnx2fc.h | 834 struct fcoe_cqe { struct
|
| H A D | bnx2fc_hwi.c | 1067 struct fcoe_cqe *cq; in bnx2fc_process_new_cqes() 1069 struct fcoe_cqe *cqe; in bnx2fc_process_new_cqes()
|