Home
last modified time | relevance | path

Searched refs:sge_supported_length (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/scsi/elx/efct/
Defct_driver.c112 efc->max_xfer_size = sli->sge_supported_length * in efct_efclib_config()
Defct_hw.c1790 if (length > hw->sli.sge_supported_length) { in efct_hw_io_add_sge()
1793 length, hw->sli.sge_supported_length); in efct_hw_io_add_sge()
/linux-6.12.1/drivers/scsi/elx/libefc_sli/
Dsli4.h3099 __le32 sge_supported_length; member
3701 u32 sge_supported_length; member
3737 return sli4->sge_supported_length; in sli_get_max_sge()
Dsli4.c4347 sli4->sge_supported_length = le32_to_cpu(parms->sge_supported_length); in sli_get_sli4_parameters()