Home
last modified time | relevance | path

Searched refs:QLA_DEFAULT_PAYLOAD_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/scsi/qla2xxx/
Dqla_isr.c937 if (size > QLA_DEFAULT_PAYLOAD_SIZE) { in qla24xx_alloc_purex_item()
939 (size - QLA_DEFAULT_PAYLOAD_SIZE), GFP_ATOMIC); in qla24xx_alloc_purex_item()
991 QLA_DEFAULT_PAYLOAD_SIZE); in qla24xx_copy_std_pkt()
Dqla_def.h4790 #define QLA_DEFAULT_PAYLOAD_SIZE 64 macro