Home
last modified time | relevance | path

Searched refs:IOCNAME (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/mpi3mr/
H A Dmpi3mr_app.c219 printf(IOCNAME "NVMe SGL address collides with SGEModifier\n",sc->name); in mpi3mr_app_construct_nvme_sgl()
284 printf(IOCNAME "EncapNVMe Error: Invalid DevHandle 0x%02x\n", sc->name, in mpi3mr_app_build_nvme_prp()
289 printf(IOCNAME "%s: NVME device page size is zero for handle 0x%04x\n", in mpi3mr_app_build_nvme_prp()
363 printf(IOCNAME "%s:%d Cannot load ioctl NVME dma memory for size: %d\n", sc->name, in mpi3mr_app_build_nvme_prp()
390 printf(IOCNAME "PRP Page is not page aligned\n", sc->name); in mpi3mr_app_build_nvme_prp()
405 printf(IOCNAME "Single PRP page is not sufficient\n", sc->name); in mpi3mr_app_build_nvme_prp()
420 printf(IOCNAME "PRP1 address collides with SGEModifier\n", sc->name); in mpi3mr_app_build_nvme_prp()
446 printf(IOCNAME "PRP list address collides with SGEModifier\n", sc->name); in mpi3mr_app_build_nvme_prp()
465 printf(IOCNAME "PRP2 address collides with SGEModifier\n", sc->name); in mpi3mr_app_build_nvme_prp()
481 printf(IOCNAME "PRP address collides with SGEModifier\n", sc->name); in mpi3mr_app_build_nvme_prp()
[all …]
H A Dmpi3mr.c340 printf(IOCNAME "AdminReqQ full condition detected\n", in mpi3mr_submit_admin_cmd()
411 printf(IOCNAME "OpReqQ full condition detected\n", in mpi3mr_submit_io()
489 printf(IOCNAME "Issue DelRepQ: called with invalid Reply QID\n", in mpi3mr_delete_op_reply_queue()
499 printf(IOCNAME "Issue DelRepQ: Init command is in use\n", in mpi3mr_delete_op_reply_queue()
507 printf(IOCNAME "Issue DelRepQ: Init command is in use\n", in mpi3mr_delete_op_reply_queue()
521 printf(IOCNAME "Issue DelRepQ: Admin Post failed\n", in mpi3mr_delete_op_reply_queue()
528 printf(IOCNAME "Issue DelRepQ: command timed out\n", in mpi3mr_delete_op_reply_queue()
539 printf(IOCNAME "Issue DelRepQ: Failed IOCStatus(0x%04x) " in mpi3mr_delete_op_reply_queue()
586 printf(IOCNAME "CreateRepQ: called for duplicate qid %d\n", in mpi3mr_create_op_reply_queue()
633 printf(IOCNAME "CreateRepQ: memory alloc failed for qid %d\n", in mpi3mr_create_op_reply_queue()
[all …]
H A Dmpi3mr.h96 #define IOCNAME "%s: " macro