Home
last modified time | relevance | path

Searched refs:pci_header_t (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_xioctl.h257 } pci_header_t; typedef
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_flash.c310 pci_header_t *pcih; in ql_check_pci()
329 pcih = (pci_header_t *)pciinfo; in ql_check_pci()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c3181 hsize = sizeof (pci_header_t) + sizeof (pci_data_t); in ql_get_fcache()
7124 pci_header_t *pcih; in ql_check_pci()
7173 pci_header_t fwh = {0}; in ql_check_pci()
7188 fwh.dataoffset[0] = LSB(sizeof (pci_header_t)); in ql_check_pci()
7189 fwh.dataoffset[1] = MSB(sizeof (pci_header_t)); in ql_check_pci()
7200 bcopy(&fwh, bufp, sizeof (pci_header_t)); in ql_check_pci()
7201 bufp += sizeof (pci_header_t); in ql_check_pci()
7205 bcopy(fcache->buf, bufp, (FBUFSIZE - sizeof (pci_header_t) - in ql_check_pci()
7224 pcih = (pci_header_t *)pciinfo; in ql_check_pci()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge_hw.h2331 } pci_header_t; typedef