Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/scsi/qla2xxx/
Dqla_edif.h133 #define RX_ELS_SIZE (roundup(sizeof(struct enode) + ELS_MAX_PAYLOAD, SMP_CACHE_BYTES))
Dqla_edif_bsg.h13 #define ELS_MAX_PAYLOAD 2112 macro
Dqla_edif.c1962 purex->msgp_len = ELS_MAX_PAYLOAD; in qla_enode_alloc()
2571 if (totlen > ELS_MAX_PAYLOAD) { in qla24xx_auth_els()
Dqla_def.h4845 #define RX_ELS_SIZE (roundup(sizeof(struct enode) + ELS_MAX_PAYLOAD, SMP_CACHE_BYTES))
Dqla_os.c4463 ELS_MAX_PAYLOAD, 8, 0); in qla2x00_mem_alloc()
Dqla_init.c4835 mid_init_cb->init_cb.frame_payload_size = cpu_to_le16(ELS_MAX_PAYLOAD); in qla2x00_init_rings()