Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_isr.c1082 if (size > QLA_DEFAULT_PAYLOAD_SIZE) { in qla24xx_alloc_purex_item()
1084 (size - QLA_DEFAULT_PAYLOAD_SIZE), GFP_ATOMIC); in qla24xx_alloc_purex_item()
1136 QLA_DEFAULT_PAYLOAD_SIZE); in qla24xx_copy_std_pkt()
H A Dqla_def.h4878 #define QLA_DEFAULT_PAYLOAD_SIZE 64 macro