Searched refs:qla_rd_flash_t (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/sys/dev/qlxgb/
H A Dqla_ioctl.h51 typedef struct qla_rd_flash qla_rd_flash_t; typedef in typeref:struct:qla_rd_flash
84 #define QLA_RD_FLASH _IOWR('q', 2, qla_rd_flash_t)
H A Dqla_ioctl.c84 qla_rd_flash_t *rdf;
114 rdf = (qla_rd_flash_t *)data;
/freebsd-11.0-release/sys/dev/qlxgbe/
H A Dql_ioctl.h51 typedef struct qla_rd_flash qla_rd_flash_t; typedef in typeref:struct:qla_rd_flash
104 #define QLA_RD_FLASH _IOWR('q', 2, qla_rd_flash_t)
H A Dql_ioctl.c93 qla_rd_flash_t *rdf;
131 u.rdf = (qla_rd_flash_t *)data;

Completed in 75 milliseconds