Searched refs:nvme_get_admin_request (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/sys/dev/disk/nvme/ |
| HD | nvme_admin.c | 229 req = nvme_get_admin_request(sc, NVME_OP_IDENTIFY); in nvme_admin_state_identify_ctlr() 292 req = nvme_get_admin_request(sc, NVME_OP_SET_FEATURES); in nvme_admin_state_make_queues() 527 req = nvme_get_admin_request(sc, NVME_OP_SET_FEATURES); in nvme_admin_state_make_queues() 572 req = nvme_get_admin_request(sc, NVME_OP_IDENTIFY); in nvme_admin_state_identify_ns() 594 req = nvme_get_admin_request(sc, NVME_OP_IDENTIFY); in nvme_admin_state_identify_ns() 624 req = nvme_get_admin_request(sc, NVME_OP_IDENTIFY); in nvme_admin_state_identify_ns()
|
| HD | nvme.c | 331 nvme_get_admin_request(nvme_softc_t *sc, uint8_t opcode) in nvme_get_admin_request() function 793 req = nvme_get_admin_request(sc, NVME_OP_CREATE_SUBQ); in nvme_create_subqueue() 836 req = nvme_get_admin_request(sc, NVME_OP_CREATE_COMQ); in nvme_create_comqueue() 873 req = nvme_get_admin_request(sc, NVME_OP_DELETE_SUBQ); in nvme_delete_subqueue() 898 req = nvme_get_admin_request(sc, NVME_OP_DELETE_COMQ); in nvme_delete_comqueue()
|
| HD | nvme_ioctl.c | 49 req = nvme_get_admin_request(sc, NVME_OP_GET_LOG_PAGE); in nvme_getlog_ioctl()
|
| HD | nvme.h | 295 nvme_request_t *nvme_get_admin_request(nvme_softc_t *sc, uint8_t opcode);
|