Home
last modified time | relevance | path

Searched refs:FCELSSIZE (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_ct.c497 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()
12244 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.c10852 wqe->els_req.max_response_payload_len = FCELSSIZE; in __lpfc_sli_prep_els_req_rsp_s4()