Lines Matching defs:buff
607 if (!ha->reset_tmplt.buff) {
613 phdr = ha->reset_tmplt.buff;
748 uint16_t *buff = (uint16_t *)ha->reset_tmplt.buff;
753 sum += *buff++;
781 ha->reset_tmplt.buff = vmalloc(QLA83XX_RESTART_TEMPLATE_SIZE);
782 if (ha->reset_tmplt.buff == NULL) {
788 p_buff = ha->reset_tmplt.buff;
808 (struct qla4_83xx_reset_template_hdr *)ha->reset_tmplt.buff;
820 p_buff = ha->reset_tmplt.buff + ha->reset_tmplt.hdr->hdr_size;
848 ha->reset_tmplt.init_offset = ha->reset_tmplt.buff +
850 ha->reset_tmplt.start_offset = ha->reset_tmplt.buff +
852 ha->reset_tmplt.stop_offset = ha->reset_tmplt.buff +
859 vfree(ha->reset_tmplt.buff);