Home
last modified time | relevance | path

Searched refs:imagelength (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_xioctl.h267 uint8_t imagelength[2]; /* In sectors */ member
H A Dexioct.h974 UINT8 imagelength[2]; /* In sectors */ member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_flash.c354 (pcid->imagelength[0] | (pcid->imagelength[1] << 8))* in ql_check_pci()
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt_regs.h352 uint8_t imagelength[2]; /* In sectors */ member
H A Dqlt.c4794 length = (qlt->rimage[i].data.imagelength[1] | in qlt_read_bfe()
4795 qlt->rimage[i].data.imagelength[0]); in qlt_read_bfe()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge_hw.h2341 uint8_t imagelength[2]; /* In sectors */ member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c7249 (pcid->imagelength[0] | (pcid->imagelength[1] << in ql_check_pci()
7256 *nextpos += (pcid->imagelength[0] | in ql_check_pci()
7257 (pcid->imagelength[1] << 8)) * PCI_SECTOR_SIZE; in ql_check_pci()