Lines Matching defs:buff
1460 if (!vha->reset_tmplt.buff) {
1466 phdr = vha->reset_tmplt.buff;
1488 uint16_t *buff = (uint16_t *)vha->reset_tmplt.buff;
1492 sum += *buff++;
1520 vha->reset_tmplt.buff = vmalloc(QLA8044_RESTART_TEMPLATE_SIZE);
1521 if (vha->reset_tmplt.buff == NULL) {
1528 p_buff = vha->reset_tmplt.buff;
1546 (struct qla8044_reset_template_hdr *) vha->reset_tmplt.buff;
1560 p_buff = vha->reset_tmplt.buff + vha->reset_tmplt.hdr->hdr_size;
1587 vha->reset_tmplt.init_offset = vha->reset_tmplt.buff +
1590 vha->reset_tmplt.start_offset = vha->reset_tmplt.buff +
1593 vha->reset_tmplt.stop_offset = vha->reset_tmplt.buff +
1601 vfree(vha->reset_tmplt.buff);