Visible to Intel only — GUID: nik1410565013371
Ixiasoft
Visible to Intel only — GUID: nik1410565013371
Ixiasoft
6.3.5.8. ebfm_cfgrd_nowt Procedure
The ebfm_cfgrd_nowt procedure reads up to four bytes of data from the specified configuration register and stores the data in the BFM shared memory. This procedure returns as soon as the VC interface module has accepted the transaction, allowing other reads to be issued in the interim. Use this procedure only when successful completion status is expected and a subsequent read or write with a wait can be used to guarantee the completion of this operation.
Location |
||
---|---|---|
Syntax |
ebfm_cfgrd_nowt(bus_num, dev_num, fnc_num, regb_ad, regb_ln, lcladdr) |
|
Arguments |
bus_num | PCI Express bus number of the target device. |
dev_num | PCI Express device number of the target device. |
|
fnc_num | Function number in the target device to be accessed. |
|
regb_ad | Byte-specific address of the register to be written. |
|
regb_ln | Length, in bytes, of the data written. Maximum length is four bytes. The regb_ln and regb_ad arguments cannot cross a DWORD boundary. |
|
lcladdr | BFM shared memory address where the read data should be placed. |