Searched defs:bar_size (Results 1 - 2 of 2) sorted by relevance

/drivers/dma/
H A Dintel_mid_dma.c1232 u32 base_addr, bar_size; local
1267 bar_size = pci_resource_len(pdev, 0);
/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c1713 int bar_num, acc_range, bar_size; local
1740 bar_size = idiag.cmd.data[IDIAG_BARACC_BAR_SZE_INDX];
1792 if (offset_run >= bar_size) {
1821 if (idiag.offset.last_rd >= bar_size)
1863 uint32_t bar_num, bar_size, offset, value, acc_range; local
1924 bar_size = idiag.cmd.data[IDIAG_BARACC_BAR_SZE_INDX];
1931 if (offset > bar_size - sizeof(uint32_t))
1936 if (offset + acc_range * sizeof(uint32_t) > bar_size)

Completed in 110 milliseconds