Home
last modified time | relevance | path

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

/linux/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()
865 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.c680 if (job->request_payload.payload_len > FCELSSIZE) { in lpfc_bsg_rport_els()
H A Dlpfc_init.c2856 icmd->un.cont64[0].tus.f.bdeSize = FCELSSIZE; in lpfc_sli3_post_buffer()
2862 icmd->un.cont64[1].tus.f.bdeSize = FCELSSIZE; in lpfc_sli3_post_buffer()
H A Dlpfc_sli.c10851 wqe->els_req.max_response_payload_len = FCELSSIZE; in __lpfc_sli_prep_els_req_rsp_s4()