Searched refs:md_template_size (Results 1 - 8 of 8) sorted by relevance

/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_ctx.c114 adapter->mdump.md_template_size = cmd.rsp.arg2;
126 size = adapter->mdump.md_template_size;
166 int count = adapter->mdump.md_template_size/sizeof(uint32_t) ;
196 if (!adapter->mdump.md_template_size) {
202 kmalloc(adapter->mdump.md_template_size, GFP_KERNEL);
226 for (i = 0; i < adapter->mdump.md_template_size/sizeof(u32); i++)
H A Dnetxen_nic_ethtool.c900 copy_sz = mdump->md_template_size;
908 mdump->md_capture_buff + mdump->md_template_size,
H A Dnetxen_nic_hw.c2395 memcpy(dump_buff, template_buff, adapter->mdump.md_template_size);
2396 dump_buff = dump_buff + adapter->mdump.md_template_size;
2567 adapter->mdump.md_dump_size = adapter->mdump.md_template_size +
H A Dnetxen_nic.h1304 u32 md_template_size; /* FW template size */ member in struct:netxen_minidump
/drivers/scsi/qla2xxx/
H A Dqla_attr.c32 if (off < ha->md_template_size) {
34 &off, ha->md_tmplt_hdr, ha->md_template_size);
37 off -= ha->md_template_size;
H A Dqla_nx.c4066 int count = ha->md_template_size/sizeof(uint32_t);
4333 ha->md_tmplt_hdr, ha->md_template_size / 1024);
4334 dma_free_coherent(&ha->pdev->dev, ha->md_template_size,
4361 ha->md_template_size / 1024);
4379 ha->md_template_size / 1024);
4381 ha->md_template_size,
H A Dqla_mbx.c4322 ha->md_template_size = ((mcp->mb[3] << 16) | mcp->mb[2]);
4323 if (!ha->md_template_size) {
4343 ha->md_template_size, &ha->md_tmplt_hdr_dma, GFP_KERNEL);
4359 mcp->mb[8] = LSW(ha->md_template_size);
4360 mcp->mb[9] = MSW(ha->md_template_size);
H A Dqla_def.h2861 uint32_t md_template_size; member in struct:qla_hw_data

Completed in 110 milliseconds