Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_xioctl.h258 } pci_header_t; typedef
/titanic_41/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()
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c3080 hsize = sizeof (pci_header_t) + sizeof (pci_data_t); in ql_get_fcache()
6782 pci_header_t *pcih; in ql_check_pci()
6832 pci_header_t fwh = {0}; in ql_check_pci()
6847 fwh.dataoffset[0] = LSB(sizeof (pci_header_t)); in ql_check_pci()
6848 fwh.dataoffset[1] = MSB(sizeof (pci_header_t)); in ql_check_pci()
6859 bcopy(&fwh, bufp, sizeof (pci_header_t)); in ql_check_pci()
6860 bufp += sizeof (pci_header_t); in ql_check_pci()
6864 bcopy(fcache->buf, bufp, (FBUFSIZE - sizeof (pci_header_t) - in ql_check_pci()
6889 pcih = (pci_header_t *)pciinfo; in ql_check_pci()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge_hw.h2331 } pci_header_t; typedef