Home
last modified time | relevance | path

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

/drivers/scsi/lpfc/
Dlpfc_ct.c226 cnt = size > FCELSSIZE ? FCELSSIZE: size; in lpfc_alloc_ct_rsp()
615 Cnt = Size > FCELSSIZE ? FCELSSIZE : Size; in lpfc_ns_rsp()
Dlpfc_hw.h44 #define FCELSSIZE 1024 /* maximum ELS transfer size */ macro
Dlpfc_init.c2597 icmd->un.cont64[0].tus.f.bdeSize = FCELSSIZE; in lpfc_post_buffer()
2603 icmd->un.cont64[1].tus.f.bdeSize = FCELSSIZE; in lpfc_post_buffer()
Dlpfc_bsg.c686 if (job->request_payload.payload_len > FCELSSIZE) { in lpfc_bsg_rport_els()
Dlpfc_els.c298 bpl->tus.f.bdeSize = FCELSSIZE; in lpfc_prep_els_iocb()