Searched refs:flash_desc_t (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | ql_xioctl.h | 174 } flash_desc_t; typedef 387 flash_desc_t fdesc;
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/ |
H A D | qlge_flash.c | 664 sizeof (flash_desc_t), addr); in ql_flash_desc() 668 bzero(&qlge->fdesc, sizeof (flash_desc_t)); in ql_flash_desc() 675 for (cnt = 0; cnt < (sizeof (flash_desc_t)) / 2; cnt++) { in ql_flash_desc() 713 bzero(&qlge->fdesc, sizeof (flash_desc_t)); in ql_flash_desc()
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/ |
H A D | qlge.h | 782 flash_desc_t fdesc;
|
H A D | qlge_hw.h | 2281 } flash_desc_t; typedef
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_xioctl.c | 4826 flash_desc_t *fdesc; in ql_24xx_flash_desc() 4836 if ((fdesc = kmem_zalloc(sizeof (flash_desc_t), KM_SLEEP)) == NULL) { in ql_24xx_flash_desc() 4840 rval = ql_dump_fcode(ha, (uint8_t *)fdesc, sizeof (flash_desc_t), in ql_24xx_flash_desc() 4844 kmem_free(fdesc, sizeof (flash_desc_t)); in ql_24xx_flash_desc() 4850 for (cnt = 0; cnt < (sizeof (flash_desc_t)) / 2; cnt++) { in ql_24xx_flash_desc() 4874 kmem_free(fdesc, sizeof (flash_desc_t)); in ql_24xx_flash_desc() 4878 bcopy(fdesc, &xp->fdesc, sizeof (flash_desc_t)); in ql_24xx_flash_desc() 4879 kmem_free(fdesc, sizeof (flash_desc_t)); in ql_24xx_flash_desc()
|