Lines Matching defs:buff
606 if (!ha->reset_tmplt.buff) {
612 phdr = ha->reset_tmplt.buff;
747 uint16_t *buff = (uint16_t *)ha->reset_tmplt.buff;
752 sum += *buff++;
780 ha->reset_tmplt.buff = vmalloc(QLA83XX_RESTART_TEMPLATE_SIZE);
781 if (ha->reset_tmplt.buff == NULL) {
787 p_buff = ha->reset_tmplt.buff;
807 (struct qla4_83xx_reset_template_hdr *)ha->reset_tmplt.buff;
819 p_buff = ha->reset_tmplt.buff + ha->reset_tmplt.hdr->hdr_size;
847 ha->reset_tmplt.init_offset = ha->reset_tmplt.buff +
849 ha->reset_tmplt.start_offset = ha->reset_tmplt.buff +
851 ha->reset_tmplt.stop_offset = ha->reset_tmplt.buff +
858 vfree(ha->reset_tmplt.buff);