Home
last modified time | relevance | path

Searched refs:FCELSSIZE (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A Dlpfc_ct.c224 /* We get chunks of FCELSSIZE */ in lpfc_alloc_ct_rsp()
225 cnt = size > FCELSSIZE ? FCELSSIZE: size; in lpfc_alloc_ct_rsp()
615 Cnt = Size > FCELSSIZE ? FCELSSIZE : Size; in lpfc_ns_rsp()
H A Dlpfc_hw.h44 #define FCELSSIZE 1024 /* maximum ELS transfer size */ macro
H A Dlpfc_bsg.c686 if (job->request_payload.payload_len > FCELSSIZE) { in lpfc_bsg_rport_els()
H A Dlpfc_init.c2647 icmd->un.cont64[0].tus.f.bdeSize = FCELSSIZE; in lpfc_post_buffer()
2653 icmd->un.cont64[1].tus.f.bdeSize = FCELSSIZE; in lpfc_post_buffer()
H A Dlpfc_els.c298 bpl->tus.f.bdeSize = FCELSSIZE; in lpfc_prep_els_iocb()
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_ct.c496 /* We get chunks of FCELSSIZE */ in lpfc_alloc_ct_rsp()
497 cnt = size > FCELSSIZE ? FCELSSIZE: size; in lpfc_alloc_ct_rsp()
867 Cnt = Size > FCELSSIZE ? FCELSSIZE : Size; in lpfc_ns_rsp()
H A Dlpfc_hw.h44 #define FCELSSIZE 1024 /* maximum ELS transfer size */ macro
H A Dlpfc_bsg.c666 if (job->request_payload.payload_len > FCELSSIZE) { in lpfc_bsg_rport_els()
H A Dlpfc_els.c278 bpl->type_size = cpu_to_le32(FCELSSIZE); in lpfc_prep_els_iocb()
12238 max_desc = FCELSSIZE / sizeof(*vport->qfpa_res); in lpfc_cmpl_els_qfpa()
H A Dlpfc_init.c2846 icmd->un.cont64[0].tus.f.bdeSize = FCELSSIZE; in lpfc_sli3_post_buffer()
2852 icmd->un.cont64[1].tus.f.bdeSize = FCELSSIZE; in lpfc_sli3_post_buffer()
H A Dlpfc_sli.c10839 wqe->els_req.max_response_payload_len = FCELSSIZE; in __lpfc_sli_prep_els_req_rsp_s4()

Completed in 170 milliseconds