Searched refs:qed (Results 1 – 25 of 60) sorted by relevance
123
/openbmc/qemu/tests/qemu-iotests/ |
H A D | qed.py | 103 def corrupt_table_invalidate(qed, table): argument 106 table[index] = qed.filesize + random.randint(0, 100 * 1024 * 1024 * 1024 * 1024) 108 def cmd_show(qed, *args): argument 111 print(qed.header) 113 print(qed.l1_table) 116 print(qed.read_table(offset)) 120 def cmd_duplicate(qed, table_level): argument 123 offset = qed.header['l1_table_offset'] 124 table = qed.l1_table 126 _, offset = random_table_item(qed.l1_table) [all …]
|
H A D | 116.out | 5 qemu-io: can't open device TEST_DIR/t.qed: QED table offset is invalid 9 qemu-io: can't open device TEST_DIR/t.qed: Image not in QED format 13 qemu-io: can't open device TEST_DIR/t.qed: QED cluster size is invalid 17 qemu-io: can't open device TEST_DIR/t.qed: QED table size is invalid 21 qemu-io: can't open device TEST_DIR/t.qed: QED table offset is invalid 25 qemu-io: can't open device TEST_DIR/t.qed: QED table offset is invalid 29 qemu-io: can't open device TEST_DIR/t.qed: QED image size is invalid
|
H A D | 109 | 46 _require_drivers qcow qcow2 qed vdi vmdk vpc 75 for fmt in qcow qcow2 qed vdi vmdk vpc; do
|
H A D | 111 | 41 _supported_fmt qed qcow qcow2 vmdk
|
H A D | 104 | 36 _supported_fmt raw qcow qcow2 qed vdi vmdk vhdx
|
H A D | 105 | 40 _supported_fmt qcow2 vmdk vhdx qed
|
H A D | 069 | 40 _supported_fmt qed qcow qcow2 vmdk
|
H A D | 072 | 40 _supported_fmt vpc vmdk vhdx vdi qed qcow2 qcow
|
H A D | 042 | 40 _supported_fmt qcow2 qed
|
H A D | 279 | 39 _supported_fmt qcow qcow2 vmdk qed
|
H A D | 027 | 40 _supported_fmt vmdk qcow qcow2 qed
|
H A D | 050 | 42 _supported_fmt qcow2 qed
|
H A D | 025 | 41 _supported_fmt raw qcow2 qed luks
|
H A D | 110 | 42 _supported_fmt qed qcow qcow2 vmdk
|
H A D | 004 | 40 _supported_fmt raw qcow qcow2 qed vdi vmdk vhdx luks
|
H A D | 229 | 47 _supported_fmt qcow2 qed
|
H A D | 017 | 42 _supported_fmt qcow qcow2 vmdk qed
|
H A D | 249 | 45 _supported_fmt qcow2 qed
|
H A D | 099 | 46 _supported_fmt qcow qcow2 qed vdi vhdx vmdk vpc
|
H A D | 126 | 36 _supported_fmt qcow qcow2 qed vmdk
|
/openbmc/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | Makefile | 4 obj-$(CONFIG_QED) := qed.o 6 qed-y := \ 26 qed-$(CONFIG_QED_FCOE) += qed_fcoe.o 27 qed-$(CONFIG_QED_ISCSI) += qed_iscsi.o 28 qed-$(CONFIG_QED_LL2) += qed_ll2.o 29 qed-$(CONFIG_QED_OOO) += qed_ooo.o 31 qed-$(CONFIG_QED_NVMETCP) += \ 35 qed-$(CONFIG_QED_RDMA) += \ 40 qed-$(CONFIG_QED_SRIOV) += \
|
/openbmc/linux/Documentation/networking/devlink/ |
H A D | qed.rst | 4 qed devlink support 7 This document describes the devlink features implemented by the ``qed`` core 13 The ``qed`` driver implements the following driver-specific parameters.
|
/openbmc/qemu/block/ |
H A D | meson.build | 78 if get_option('qed').allowed() 80 'qed-check.c', 81 'qed-cluster.c', 82 'qed-l2-cache.c', 83 'qed-table.c', 84 'qed.c',
|
/openbmc/linux/drivers/net/ethernet/qlogic/ |
H A D | Makefile | 9 obj-$(CONFIG_QED) += qed/
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | iothreads-resize | 42 _supported_fmt raw qcow2 qed
|
123